config.toml: Update some settings
This commit is contained in:
parent
3a105bd8fa
commit
748f4e272b
1 changed files with 16 additions and 17 deletions
33
config.toml
33
config.toml
|
@ -1,15 +1,17 @@
|
|||
baseURL = 'https://blog.sergiodj.net'
|
||||
languageCode = 'en-us'
|
||||
title = 'Yet Another Me'
|
||||
timeZone = 'America/Toronto'
|
||||
theme = 'binario'
|
||||
paginate = 20
|
||||
|
||||
[Author]
|
||||
author = "Sergio Durigan Junior"
|
||||
|
||||
[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
|
||||
opengraph = true # Enable OpenGraph if true
|
||||
opengraph = false # Enable OpenGraph if true
|
||||
schema = true # Enable Schema
|
||||
twitter_cards = false # Enable Twitter Cards if true
|
||||
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
|
||||
homeText = "Yet Another Me" # Home node text
|
||||
|
||||
[Params.Social]
|
||||
email = "example@example.com"
|
||||
#[Params.Social]
|
||||
#email = "example@example.com"
|
||||
#facebook = "username"
|
||||
#twitter = "username"
|
||||
#telegram = "username"
|
||||
|
@ -55,15 +57,15 @@ theme = 'binario'
|
|||
#mastodon = "https://some.instance/@username"
|
||||
#medium = "username"
|
||||
|
||||
[Params.Share] # Entry Share block
|
||||
facebook = false
|
||||
twitter = false
|
||||
reddit = false
|
||||
telegram = false
|
||||
linkedin = false
|
||||
vk = false
|
||||
pocket = false
|
||||
pinterest = false
|
||||
# [Params.Share] # Entry Share block
|
||||
# facebook = false
|
||||
# twitter = false
|
||||
# reddit = false
|
||||
# telegram = false
|
||||
# linkedin = false
|
||||
# vk = false
|
||||
# pocket = false
|
||||
# pinterest = false
|
||||
|
||||
# Web App Manifest settings
|
||||
# https://www.w3.org/TR/appmanifest/
|
||||
|
@ -75,7 +77,7 @@ theme = 'binario'
|
|||
startUrl = "/"
|
||||
backgroundColor = "#2a2a2a"
|
||||
themeColor = "#1b1b1b"
|
||||
description = "Personal blog"
|
||||
description = "Sergio Durigan Junior's personal blog"
|
||||
orientation = "portrait"
|
||||
scope = "/"
|
||||
|
||||
|
@ -117,9 +119,6 @@ theme = 'binario'
|
|||
|
||||
[outputs]
|
||||
home = ["HTML", "RSS", "MANIFEST", "Atom"]
|
||||
# tags = ["HTML", "RSS", "Atom"]
|
||||
# taxonomy = ["HTML", "RSS", "ATOM"]
|
||||
# section = ["HTML", "RSS", "ATOM"]
|
||||
term = ["HTML", "RSS", "Atom"]
|
||||
|
||||
# Necessary for ox-hugo
|
||||
|
|
Loading…
Reference in a new issue