add goat
This commit is contained in:
parent
f24ecadfbf
commit
369596be49
758 changed files with 3244 additions and 2399 deletions
22
config.toml
22
config.toml
|
@ -28,9 +28,6 @@ taxonomies = [{ name = "tags", feed = true, paginate_by = 10 }]
|
|||
paths = "off"
|
||||
taxonomies = "on"
|
||||
anchors = "off"
|
||||
# Whether to remove date prefixes for page path slugs.
|
||||
# For example, content/posts/2016-10-08_a-post-with-dates.md => posts/a-post-with-dates
|
||||
# When true, content/posts/2016-10-08_a-post-with-dates.md => posts/2016-10-08-a-post-with-dates
|
||||
paths_keep_dates = false
|
||||
|
||||
[search]
|
||||
|
@ -95,33 +92,20 @@ socials = [
|
|||
]
|
||||
show_copyright = true
|
||||
show_powered_by = false
|
||||
# Whether to show link to website source
|
||||
show_source = false
|
||||
show_source = true
|
||||
|
||||
# Based on https://carlschwan.eu/2020/12/29/adding-comments-to-your-static-blog-with-mastodon/
|
||||
#
|
||||
# Mastodon-powered commenting.
|
||||
# Values can be overridden in the front-matter, e.g.
|
||||
# for multi-author blogs or guest posts.
|
||||
#
|
||||
# These variables are also used for Mastodon verification,
|
||||
# the needed rel="me" link is set in the head based on these.
|
||||
[extra.comments]
|
||||
# Your Mastodon API host; instance that you have an account on.
|
||||
host = "mastodon.online"
|
||||
# Your Mastodon username; used to determine who the original poster is.
|
||||
user = "reprintedAron"
|
||||
# Whether to show the QR code to Mastodon post
|
||||
show_qr = true
|
||||
|
||||
# GoatCounter analytics; enabled only if present in config.
|
||||
[extra.goatcounter]
|
||||
# Your GoatCounter server; goatcounter.com is used by default.
|
||||
#
|
||||
# host = "YOUR_SERVER"
|
||||
host = "https://awebsite.goatcounter.com/count"
|
||||
#
|
||||
# Your GoatCounter username
|
||||
user = "duckquill"
|
||||
user = "aron@petau.net"
|
||||
|
||||
[extra.debug]
|
||||
layout = false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue