diff --git a/content/_index.md b/content/_index.md index 0a16d2c..e90ddd6 100644 --- a/content/_index.md +++ b/content/_index.md @@ -2,8 +2,9 @@ title: home --- -# keímena. +# keímena (pl. n). -### here you can find texts that i have written. +- [/kěː.me.na/] (κείμενα) +### a collection of texts. diff --git a/hugo.toml b/hugo.toml index 9c6aaea..ceda44c 100644 --- a/hugo.toml +++ b/hugo.toml @@ -1,6 +1,6 @@ -baseURL = 'https://texts.aethrvmn.gr/' +baseURL = 'https://keimena.aethrvmn.gr/' languageCode = 'en-us' -title = 'texts' +title = 'keímena' # Book configuration disablePathToLower = false @@ -8,6 +8,13 @@ enableGitInfo = false # Needed for mermaid/katex shortcodes [markup] + [markup.goldmark.extensions] + [markup.goldmark.extensions.passthrough] + enable = true + [markup.goldmark.extensions.passthrough.delimiters] + block = [['\[', '\]'], ['$$', '$$']] + inline = [['\(', '\)'], ['$', '$']] + [markup.goldmark.renderer] unsafe = true @@ -21,7 +28,6 @@ enableGitInfo = false weight = 1 [menu] - [[menu.after]] name = "about" url = "/about"