Skip to content

Commit 9c0f9ee

Browse files
committed
update theme version
1 parent df2476a commit 9c0f9ee

4 files changed

Lines changed: 11 additions & 7 deletions

File tree

assets/jsconfig.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"compilerOptions": {
3+
"baseUrl": ".",
4+
"paths": {
5+
"*": null
6+
}
7+
}
8+
}

content/en/post/shortcodes/index.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,6 @@ For more details, check out the [documentation](https://stack.jimmycai.com/writi
2323

2424
{{< video "https://www.w3schools.com/tags/movie.mp4" >}}
2525

26-
## Gist
27-
28-
{{< gist CaiJimmy e2751a943de10b2a5b3a8a6c2120cb86 >}}
29-
3026
## GitLab
3127

3228
{{< gitlab 2589724 >}}

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ module github.com/CaiJimmy/hugo-theme-stack-starter
22

33
go 1.17
44

5-
require github.com/CaiJimmy/hugo-theme-stack/v3 v3.33.0 // indirect
5+
require github.com/CaiJimmy/hugo-theme-stack/v3 v3.34.2 // indirect

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
github.com/CaiJimmy/hugo-theme-stack/v3 v3.33.0 h1:ht00aUT5VOxuh0cq4ek6uuGMze2/pDgjxYDVCJfb3Wk=
2-
github.com/CaiJimmy/hugo-theme-stack/v3 v3.33.0/go.mod h1:IPmCXiIxlFSLFYS0tOmYP6ySLviyeNVSabyvSuaxD+I=
1+
github.com/CaiJimmy/hugo-theme-stack/v3 v3.34.2 h1:DHqOCcwrbM7H194OIXuW4D4TekNN8fn+rLWLs3ofaFQ=
2+
github.com/CaiJimmy/hugo-theme-stack/v3 v3.34.2/go.mod h1:IPmCXiIxlFSLFYS0tOmYP6ySLviyeNVSabyvSuaxD+I=

0 commit comments

Comments
 (0)