forked from Sasserisop/MATH201
17 lines
485 B
TOML
17 lines
485 B
TOML
|
# theme.toml template for a Hugo theme
|
||
|
# See https://github.com/gohugoio/hugoThemes#themetoml for an example
|
||
|
|
||
|
name = "Zettels"
|
||
|
license = "MIT"
|
||
|
licenselink = "@todo"
|
||
|
description = "@todo"
|
||
|
homepage = "https://notas.cristian.lat"
|
||
|
tags = ["bear", "digital garden", "zettelkasten", "note taking"]
|
||
|
features = ["wikilinks", "backlinks", "bear alike tag system"]
|
||
|
min_version = "0.0.1"
|
||
|
assetsDir = "assets"
|
||
|
|
||
|
[author]
|
||
|
name = "Cristian Felipe Patiño Rojas"
|
||
|
homepage = "https://cristian.lat"
|