Skip to content

Commit 463392c

Browse files
authored
update to new theme
1 parent bebda57 commit 463392c

File tree

2,934 files changed

+840
-329530
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

2,934 files changed

+840
-329530
lines changed

config/_default/hugo.toml

Lines changed: 69 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,69 @@
1+
# -- Site Configuration --
2+
# Refer to the theme docs for more details about each of these parameters.
3+
# https://blowfish.page/docs/getting-started/
4+
5+
# theme = "blowfish" # UNCOMMENT THIS LINE
6+
# baseURL = "https://your_domain.com/"
7+
defaultContentLanguage = "en"
8+
9+
# pluralizeListTitles = "true" # hugo function useful for non-english languages, find out more in https://gohugo.io/getting-started/configuration/#pluralizelisttitles
10+
11+
enableRobotsTXT = true
12+
summaryLength = 0
13+
14+
buildDrafts = false
15+
buildFuture = false
16+
17+
enableEmoji = true
18+
19+
# googleAnalytics = "G-XXXXXXXXX"
20+
21+
[pagination]
22+
pagerSize = 100
23+
24+
[imaging]
25+
anchor = 'Center'
26+
27+
[taxonomies]
28+
tag = "tags"
29+
category = "categories"
30+
author = "authors"
31+
series = "series"
32+
33+
[sitemap]
34+
changefreq = 'daily'
35+
filename = 'sitemap.xml'
36+
priority = 0.5
37+
38+
[outputs]
39+
home = ["HTML", "RSS", "JSON"]
40+
41+
[related]
42+
threshold = 0
43+
toLower = false
44+
45+
[[related.indices]]
46+
name = "tags"
47+
weight = 100
48+
49+
[[related.indices]]
50+
name = "categories"
51+
weight = 100
52+
53+
[[related.indices]]
54+
name = "series"
55+
weight = 50
56+
57+
[[related.indices]]
58+
name = "authors"
59+
weight = 20
60+
61+
[[related.indices]]
62+
name = "date"
63+
weight = 10
64+
65+
[[related.indices]]
66+
applyFilter = false
67+
name = 'fragmentrefs'
68+
type = 'fragments'
69+
weight = 10

config/_default/languages.en.toml

Lines changed: 76 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,76 @@
1+
disabled = false
2+
languageCode = "en"
3+
languageName = "English"
4+
weight = 1
5+
title = "Blowfish"
6+
7+
[params]
8+
displayName = "EN"
9+
isoCode = "en"
10+
rtl = false
11+
dateFormat = "2 January 2006"
12+
# logo = "img/logo.png"
13+
# secondaryLogo = "img/secondary-logo.png"
14+
# description = "My awesome website"
15+
# copyright = "Copy, _right?_ :thinking_face:"
16+
17+
# [params.author]
18+
# name = "Your name here"
19+
# email = "[email protected]"
20+
# image = "img/blowfish_logo.png"
21+
# imageQuality = 96
22+
# headline = "I'm only human"
23+
# bio = "A little bit about you"
24+
# links = [
25+
# { email = "mailto:hello@your_domain.com" },
26+
# { link = "https://link-to-some-website.com/" },
27+
# { amazon = "https://www.amazon.com/hz/wishlist/ls/wishlist-id" },
28+
# { apple = "https://www.apple.com" },
29+
# { blogger = "https://username.blogspot.com/" },
30+
# { bluesky = "https://bsky.app/profile/username" },
31+
# { codepen = "https://codepen.io/username" },
32+
# { dev = "https://dev.to/username" },
33+
# { discord = "https://discord.gg/invitecode" },
34+
# { dribbble = "https://dribbble.com/username" },
35+
# { facebook = "https://facebook.com/username" },
36+
# { flickr = "https://www.flickr.com/photos/username/" },
37+
# { foursquare = "https://foursquare.com/username" },
38+
# { github = "https://github.com/username" },
39+
# { gitlab = "https://gitlab.com/username" },
40+
# { google = "https://www.google.com/" },
41+
# { hashnode = "https://username.hashnode.dev" },
42+
# { instagram = "https://instagram.com/username" },
43+
# { itch-io = "https://username.itch.io" },
44+
# { keybase = "https://keybase.io/username" },
45+
# { keyoxide = "https://keyoxide.org/URI" },
46+
# { kickstarter = "https://www.kickstarter.com/profile/username" },
47+
# { lastfm = "https://lastfm.com/user/username" },
48+
# { linkedin = "https://linkedin.com/in/username" },
49+
# { mastodon = "https://mastodon.instance/@username" },
50+
# { matrix = "https://matrix.to/#/URI" },
51+
# { medium = "https://medium.com/username" },
52+
# { microsoft = "https://www.microsoft.com/" },
53+
# { orcid = "https://orcid.org/userid" },
54+
# { patreon = "https://www.patreon.com/username" },
55+
# { pinterest = "https://pinterest.com/username" },
56+
# { reddit = "https://reddit.com/user/username" },
57+
# { researchgate = "https://www.researchgate.net/profile/username" },
58+
# { signal = "https://signal.me/#eu/userid" },
59+
# { slack = "https://workspace.url/team/userid" },
60+
# { snapchat = "https://snapchat.com/add/username" },
61+
# { soundcloud = "https://soundcloud.com/username" },
62+
# { spotify = "https://open.spotify.com/user/userid" },
63+
# { stack-overflow = "https://stackoverflow.com/users/userid/username" },
64+
# { steam = "https://steamcommunity.com/profiles/userid" },
65+
# { telegram = "https://t.me/username" },
66+
# { threads = "https://www.threads.net/@username" },
67+
# { tiktok = "https://tiktok.com/@username" },
68+
# { tumblr = "https://username.tumblr.com" },
69+
# { twitch = "https://twitch.tv/username" },
70+
# { twitter = "https://twitter.com/username" },
71+
# { x-twitter = "https://twitter.com/username" },
72+
# { whatsapp = "https://wa.me/phone-number" },
73+
# { youtube = "https://youtube.com/username" },
74+
# { ko-fi = "https://ko-fi.com/username" },
75+
# { codeberg = "https://codeberg.org/username"},
76+
# ]

