Blog/config.toml

112 lines
3.6 KiB
TOML
Raw Normal View History

2017-10-09 12:03:43 +02:00
# Main page title
title = "eNBeWe.de"
# Main base url
2017-10-09 14:04:42 +02:00
baseURL = "https://blog.enbewe.de/"
2017-10-09 12:03:43 +02:00
# Theme config
theme = "mainroad"
# Main language code
languageCode = "en-us"
# Generate html extension by default
defaultExtension = "html"
# Use blog post layout by default
defaultLayout = "post"
# Missing translations will default to this content language
defaultContentLanguage = "en"
# Build robots.txt file
enableRobotsTXT = true
# Allows you to disable all page types and will render nothing related to 'kind';
# values = "page", "home", "section", "taxonomy", "taxonomyTerm", "RSS", "sitemap", "robotsTXT", "404"
disableKinds = ["sitemap"]
# Do not make the url/path to lowercase
disablePathToLower = false
# maximum number of items in the RSS feed
rssLimit = 15
# Pagination
paginate = 10
paginatePath = "page"
# See "content-management/permalinks"
# permalinks =
# Enable default menu
# sectionPagesMenu = "main"
2018-07-10 10:44:59 +02:00
2018-07-09 14:05:10 +02:00
# Privacy Settings
[privacy.disqus]
disable = true
[privacy.googleAnalytics]
disable = true
[privacy.instagram]
disable = true
[privacy.twitter]
disable = false
enableDNT = true
simple = false
[privacy.vimeo]
disable = false
simple = true
[privacy.youtube]
disable = false
privacyEnhanced = true
2017-10-09 12:03:43 +02:00
[Author]
name = "eNBeWe"
# bio = "John Doe's true identity is unknown. Maybe he is a successful blogger or writer. Nobody knows it."
# avatar = "img/avatar.png"
[Params]
2023-01-29 18:14:44 +01:00
description = "eNBeWe.de - Coding, Life and more ..." # Site description. Used in meta description
#copyright = "John Doe" # Footer copyright holder, otherwise will use site title
opengraph = false # Enable OpenGraph if true
#schema = true # Enable Schema
#twitter_cards = true # Enable Twitter Cards if true
2023-01-30 17:28:11 +01:00
readmore = true # Show "Read more" button in list if true
2023-01-29 18:14:44 +01:00
authorbox = false # Show authorbox at bottom of pages if true
#toc = true # Enable Table of Contents
pager = true # Show pager navigation (prev/next links) at the bottom of pages if true
2023-03-09 08:21:10 +01:00
post_meta = ["author", "date", "categories", "translations"] # Order of post meta information
2023-01-29 18:14:44 +01:00
mainSections = ["post"] # Specify section pages to show on home page and the "Recent articles" widget
#dateformat = "2006-01-02" # Change the format of dates
#mathjax = true # Enable MathJax
#mathjaxPath = "https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.6/MathJax.js" # Specify MathJax path
#mathjaxConfig = "TeX-AMS-MML_HTMLorMML" # Specify MathJax config
#googleFontsLink = "https://fonts.googleapis.com/css?family=Open+Sans:400,400i,700" # Load Google Fonts
customCSS = ["css/custom.css"] # Include custom CSS files
#customJS = ["js/custom.js"] # Include custom JS files
[Params.logo]
subtitle = "Coding, Life and more ..." # Logo subtitle
[Params.sidebar]
home = "right" # Configure layout for home page
list = "right" # Configure layout for list pages
single = "right" # Configure layout for single pages
# Enable widgets in given order
2023-01-30 17:30:55 +01:00
widgets = ["search", "recent", "social", "categories", "taglist"]
2017-10-09 12:03:43 +02:00
[Params.widgets]
2023-01-29 18:14:44 +01:00
recent_num = 5 # Set the number of articles in the "Recent articles" widget
categories_counter = false # Enable counter for each category in "Categories" widget
tags_counter = false # Enable counter for each tag in "Tags" widget
[Params.widgets.social]
github = "eNBeWe"
email = "enbewe+blog@enbewe.de"
[[Params.widgets.social.custom]]
title = "chaos.social/@eNBeWe"
url = "https://chaos.social/@eNBeWe/"
icon = "mastodon.svg"