config.toml: Update some settings

This commit is contained in:
Sergio Durigan Junior 2023-04-17 12:03:56 -04:00
parent 3a105bd8fa
commit 748f4e272b

View file

@ -1,15 +1,17 @@
baseURL = 'https://blog.sergiodj.net' baseURL = 'https://blog.sergiodj.net'
languageCode = 'en-us' languageCode = 'en-us'
title = 'Yet Another Me' title = 'Yet Another Me'
timeZone = 'America/Toronto'
theme = 'binario' theme = 'binario'
paginate = 20
[Author] [Author]
author = "Sergio Durigan Junior" author = "Sergio Durigan Junior"
[Params] [Params]
description = "Personal blog" # Site Description. Used in meta description description = "Sergio Durigan Junior's personal blog" # Site Description. Used in meta description
copyright = "Sergio Durigan Junior" # Copyright holder, otherwise will use .Site.Title copyright = "Sergio Durigan Junior" # Copyright holder, otherwise will use .Site.Title
opengraph = true # Enable OpenGraph if true opengraph = false # Enable OpenGraph if true
schema = true # Enable Schema schema = true # Enable Schema
twitter_cards = false # Enable Twitter Cards if true twitter_cards = false # Enable Twitter Cards if true
columns = 1 # Set the number of cards columns. Possible values: 1, 2, 3 columns = 1 # Set the number of cards columns. Possible values: 1, 2, 3
@ -40,8 +42,8 @@ theme = 'binario'
enable = true # Enable breadcrumb block globally enable = true # Enable breadcrumb block globally
homeText = "Yet Another Me" # Home node text homeText = "Yet Another Me" # Home node text
[Params.Social] #[Params.Social]
email = "example@example.com" #email = "example@example.com"
#facebook = "username" #facebook = "username"
#twitter = "username" #twitter = "username"
#telegram = "username" #telegram = "username"
@ -55,15 +57,15 @@ theme = 'binario'
#mastodon = "https://some.instance/@username" #mastodon = "https://some.instance/@username"
#medium = "username" #medium = "username"
[Params.Share] # Entry Share block # [Params.Share] # Entry Share block
facebook = false # facebook = false
twitter = false # twitter = false
reddit = false # reddit = false
telegram = false # telegram = false
linkedin = false # linkedin = false
vk = false # vk = false
pocket = false # pocket = false
pinterest = false # pinterest = false
# Web App Manifest settings # Web App Manifest settings
# https://www.w3.org/TR/appmanifest/ # https://www.w3.org/TR/appmanifest/
@ -75,7 +77,7 @@ theme = 'binario'
startUrl = "/" startUrl = "/"
backgroundColor = "#2a2a2a" backgroundColor = "#2a2a2a"
themeColor = "#1b1b1b" themeColor = "#1b1b1b"
description = "Personal blog" description = "Sergio Durigan Junior's personal blog"
orientation = "portrait" orientation = "portrait"
scope = "/" scope = "/"
@ -117,9 +119,6 @@ theme = 'binario'
[outputs] [outputs]
home = ["HTML", "RSS", "MANIFEST", "Atom"] home = ["HTML", "RSS", "MANIFEST", "Atom"]
# tags = ["HTML", "RSS", "Atom"]
# taxonomy = ["HTML", "RSS", "ATOM"]
# section = ["HTML", "RSS", "ATOM"]
term = ["HTML", "RSS", "Atom"] term = ["HTML", "RSS", "Atom"]
# Necessary for ox-hugo # Necessary for ox-hugo