hugo-theme-archie/exampleSite/config.toml

46 lines
795 B
TOML
Raw Normal View History

2020-04-11 14:53:10 +00:00
baseURL = "https://example.com"
2020-04-10 19:41:05 +00:00
languageCode = "en-us"
title = "Archie"
theme="archie"
2020-04-11 06:59:56 +00:00
copyright = "© Athul"
pygmentsstyle = "monokai"
pygmentscodefences = true
pygmentscodefencesguesssyntax = true
2020-04-10 19:41:05 +00:00
[params]
mode="auto"
2020-04-11 06:59:56 +00:00
subtitle = "Minimal and Clean [blog theme for Hugo](https://github.com/athul/archie)"
2020-04-10 19:41:05 +00:00
[[params.social]]
2020-04-11 06:59:56 +00:00
name = "GitHub"
2020-04-10 19:41:05 +00:00
icon = "github"
2020-04-11 06:59:56 +00:00
url = "https://github.com/athul/archie"
[[params.social]]
name = "Twitter"
icon = "twitter"
url = "https://github.com/athulcajay/"
[[params.social]]
name = "GitLab"
icon = "gitlab"
url = "https://gitlab.com/athul/"
2020-04-12 15:01:09 +00: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