all repos — archie @ 232d2ed0b61f7cf59159d731fbb50f533ee9149d

A minimal Hugo Theme

exampleSite/config.toml (view raw)

 1baseURL = "https://example.com"
 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/"
27[[menu.main]]
28name = "Home"
29url = "/"
30weight = 1
31
32[[menu.main]]
33name = "All posts"
34url = "/posts"
35weight = 2
36
37[[menu.main]]
38name = "About"
39url = "/about"
40weight = 3
41
42[[menu.main]]
43name = "Tags"
44url = "/tags"
45weight = 4