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 mode="auto"
11 useCDN=false
12 subtitle = "Minimal and Clean [blog theme for Hugo](https://github.com/athul/archie)"
13
14[[params.social]]
15name = "GitHub"
16icon = "github"
17url = "https://github.com/athul/archie"
18
19[[params.social]]
20name = "Twitter"
21icon = "twitter"
22url = "https://github.com/athulcajay/"
23
24[[params.social]]
25name = "GitLab"
26icon = "gitlab"
27url = "https://gitlab.com/athul/"
28[[menu.main]]
29name = "Home"
30url = "/"
31weight = 1
32
33[[menu.main]]
34name = "All posts"
35url = "/posts"
36weight = 2
37
38[[menu.main]]
39name = "About"
40url = "/about"
41weight = 3
42
43[[menu.main]]
44name = "Tags"
45url = "/tags"
46weight = 4