2020-05-14 21:50:51 +00:00
|
|
|
baseurl = "https://annabunch.es/"
|
2020-05-14 19:20:00 +00:00
|
|
|
languageCode = "en-us"
|
2020-05-14 21:50:51 +00:00
|
|
|
theme = "pickles"
|
|
|
|
Title = "Anna and the Bunches"
|
|
|
|
copyright = "© Anna Wiggins, 2006-2020"
|
|
|
|
custom_css = "/static/css/custom.css"
|
|
|
|
|
|
|
|
# Google Analytics API key.
|
|
|
|
# googleAnalytics = "Your Google Analytics tracking id"
|
|
|
|
|
|
|
|
[params]
|
|
|
|
paginate = 10
|
2020-05-15 01:23:45 +00:00
|
|
|
custom_css = ["/css/custom.css"]
|
|
|
|
dateformat = "2006-02-01"
|
2020-05-14 21:50:51 +00:00
|
|
|
# Social accounts. Link to these accounts are displayed in the header and
|
|
|
|
# footer
|
|
|
|
twitter = "annabunches"
|
|
|
|
# facebook = "Your Facebook username"
|
|
|
|
# instagram = "Your Instagram username"
|
|
|
|
# googleplus = "Your Google+ account URL" # https://plus.google.com/u/0/xxxxxx
|
|
|
|
# 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"
|
|
|
|
# Disqus shortname
|
|
|
|
# disqus = ""
|
|
|
|
# author = "Your Name"
|
|
|
|
# authorwebsite = "example.com"
|
|
|
|
# avatar = "/path/to/avatar"
|
2020-05-15 01:23:45 +00:00
|
|
|
# contact = "annabunches@gmail.com"
|
|
|
|
bio = """
|
|
|
|
The story of Anna and her lifelong friends, Left Bunch and Right Bunch.
|
|
|
|
The power... the passion... the danger. Their courage will change the world."""
|
2020-05-14 21:50:51 +00:00
|
|
|
# Short subtitle/tagline. This is displayed in the header.
|
|
|
|
subtitle = "It's words!"
|
|
|
|
# Logo image. This is displayed ogp image.
|
|
|
|
# logo = "/path/to/logo"
|
|
|
|
# favicon = "/path/to/favicon"
|
|
|
|
|
|
|
|
[[menu.main]]
|
|
|
|
name = "Blog"
|
|
|
|
url = "/"
|
|
|
|
weight = 1
|
|
|
|
|
|
|
|
[[menu.main]]
|
|
|
|
name = "About"
|
|
|
|
url = "/about"
|
|
|
|
weight = 2
|
|
|
|
|
|
|
|
[[menu.main]]
|
|
|
|
name = "Tags"
|
|
|
|
url = "/tags"
|
|
|
|
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]]
|
|
|
|
name = "keywords"
|
|
|
|
weight = 150
|
|
|
|
[[related.indices]]
|
|
|
|
name = "tags"
|
|
|
|
weight = 100
|
2020-05-15 01:23:45 +00:00
|
|
|
|
|
|
|
[markup]
|
|
|
|
defaultMarkdownHandler = "goldmark"
|
|
|
|
[markup.goldmark.renderer]
|
|
|
|
unsafe = true
|