hugo-theme-archie/exampleSite/config.toml

27 lines
597 B
TOML
Raw Normal View History

2020-04-11 06:59:56 +00:00
baseURL = "https://athul.github.io/archie/"
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]
2020-04-11 06:59:56 +00:00
featherIconsCDN=true
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/"