Add documentation for footer override
This commit is contained in:
parent
6206e79477
commit
1f4f662472
1 changed files with 16 additions and 0 deletions
|
@ -54,6 +54,7 @@ disableHugoGeneratorInject = false
|
||||||
dateformNumTime = "2006-01-02 15:04 -0700"
|
dateformNumTime = "2006-01-02 15:04 -0700"
|
||||||
|
|
||||||
# Metadata mostly used in document's head
|
# Metadata mostly used in document's head
|
||||||
|
#
|
||||||
description = "Nice theme for homepages and blogs"
|
description = "Nice theme for homepages and blogs"
|
||||||
keywords = ""
|
keywords = ""
|
||||||
images = [""]
|
images = [""]
|
||||||
|
@ -61,30 +62,44 @@ disableHugoGeneratorInject = false
|
||||||
homeSubtitle = "Hello Friend NG"
|
homeSubtitle = "Hello Friend NG"
|
||||||
|
|
||||||
# Prefix of link to the git commit detail page. GitInfo must be enabled.
|
# Prefix of link to the git commit detail page. GitInfo must be enabled.
|
||||||
|
#
|
||||||
# gitUrl = ""
|
# gitUrl = ""
|
||||||
|
|
||||||
# Set disableReadOtherPosts to true in order to hide the links to other posts.
|
# Set disableReadOtherPosts to true in order to hide the links to other posts.
|
||||||
|
#
|
||||||
disableReadOtherPosts = false
|
disableReadOtherPosts = false
|
||||||
|
|
||||||
# Sharing buttons
|
# Sharing buttons
|
||||||
|
#
|
||||||
# There are a lot of buttons preconfigured. If you want to change them,
|
# There are a lot of buttons preconfigured. If you want to change them,
|
||||||
# generate the buttons here: https://sharingbuttons.io
|
# generate the buttons here: https://sharingbuttons.io
|
||||||
# and add them into your own `layouts/partials/sharing-buttons.html`
|
# and add them into your own `layouts/partials/sharing-buttons.html`
|
||||||
|
#
|
||||||
enableSharingButtons = true
|
enableSharingButtons = true
|
||||||
|
|
||||||
# Integrate Javascript files or stylesheets by adding the url to the external assets or by
|
# Integrate Javascript files or stylesheets by adding the url to the external assets or by
|
||||||
# linking local files with their path relative to the static folder, e.g. "css/styles.css"
|
# linking local files with their path relative to the static folder, e.g. "css/styles.css"
|
||||||
|
#
|
||||||
customCSS = []
|
customCSS = []
|
||||||
customJS = []
|
customJS = []
|
||||||
|
|
||||||
# Toggle this option need to rebuild SCSS, requires extended version of Hugo
|
# Toggle this option need to rebuild SCSS, requires extended version of Hugo
|
||||||
|
#
|
||||||
justifyContent = false # Set "text-align: justify" to .post-content.
|
justifyContent = false # Set "text-align: justify" to .post-content.
|
||||||
|
|
||||||
# Default theme "light" or "dark"
|
# Default theme "light" or "dark"
|
||||||
|
#
|
||||||
defaultTheme = "dark"
|
defaultTheme = "dark"
|
||||||
themeColor = "#252627"
|
themeColor = "#252627"
|
||||||
|
|
||||||
|
# Custom footer
|
||||||
|
# If you want, you can easily override the default footer with your own content.
|
||||||
|
#
|
||||||
|
# footerLeft = "Powered by <a href=\"http://gohugo.io\">Hugo</a>"
|
||||||
|
# footerRight = "Made with ❤ by <a href=\"https://github.com/rhazdon\">Djordje Atlialp</a>"
|
||||||
|
|
||||||
# Colors for favicons
|
# Colors for favicons
|
||||||
|
#
|
||||||
[params.favicon.color]
|
[params.favicon.color]
|
||||||
mask = "#252627"
|
mask = "#252627"
|
||||||
msapplication = "#252627"
|
msapplication = "#252627"
|
||||||
|
@ -101,6 +116,7 @@ disableHugoGeneratorInject = false
|
||||||
# logoCursorAnimate = "2s"
|
# logoCursorAnimate = "2s"
|
||||||
|
|
||||||
# Uncomment this if you want a portrait on your start page
|
# Uncomment this if you want a portrait on your start page
|
||||||
|
#
|
||||||
# [params.portrait]
|
# [params.portrait]
|
||||||
# path = "/img/image.jpg"
|
# path = "/img/image.jpg"
|
||||||
# alt = "Portrait"
|
# alt = "Portrait"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue