Skip to content

Commit 230089b

Browse files
committed
update to v4 theme
1 parent 73bd294 commit 230089b

File tree

20,570 files changed

+2394733
-15
lines changed

Some content is hidden

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

20,570 files changed

+2394733
-15
lines changed

assets/jsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"baseUrl": ".",
44
"paths": {
55
"*": [
6-
"../themes/toha/assets/*"
6+
"../../../.cache/hugo_cache/modules/filecache/modules/pkg/mod/github.com/hugo-toha/toha/[email protected]/assets/*"
77
]
88
}
99
}

config.toml

Lines changed: 28 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
11
baseURL = "https://rayprogramming.com/"
22
languageCode = "en-us"
33
title = "James Ray's Blog"
4-
theme = "toha"
54
enableGitInfo = true
65
enableEmoji = true
7-
googleAnalytics = "G-ZZ2207Q2P0"
6+
7+
[analytics]
8+
enabled = true
9+
10+
[analytics.services.google]
11+
id = "G-ZZ2207Q2P0"
812

913
# [permalinks]
1014
# posts = "/:sections/:slug/:title"
@@ -65,3 +69,25 @@ date = [":filename","date","publishDate","lastmod"]
6569
lastmod = [":fileModTime",":git","lastmod","date","publishDate"]
6670
publishDate = ["publishDate","date"]
6771
expiryDate = "expiryDate"
72+
73+
[[module.imports]]
74+
path = "github.com/hugo-toha/toha/v4"
75+
76+
[[module.mounts]]
77+
source = "static/files"
78+
target = "static/files"
79+
80+
[[module.mounts]]
81+
source = "./node_modules/flag-icon-css/flags"
82+
target = "static/flags"
83+
84+
[[module.mounts]]
85+
source = "./node_modules/@fontsource/mulish/files"
86+
target = "static/files"
87+
88+
[[module.mounts]]
89+
source = "./node_modules/katex/dist/fonts"
90+
target = "static/fonts"
91+
92+
[darkMode]
93+
enable = true

content/posts/video-streamer/frontend/design/index.md

Lines changed: 1 addition & 1 deletion

content/posts/video-streamer/infrastructure/github/index.md

Lines changed: 1 addition & 1 deletion

content/posts/video-streamer/infrastructure/started/index.md

Lines changed: 1 addition & 1 deletion

content/posts/video-streamer/projectInfo/index.md

Lines changed: 1 addition & 1 deletion

data/en/site.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
11
[[customMenus]]
22
name = "Photography"
33
url = "/photography"
4-
[[customMenus]]
5-
name = "Notes"
6-
url = "/notes"

go.mod

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1-
module github.com/rihoj/rayprogramming
1+
module github.com/rayprogramming/rayprogramming.com
22

3-
go 1.18
3+
go 1.24.2
4+
5+
require github.com/hugo-toha/toha/v4 v4.9.0 // indirect

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
github.com/hugo-toha/toha/v4 v4.9.0 h1:FX5i3I7eP/lpAQZv4SjnKw5jw0aowCFBGjc+pW1W6PA=
2+
github.com/hugo-toha/toha/v4 v4.9.0/go.mod h1:TU/6WXz7fJ3BSrTS+K/sVctzUMF4pB4ZwKWzFBFra8g=

0 commit comments

Comments
 (0)