config.toml (view raw)
1baseURL = 'https://birabittoh.github.io/'
2languageCode = 'en-us'
3title = 'BiRabittoh'
4theme = 'archie'
5
6#copyright = "© BiRabittoh"
7# Code Highlight
8pygmentsstyle = "monokai"
9pygmentscodefences = true
10pygmentscodefencesguesssyntax = true
11favicon = "favicon.ico"
12paginate=3 # articles per page
13
14[taxonomies]
15 tag = "tags"
16 #category = "categories"
17
18[params]
19 mode="toggle" # color-mode → light,dark,toggle or auto
20 useCDN=true # don't use CDNs for fonts and icons, instead serve them locally.
21 #subtitle = "My blog and portfolio"
22 #mathjax = true # enable MathJax support
23 #katex = true # enable KaTeX support
24
25# Social Tags
26
27[[params.social]]
28name = "RSS Feed"
29icon = "rss"
30url = "/articles/index.xml"
31
32[[params.social]]
33name = "GitHub"
34icon = "github"
35url = "https://github.com/BiRabittoh"
36
37[[params.social]]
38name = "LinkedIn"
39icon = "linkedin"
40url = "https://www.linkedin.com/in/marco-andronaco/"
41
42[[params.social]]
43name = "E-Mail"
44icon = "mail"
45url = "mailto:birabittoh@duck.com"
46
47# Main menu Items
48
49[[menu.main]]
50name = "Articles"
51url = "/articles"
52weight = 1