baseURL = 'https://tilde.club/~ferkle' languageCode = 'en-us' title = 'Ferkle Blog' theme = 'archie' # theme = 'ananke' pygmentsstyle = "monokai" pygmentscodefences = true pygmentscodefencesguesssyntax = true [pagination] pagerSize = 4 # articles per page [params] mode="dark" # color-mode → light,dark,toggle or auto useCDN=false # don't use CDNs for fonts and icons, instead serve them locally. subtitle = "" mathjax = false # enable MathJax support katex = false # enable KaTeX support # Main menu Items [[menu.main]] name = "Home" url = "/" weight = 1 [[menu.main]] name = "All posts" url = "/posts" weight = 2 [[menu.main]] name = "About" url = "/about" weight = 3 # [[menu.main]] # name = "Tags" # url = "/tags" # weight = 4