59 lines
1.1 KiB
TOML
59 lines
1.1 KiB
TOML
baseURL = 'https://hugo.simpla.dev/'
|
|
languageCode = 'en-us'
|
|
title = 'Xue Sheng Courses'
|
|
theme = 'archie'
|
|
copyright = "@ Lostecho"
|
|
|
|
# Code Highlight
|
|
pygmentsstyle = "monokai"
|
|
pygmentscodefences = true
|
|
pygmentscodefencesguesssyntax = true
|
|
|
|
disqusShortname = "Lostecho"
|
|
|
|
[params]
|
|
mode="auto" # color-mode → light,dark,toggle or auto
|
|
useCDN=true # don't use CDNs for fonts and icons, instead serve them locally.
|
|
subtitle = "Minimal and Clean [blog theme for Hugo](https://github.com/athul/archie)"
|
|
mathjax = true # enable MathJax support
|
|
katex = true # enable KaTeX support
|
|
|
|
# Social Tags
|
|
|
|
[[params.social]]
|
|
name = "GitHub"
|
|
icon = "github"
|
|
url = "https://github.com/athul/archie"
|
|
|
|
[[params.social]]
|
|
name = "Twitter"
|
|
icon = "twitter"
|
|
url = "https://twitter.com/athulcajay/"
|
|
|
|
[[params.social]]
|
|
name = "GitLab"
|
|
icon = "gitlab"
|
|
url = "https://gitlab.com/athul/"
|
|
|
|
# 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
|