Make whitespace more consistent.
This commit is contained in:
parent
b3147e3dd8
commit
8e3ed9af3b
@ -16,16 +16,16 @@ disqusShortname = ""
|
||||
tag = "tags"
|
||||
|
||||
[author]
|
||||
name = "kimcc"
|
||||
name = "kimcc"
|
||||
|
||||
# Set to false to disallow raw HTML in markdown files
|
||||
[markup.goldmark.renderer]
|
||||
unsafe = true
|
||||
|
||||
[params]
|
||||
math = true
|
||||
# Blog description at the top of the homepage. Supports markdown.
|
||||
description = "Noteworthy is a minimalist Hugo theme, perfect for writers and bloggers."
|
||||
math = true
|
||||
# Blog description at the top of the homepage. Supports markdown.
|
||||
description = "Noteworthy is a minimalist Hugo theme, perfect for writers and bloggers."
|
||||
|
||||
showReadMore = false
|
||||
|
||||
@ -33,40 +33,40 @@ disqusShortname = ""
|
||||
enableKofi = false
|
||||
kofi = ""
|
||||
|
||||
# Add links to your accounts. Remove the ones you don't want to include.
|
||||
# Main
|
||||
email = "#"
|
||||
# Add links to your accounts. Remove the ones you don't want to include.
|
||||
# Main
|
||||
email = "#"
|
||||
facebook = "#"
|
||||
twitter = "#"
|
||||
instagram = "#"
|
||||
tumblr = "#"
|
||||
reddit = "#"
|
||||
pinterest = "#"
|
||||
youtube = "#"
|
||||
instagram = "#"
|
||||
tumblr = "#"
|
||||
reddit = "#"
|
||||
pinterest = "#"
|
||||
youtube = "#"
|
||||
vimeo = "#"
|
||||
weibo = "#"
|
||||
vk = "#"
|
||||
linkedin = "#"
|
||||
weibo = "#"
|
||||
vk = "#"
|
||||
linkedin = "#"
|
||||
|
||||
# Writing
|
||||
# Writing
|
||||
medium = "#"
|
||||
blogger = "#"
|
||||
wordpress = "#"
|
||||
blogger = "#"
|
||||
wordpress = "#"
|
||||
|
||||
# Creative & Visual
|
||||
# Creative & Visual
|
||||
dribbble = "#"
|
||||
behance = "#"
|
||||
deviantart = "#"
|
||||
flickr = "#"
|
||||
behance = "#"
|
||||
deviantart = "#"
|
||||
flickr = "#"
|
||||
|
||||
# Audio & Music
|
||||
soundcloud = "#"
|
||||
|
||||
# Programming
|
||||
# Programming
|
||||
github = "#"
|
||||
stackoverflow = "#"
|
||||
gitlab = "#"
|
||||
codepen = "#"
|
||||
stackoverflow = "#"
|
||||
gitlab = "#"
|
||||
codepen = "#"
|
||||
|
||||
# Academic
|
||||
googlescholar = "#"
|
||||
@ -79,22 +79,22 @@ disqusShortname = ""
|
||||
|
||||
# Menu links along the sidebar navigation.
|
||||
[[menu.main]]
|
||||
identifier = "about"
|
||||
name = "About"
|
||||
url = "/about/"
|
||||
weight = 1 # Weight is an integer used to sort the menu items. The sorting goes from smallest to largest numbers. If weight is not defined for each menu entry, Hugo will sort the entries alphabetically.
|
||||
identifier = "about"
|
||||
name = "About"
|
||||
url = "/about/"
|
||||
weight = 1 # Weight is an integer used to sort the menu items. The sorting goes from smallest to largest numbers. If weight is not defined for each menu entry, Hugo will sort the entries alphabetically.
|
||||
|
||||
[[menu.main]]
|
||||
identifier = "tags"
|
||||
name = "Tags"
|
||||
url = "/tags/"
|
||||
weight = 2
|
||||
identifier = "tags"
|
||||
name = "Tags"
|
||||
url = "/tags/"
|
||||
weight = 2
|
||||
|
||||
[[menu.main]]
|
||||
name = "Archives"
|
||||
identifier = "archives"
|
||||
url = "/archives/"
|
||||
weight = 3
|
||||
name = "Archives"
|
||||
identifier = "archives"
|
||||
url = "/archives/"
|
||||
weight = 3
|
||||
|
||||
# Privacy configurations: https://gohugo.io/about/hugo-and-gdpr/
|
||||
[privacy]
|
||||
|
Loading…
Reference in New Issue
Block a user