2024-05-12 09:01:12 -04:00
|
|
|
|
baseURL = "https://shione.net/"
|
2024-08-16 18:10:06 -04:00
|
|
|
|
theme = "hugo-bunnyblog"
|
2024-05-12 09:01:12 -04:00
|
|
|
|
title = "shione"
|
2024-08-16 18:10:06 -04:00
|
|
|
|
author = "renken"
|
|
|
|
|
copyright = "Copyright © 2024, renken."
|
2024-05-12 09:01:12 -04:00
|
|
|
|
pygmentsUseClasses = true
|
|
|
|
|
uglyurls = true
|
|
|
|
|
disablePathToLower = true
|
|
|
|
|
rssLimit = 10
|
2024-08-16 18:10:06 -04:00
|
|
|
|
languageCode = "en-US"
|
|
|
|
|
enableRobotsTXT = true
|
|
|
|
|
|
|
|
|
|
# Generate "Bearblog"-like URLs !only!, see https://bearblog.dev/.
|
|
|
|
|
# disableKinds = ["taxonomy"]
|
|
|
|
|
# ignoreErrors = ["error-disable-taxonomy"]
|
|
|
|
|
|
|
|
|
|
[params]
|
|
|
|
|
# The "description" of your website. This is used in the meta data of your generated html.
|
|
|
|
|
description = "renken's weblog"
|
|
|
|
|
|
|
|
|
|
# The path to your "favicon". This should be a square (at least 32px x 32px) png-file.
|
|
|
|
|
# Hint: It's good practise to also put a "favicon.ico"-file into your "static"-folder.
|
|
|
|
|
favicon = "avatar.png"
|
|
|
|
|
|
|
|
|
|
# These "images" are used for the structured data templates. This will show up, when
|
|
|
|
|
# services like Twitter or Slack want to generate a preview of a link to your site.
|
|
|
|
|
# See https://gohugo.io/templates/internal#twitter-cards and
|
|
|
|
|
# https://gohugo.io/templates/internal#open-graph.
|
|
|
|
|
images = ["avatar.png"]
|
|
|
|
|
|
|
|
|
|
# Another "title" :-). This one is used as the site_name on the Hugo's internal
|
|
|
|
|
# opengraph structured data template.
|
|
|
|
|
# See https://ogp.me/ and https://gohugo.io/templates/internal#open-graph.
|
|
|
|
|
title = "renken's weblog"
|
|
|
|
|
|
|
|
|
|
# This theme will, by default, inject a made-with-line at the bottom of the page.
|
|
|
|
|
# You can turn it off, but we would really appreciate if you don’t :-).
|
|
|
|
|
hideMadeWithLine = true
|
|
|
|
|
|
|
|
|
|
# By default, this theme displays dates with a format like "02 Jan, 2006", but
|
|
|
|
|
# you can customize it by setting the `dateFormat` param in your site's config
|
|
|
|
|
# file. See [Hugo's Format function docs](https://gohugo.io/functions/format/)
|
|
|
|
|
# for details. An example TOML config that uses [ISO
|
|
|
|
|
# 8601](https://en.wikipedia.org/wiki/ISO_8601) format:
|
|
|
|
|
dateFormat = "02 Jan 2006"
|
2024-05-12 09:01:12 -04:00
|
|
|
|
|
|
|
|
|
[permalinks]
|
2024-08-16 18:10:06 -04:00
|
|
|
|
blog = "/blog/:slug/"
|
|
|
|
|
tags = "/blog/tags/:slug"
|
|
|
|
|
|
|
|
|
|
[menus]
|
|
|
|
|
[[menus.main]]
|
|
|
|
|
name = "home"
|
|
|
|
|
pageRef = "/"
|
|
|
|
|
weight = 10
|
|
|
|
|
[[menus.main]]
|
|
|
|
|
name = "blog"
|
|
|
|
|
pageRef = "/blog"
|
|
|
|
|
weight = 20
|
|
|
|
|
[[menus.main]]
|
|
|
|
|
name = "services"
|
|
|
|
|
pageRef = "/services"
|
|
|
|
|
weight = 30
|
|
|
|
|
[[menus.main]]
|
|
|
|
|
name = "misc"
|
|
|
|
|
pageRef = "/misc"
|
|
|
|
|
weight = 40
|
2024-08-23 14:24:00 -04:00
|
|
|
|
[[menus.main]]
|
|
|
|
|
name = "git"
|
|
|
|
|
url = "https://git.shione.net"
|
|
|
|
|
weight = 50
|
2024-08-16 19:17:11 -04:00
|
|
|
|
[[menus.main]]
|
|
|
|
|
name = "rss"
|
|
|
|
|
url = "/index.xml"
|
2024-08-23 14:24:00 -04:00
|
|
|
|
weight = 60
|
2024-05-12 09:01:12 -04:00
|
|
|
|
|
|
|
|
|
[markup.goldmark.renderer]
|
|
|
|
|
unsafe = true
|
|
|
|
|
|
|
|
|
|
[markup.tableOfContents]
|
|
|
|
|
ordered = true
|
|
|
|
|
|
|
|
|
|
[outputs]
|
|
|
|
|
section = ["HTML", "RSS"]
|
|
|
|
|
|
|
|
|
|
[markup.goldmark.parser.attribute]
|
|
|
|
|
block = true
|
|
|
|
|
title = true
|
2024-08-16 18:52:18 -04:00
|
|
|
|
|
|
|
|
|
[markup]
|
|
|
|
|
[markup.highlight]
|
|
|
|
|
style = "monokai"
|
|
|
|
|
lineNos = true
|
|
|
|
|
lineNumbersInTable = true
|