Aroy-Art-Site/config.toml

141 lines
2.7 KiB
TOML
Raw Normal View History

2020-12-01 11:17:28 +00:00
# Site settings
2020-12-02 07:14:27 +00:00
baseurl = ""
2020-12-01 07:16:55 +00:00
languageCode = "en-us"
title = "Aroy"
2020-12-01 11:17:28 +00:00
theme = "syna"
enableGitInfo = true
version = "0.17.3"
# Google Analytics tracking
googleAnalytics = ""
disableKinds = ["RSS", "taxonomy", "taxonomyTerm"]
[outputs]
home = ["HTML", "JSON"]
[frontmatter]
date = ["date", "lastmod"]
lastmod = ["lastmod", ":git", "date"]
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true
[params]
name = "Aroy Art"
description = "I am a hobby programmer and artist."
[params.style]
#background = "secondary"
# Theme customizations
# Assets relative to 'static/'
[params.custom]
favicon = "favicon.ico"
favicon_ico_sizes = "16x16 32x32"
favicon_png = "favicon.png"
favicon_svg = "favicon.svg"
# Piwik tracking
[params.analytics.piwik]
#url = ""
#id = ""
#domain = "" # Track subdomains via "*.example.com"
# Optional hash for integrity check
#hash = "sha512-RfeD0pacGTqy9m7U6PgehQfS4cc7SIt+e+P+H5e848kEvB/RW84CUGO3O4O3LNbxjevym6KPUZ8muPsMrI8WIw=="
# Optional, global disable switch for fontawesome related files
# For custom fontawesome js files use the custom.js method
[params.fontawesome]
disabled = false
pro = false
[params.colors]
2020-12-15 07:45:30 +00:00
primary = "#4f0156"#"#350139"#"#00838F"
secondary = "#e4f2ff"#"#868e96"
2020-12-01 11:17:28 +00:00
success = "#008f54"
info = "#00c9dc"
warning = "#fdf314"
danger = "#dc1200"
light = "#f8f9fa"
2020-12-14 14:11:40 +00:00
dark = "#040b1e"#"#343a40"
2020-12-01 11:17:28 +00:00
# main/prepend/postpend menus are displayed in nav fragment.
# Keep an eye out for updates. These will be moved out to make navbar more
# configurable.
[[menu.main]]
url = "/"
name = "Home"
weight = 10
[[menu.main]]
url = "/portfolio"
name = "Portfolio"
weight = 20
[[menu.main]]
url = "/blog"
name = "Blog"
weight = 30
[[menu.main]]
url = "/about"
name = "About Me"
weight = 40
[[menu.main]]
url = "#contact"
name = "Contact"
weight = 50
[[menu.footer]]
2020-12-14 10:30:26 +00:00
url = "/portfolio"
name = "Portfolio"
2020-12-01 11:17:28 +00:00
weight = 10
[[menu.footer]]
2020-12-14 10:30:26 +00:00
url = "/blog"
name = "Blog"
2020-12-01 11:17:28 +00:00
weight = 30
[[menu.footer]]
2020-12-14 10:30:26 +00:00
url = "/about"
name = "About Me"
2020-12-01 11:17:28 +00:00
weight = 30
[[menu.copyright_footer]]
2020-12-15 11:04:28 +00:00
url = "/blog"
name = "Blog"
2020-12-01 11:17:28 +00:00
weight = 10
2020-12-15 11:04:28 +00:00
[[menu.copyright_footer]]
url = "/about"
name = "About Me"
weight = 20
2020-12-01 11:17:28 +00:00
[[menu.footer_social]]
weight = 10
name = "Reddit"
pre = "fab fa-reddit-alien"
url = "https://www.reddit.com/user/EDUDD22"
[[menu.footer_social]]
weight = 20
name = "GitHub"
pre = "fab fa-github"
2020-12-14 10:30:26 +00:00
url = "https://github.com/Aroy-Art"
2020-12-01 11:17:28 +00:00
[[menu.footer_social]]
weight = 30
name = "Twitter"
pre = "fab fa-twitter"
url = "https://twitter.com/EDUDD22"
[[menu.footer_social]]
weight = 40
name = "Discord"
pre = "fab fa-discord"
2020-12-01 11:19:52 +00:00
url = "https://discord.com/invite/25gW5KN"