all repos — archie @ 248a66e7127a48a35f7e71f5f85ae9e5dc5d7d06

A minimal Hugo Theme

exampleSite/config.toml (view raw)

 1baseURL = "https://athul.github.io/archie/"
 2languageCode = "en-us"
 3title = "Archie"
 4theme="archie"
 5copyright = "© Athul"
 6pygmentsstyle = "monokai"
 7pygmentscodefences = true
 8pygmentscodefencesguesssyntax = true
 9[params]
10	featherIconsCDN=true
11	subtitle = "Minimal and Clean [blog theme for Hugo](https://github.com/athul/archie)"
12
13[[params.social]]
14name = "GitHub"
15icon = "github"
16url = "https://github.com/athul/archie"
17
18[[params.social]]
19name = "Twitter"
20icon = "twitter"
21url = "https://github.com/athulcajay/"
22
23[[params.social]]
24name = "GitLab"
25icon = "gitlab"
26url = "https://gitlab.com/athul/"