site_sfner/config.toml

60 lines
1.5 KiB
TOML
Raw Normal View History

2020-06-27 05:17:44 +00:00
baseurl = "https://sfner.com/"
2019-11-13 22:23:21 +00:00
contentdir = "content"
layoutdir = "layouts"
publishdir = "public"
2020-06-27 09:03:25 +00:00
title = "Sfner"
2019-11-13 22:23:21 +00:00
canonifyurls = true
2020-06-27 09:03:25 +00:00
DefaultContentLanguage = "pt"
theme = "ananke"
2019-11-13 22:23:21 +00:00
metaDataFormat = "yaml"
pygmentsUseClasses = true
pygmentCodeFences = true
2020-06-27 09:03:25 +00:00
enableRobotsTXT = true
Paginate = 12
SectionPagesMenu = "main"
2019-11-13 22:23:21 +00:00
2020-06-29 22:17:44 +00:00
[markup.goldmark.renderer]
unsafe= true
2020-06-27 09:03:25 +00:00
[sitemap]
changefreq = "weekly"
priority = 0.5
filename = "sitemap.xml"
[params]
2019-11-13 22:23:21 +00:00
favicon = "img/favicon.ico"
2020-06-27 09:03:25 +00:00
site_logo = ""
description = "Textos de um dragão"
twitter = "https://twitter.com/SfnerDragon"
youtube = "https://www.youtube.com/Sfner"
telegram = "https://t.me/sfner"
facebook = ""
instagram = ""
github = ""
gitlab = ""
linkedin = ""
mastodon = ""
slack = ""
stackoverflow = ""
rss = "/index.xml"
# choose a background color from any on this page: http://tachyons.io/docs/themes/skins/ and preface it with "bg-"
background_color_class = "bg-black"
2020-06-29 22:17:44 +00:00
featured_image = "/img/youtube_channel_art_background.jpg"
recent_posts_number = 2
2020-06-27 09:03:25 +00:00
dateFormat = "2 de January de 2006"
2019-11-13 22:23:21 +00:00
commit = false
2020-06-27 09:03:25 +00:00
comments = false
2020-06-29 22:17:44 +00:00
env = "production"
2020-06-27 12:43:36 +00:00
custom_css = ["css/custom.css"]
2019-11-13 22:23:21 +00:00
# gcse = "012345678901234567890:abcdefghijk" # Get your code from google.com/cse. Make sure to go to "Look and Feel" and change Layout to "Full Width" and Theme to "Classic"
[[menu.main]]
2020-06-27 09:03:25 +00:00
name = "Sobre"
url = "/sobre"
weight = 1
2019-11-13 22:23:21 +00:00
[[menu.main]]
2020-06-27 09:03:25 +00:00
name = "Categorias"
url = "/tags"
weight = 2