Update config.toml
This commit is contained in:
parent
149fbbf6e0
commit
d393ff61f8
1 changed files with 26 additions and 13 deletions
|
@ -36,9 +36,6 @@ disableHugoGeneratorInject = false
|
||||||
[permalinks]
|
[permalinks]
|
||||||
posts = "/posts/:year/:month/:title/"
|
posts = "/posts/:year/:month/:title/"
|
||||||
|
|
||||||
[author]
|
|
||||||
name = "Jane Doe"
|
|
||||||
|
|
||||||
[blackfriday]
|
[blackfriday]
|
||||||
hrefTargetBlank = true
|
hrefTargetBlank = true
|
||||||
|
|
||||||
|
@ -48,6 +45,9 @@ disableHugoGeneratorInject = false
|
||||||
series = "series"
|
series = "series"
|
||||||
|
|
||||||
[params]
|
[params]
|
||||||
|
[params.author]
|
||||||
|
name = "Jane Doe"
|
||||||
|
|
||||||
dateform = "Jan 2, 2006"
|
dateform = "Jan 2, 2006"
|
||||||
dateformShort = "Jan 2"
|
dateformShort = "Jan 2"
|
||||||
dateformNum = "2006-01-02"
|
dateformNum = "2006-01-02"
|
||||||
|
@ -145,6 +145,19 @@ disableHugoGeneratorInject = false
|
||||||
# Append the current url pathname to logoText
|
# Append the current url pathname to logoText
|
||||||
# logoCursorPathname = true
|
# logoCursorPathname = true
|
||||||
|
|
||||||
|
# # # # # # # # # # # # # # # # # # # # # # # # # # # # #
|
||||||
|
# Addon: Startpage portrait
|
||||||
|
# # # # # # # # # # # # # # # # # # # # # # # # # # # # #
|
||||||
|
# Uncomment this if you want a portrait on your start page
|
||||||
|
#
|
||||||
|
# [params.portrait]
|
||||||
|
# path = "/img/image.jpg"
|
||||||
|
# alt = "Portrait"
|
||||||
|
# maxWidth = "50px"
|
||||||
|
|
||||||
|
# # # # # # # # # # # # # # # # # # # # # # # # # # # # #
|
||||||
|
# Addon: Commento
|
||||||
|
# # # # # # # # # # # # # # # # # # # # # # # # # # # # #
|
||||||
# Commento is more than just a comments widget you can embed —
|
# Commento is more than just a comments widget you can embed —
|
||||||
# it’s a return to the roots of the internet.
|
# it’s a return to the roots of the internet.
|
||||||
# An internet without the tracking and invasions of privacy.
|
# An internet without the tracking and invasions of privacy.
|
||||||
|
@ -156,6 +169,9 @@ disableHugoGeneratorInject = false
|
||||||
# [params.commento]
|
# [params.commento]
|
||||||
# url = ""
|
# url = ""
|
||||||
|
|
||||||
|
# # # # # # # # # # # # # # # # # # # # # # # # # # # # #
|
||||||
|
# Addon: Utteranc.es
|
||||||
|
# # # # # # # # # # # # # # # # # # # # # # # # # # # # #
|
||||||
# Utteranc.es is a lightweight comments widget built on GitHub issues.
|
# Utteranc.es is a lightweight comments widget built on GitHub issues.
|
||||||
# See https://utteranc.es/ for documentation
|
# See https://utteranc.es/ for documentation
|
||||||
# Uncomment this to enable Utteranc.es.
|
# Uncomment this to enable Utteranc.es.
|
||||||
|
@ -164,11 +180,11 @@ disableHugoGeneratorInject = false
|
||||||
# Your GitHub repository
|
# Your GitHub repository
|
||||||
#
|
#
|
||||||
# repository = ""
|
# repository = ""
|
||||||
|
#
|
||||||
# label used for GitHub issues
|
# label used for GitHub issues
|
||||||
#
|
#
|
||||||
# label = ""
|
# label = ""
|
||||||
|
#
|
||||||
# Blog Post <-> Issue mapping. This parameter is optional. Possible values are:
|
# Blog Post <-> Issue mapping. This parameter is optional. Possible values are:
|
||||||
# - pathname
|
# - pathname
|
||||||
# - url
|
# - url
|
||||||
|
@ -178,7 +194,7 @@ disableHugoGeneratorInject = false
|
||||||
# - specific term
|
# - specific term
|
||||||
#
|
#
|
||||||
# issueTerm = ""
|
# issueTerm = ""
|
||||||
|
#
|
||||||
# Theme used: possible values are:
|
# Theme used: possible values are:
|
||||||
# - github-light
|
# - github-light
|
||||||
# - github-dark
|
# - github-dark
|
||||||
|
@ -191,15 +207,12 @@ disableHugoGeneratorInject = false
|
||||||
# - gruvbox-dark
|
# - gruvbox-dark
|
||||||
#
|
#
|
||||||
# theme = ""
|
# theme = ""
|
||||||
|
#
|
||||||
|
|
||||||
# Uncomment this if you want a portrait on your start page
|
# # # # # # # # # # # # # # # # # # # # # # # # # # # # #
|
||||||
|
# Addon: Social icons
|
||||||
|
# # # # # # # # # # # # # # # # # # # # # # # # # # # # #
|
||||||
#
|
#
|
||||||
# [params.portrait]
|
|
||||||
# path = "/img/image.jpg"
|
|
||||||
# alt = "Portrait"
|
|
||||||
# maxWidth = "50px"
|
|
||||||
|
|
||||||
# Social icons
|
|
||||||
[[params.social]]
|
[[params.social]]
|
||||||
name = "twitter"
|
name = "twitter"
|
||||||
url = "https://twitter.com/"
|
url = "https://twitter.com/"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue