2018-09-23 07:11:35 -04:00
|
|
|
baseurl = "https://example.com/"
|
|
|
|
title = "Site Title"
|
|
|
|
theme = "pulp"
|
|
|
|
canonifyurls = true
|
|
|
|
pygmentsCodefences = true
|
|
|
|
pygmentsUseClasses = true
|
|
|
|
|
|
|
|
[params]
|
2018-09-24 09:22:25 -04:00
|
|
|
author = "Your Name"
|
2018-09-23 07:11:35 -04:00
|
|
|
avatar = "avatar.jpg"
|
2018-09-24 03:48:35 -04:00
|
|
|
favicon = "favicon.ico"
|
2018-09-23 07:11:35 -04:00
|
|
|
discription = """
|
2018-09-24 09:22:25 -04:00
|
|
|
Please write anything here.
|
|
|
|
Profiles, backgrounds, favorite things etc.
|
2018-09-23 07:11:35 -04:00
|
|
|
"""
|
|
|
|
publicationYear = "2018"
|
2018-09-24 10:39:32 -04:00
|
|
|
# custom_css = ["/css/custom.css"]
|
|
|
|
# custom_js = ["/js/custom.js"]
|
2018-09-23 07:11:35 -04:00
|
|
|
|
|
|
|
[[params.nav]]
|
|
|
|
name = "Blog"
|
2018-09-23 10:02:15 -04:00
|
|
|
url = "/blog/"
|
2018-09-23 07:11:35 -04:00
|
|
|
|
|
|
|
[[params.nav]]
|
|
|
|
name = "Twitter"
|
|
|
|
url = "https://twitter.com/username"
|
|
|
|
|
|
|
|
[[params.nav]]
|
|
|
|
name = "GitHub"
|
|
|
|
url = "https://github.com/username"
|
|
|
|
|
|
|
|
[[params.nav]]
|
|
|
|
name = "Email"
|
|
|
|
url = "mailto:username@example.com"
|
|
|
|
|