archie-shades-of-purple/exampleSite/config.toml

48 lines
811 B
TOML
Raw Permalink Normal View History

2020-04-11 16:53:10 +02:00
baseURL = "https://example.com"
2020-04-10 21:41:05 +02:00
languageCode = "en-us"
title = "Archie"
theme="archie"
2020-04-11 08:59:56 +02:00
copyright = "© Athul"
pygmentsstyle = "monokai"
pygmentscodefences = true
pygmentscodefencesguesssyntax = true
2020-04-10 21:41:05 +02:00
[params]
mode="auto"
useCDN=false
2020-04-11 08:59:56 +02:00
subtitle = "Minimal and Clean [blog theme for Hugo](https://github.com/athul/archie)"
2020-04-10 21:41:05 +02:00
[[params.social]]
2020-04-11 08:59:56 +02:00
name = "GitHub"
2020-04-10 21:41:05 +02:00
icon = "github"
2020-04-11 08:59:56 +02:00
url = "https://github.com/athul/archie"
[[params.social]]
name = "Twitter"
icon = "twitter"
url = "https://twitter.com/athulcajay/"
2020-04-11 08:59:56 +02:00
[[params.social]]
name = "GitLab"
icon = "gitlab"
url = "https://gitlab.com/athul/"
2020-04-12 17:01:09 +02:00
[[menu.main]]
name = "Home"
url = "/"
weight = 1
[[menu.main]]
name = "All posts"
url = "/posts"
weight = 2
[[menu.main]]
name = "About"
url = "/about"
weight = 3
[[menu.main]]
name = "Tags"
url = "/tags"
weight = 4