mirror of
https://github.com/Brandon-Rozek/website-theme.git
synced 2024-11-09 19:00:34 -05:00
35 lines
731 B
TOML
35 lines
731 B
TOML
baseurl = "https://example.com/"
|
|
title = "Site Title"
|
|
theme = "pulp"
|
|
canonifyurls = true
|
|
pygmentsCodefences = true
|
|
pygmentsUseClasses = true
|
|
|
|
[params]
|
|
author = "Your Name"
|
|
avatar = "avatar.jpg"
|
|
favicon = "favicon.ico"
|
|
discription = """
|
|
Please write anything here.
|
|
Profiles, backgrounds, favorite things etc.
|
|
"""
|
|
publicationYear = "2018"
|
|
# custom_css = ["/css/custom.css"]
|
|
# custom_js = ["/js/custom.js"]
|
|
|
|
[[menu.main]]
|
|
name = "Blog"
|
|
url = "/blog/"
|
|
|
|
[[menu.main]]
|
|
name = "Twitter"
|
|
url = "https://twitter.com/username"
|
|
|
|
[[menu.main]]
|
|
name = "GitHub"
|
|
url = "https://github.com/username"
|
|
|
|
[[menu.main]]
|
|
name = "Email"
|
|
url = "mailto:username@example.com"
|
|
|