You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
|
|
baseURL = "https://example.com" languageCode = "en" DefaultContentLanguage = "en" title = "Website of Jane Doe" theme = "anatole" summarylength = 10 enableEmoji = true
# Enable Disqus #disqusShortname = ""
# Google Analytics #googleAnalytics = "UA-123-45"
[params] title = "I'm Jane Doe" author = "Jane Doe" description = "Call me Jane" profilePicture = "images/profile.jpg" keywords = "" favicon = "favicons/"
## Math settings [params.math] enable = false # options: true, false. Enable math support globally, default: false. You can always enable math on per page. use = "katex" # options: "katex", "mathjax". default is "katex".
## Social links [[params.socialIcons]] icon = "fa-linkedin" title = "Linkedin" url = "https://de.linkedin.com/"
[[params.socialIcons]] icon = "fa-github" title = "GitHub" url = "https://github.com/lxndrblz/anatole/"
[[params.socialIcons]] icon = "fa-instagram" title = "instagram" url = "https://www.instagram.com/"
[[params.socialIcons]] icon = "fa-envelope" title = "e-mail" url = "mailto:mail@alexbilz.com"
## Menu items
[menu]
[[menu.main]] name = "Home" identifier = "home" weight = 100 url = "/post/"
[[menu.main]] name = "Posts" weight = 200 identifier = "posts" url = "/post/"
|