config/_default/markup.toml

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# -- Markup --
2+
# These settings are required for the theme to function.
3+
4+
[goldmark]
5+
[goldmark.parser]
6+
wrapStandAloneImageWithinParagraph = false
7+
8+
[goldmark.parser.attribute]
9+
block = true
10+
11+
[goldmark.renderer]
12+
unsafe = true
13+
14+
[goldmark.extensions]
15+
[goldmark.extensions.passthrough]
16+
enable = true
17+
[goldmark.extensions.passthrough.delimiters]
18+
block = [['\[', '\]'], ['$$', '$$']]
19+
inline = [['\(', '\)']]
20+
21+
[highlight]
22+
noClasses = false
23+
24+
[tableOfContents]
25+
startLevel = 2
26+
endLevel = 4

config/_default/menus.en.toml

Lines changed: 69 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,69 @@
1+
# -- Main Menu --
2+
# The main menu is displayed in the header at the top of the page.
3+
# Acceptable parameters are name, pageRef, page, url, title, weight.
4+
#
5+
# The simplest menu configuration is to provide:
6+
# name = The name to be displayed for this menu link
7+
# pageRef = The identifier of the page or section to link to
8+
#
9+
# By default the menu is ordered alphabetically. This can be
10+
# overridden by providing a weight value. The menu will then be
11+
# ordered by weight from lowest to highest.
12+
13+
#[[main]]
14+
# name = "Blog"
15+
# pageRef = "posts"
16+
# weight = 10
17+
18+
#[[main]]
19+
# name = "Parent"
20+
# weight = 20
21+
22+
#[[main]]
23+
# name = "example sub-menu 1"
24+
# parent = "Parent"
25+
# pageRef = "posts"
26+
# weight = 20
27+
28+
#[[main]]
29+
# name = "example sub-menu 2"
30+
# parent = "Parent"
31+
# pageRef = "posts"
32+
# weight = 20
33+
34+
#[[subnavigation]]
35+
# name = "An interesting topic"
36+
# pageRef = "tags/interesting-topic"
37+
# weight = 10
38+
39+
#[[subnavigation]]
40+
# name = "My Awesome Category"
41+
# pre = "github"
42+
# pageRef = "categories/awesome"
43+
# weight = 20
44+
45+
#[[main]]
46+
# name = "Categories"
47+
# pageRef = "categories"
48+
# weight = 20
49+
50+
#[[main]]
51+
# name = "Tags"
52+
# pageRef = "tags"
53+
# weight = 30
54+
55+
56+
# -- Footer Menu --
57+
# The footer menu is displayed at the bottom of the page, just before
58+
# the copyright notice. Configure as per the main menu above.
59+
60+
61+
# [[footer]]
62+
# name = "Tags"
63+
# pageRef = "tags"
64+
# weight = 10
65+
66+
# [[footer]]
67+
# name = "Categories"
68+
# pageRef = "categories"
69+
# weight = 20

node_modules/resolve/test/pathfilter/deep_ref/main.js renamed to config/_default/module.toml

File renamed without changes.

0 commit comments

Comments
 (0)