Clean up some cruft.
This commit is contained in:
parent
6cc75e9778
commit
db37c3b374
3 changed files with 33 additions and 26 deletions
27
hugo.toml
27
hugo.toml
|
@ -1,4 +1,4 @@
|
|||
baseurl = "https://annabunches.net/"
|
||||
baseurl = "http://192.168.15.2:1313/"
|
||||
languageCode = "en-us"
|
||||
theme = "hugo_theme_pickles"
|
||||
Title = "Anna and the Bunches"
|
||||
|
@ -10,25 +10,7 @@ googleAnalytics = "G-QFK0K7MGCJ"
|
|||
[params]
|
||||
paginate = 10
|
||||
customCSS = ["/css/custom.css"]
|
||||
dateformat = "2006-01-02"
|
||||
# Social accounts. Link to these accounts are displayed in the header and
|
||||
# footer
|
||||
# twitter = "annabunches"
|
||||
# facebook = "Your Facebook username"
|
||||
# instagram = "Your Instagram username"
|
||||
# github = "Your GitHub username"
|
||||
# gitlab = "Your GitLab username"
|
||||
# npm = "Your npm username"
|
||||
# codepen = "Your CodePen username"
|
||||
# dribbble = "Your Dribbble username"
|
||||
# fivehundredpx = "Your 500px username" # 500px
|
||||
# flickr = "Your Flickr username"
|
||||
# pinterest = "Your Pinterest username"
|
||||
# tumblr = "Your Tumblr username"
|
||||
# vimeo = "Your Vimeo username"
|
||||
# youtube = "Your YouTube username"
|
||||
# linkedin = "Your LinkedIn username"
|
||||
# medium = "Your Medium username"
|
||||
dateFormat = "2006-01-02"
|
||||
# Disqus shortname
|
||||
# disqus = ""
|
||||
# author = "Your Name"
|
||||
|
@ -58,13 +40,8 @@ googleAnalytics = "G-QFK0K7MGCJ"
|
|||
weight = 4
|
||||
|
||||
[related]
|
||||
# Only include matches with rank >= threshold. This is a normalized rank between 0 and 100.
|
||||
threshold = 80
|
||||
|
||||
# To get stable "See also" sections we, by default, exclude newer related pages.
|
||||
includeNewer = false
|
||||
|
||||
# Will lower case keywords in both queries and in the indexes.
|
||||
toLower = false
|
||||
|
||||
[[related.indices]]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue