Skip to content

Commit 725ccd1

Browse files
author
Tony Wasserka
committed
Migrate to hugo-theme-stack
1 parent 8007e93 commit 725ccd1

File tree

9 files changed

+18
-46
lines changed

9 files changed

+18
-46
lines changed

.gitmodules

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +0,0 @@
1-
[submodule "themes/Mainroad"]
2-
path = themes/Mainroad
3-
url = https://github.com/Vimux/Mainroad

config/_default/config.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
baseURL = ''
2+
languageCode = 'en-us'
3+
title = '3dbrew'
4+
disablePathToLower = true

config/_default/module.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[[imports]]
2+
path = "github.com/CaiJimmy/hugo-theme-stack/v3"

config/_default/params.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
[[widgets.homepage]]
2+
type = "categories"
3+
4+
[[widgets.page]]
5+
type = "toc"

content/????????.md

Lines changed: 0 additions & 30 deletions
This file was deleted.

go.mod

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
module 3dbrew
2+
3+
go 1.22
4+
5+
require github.com/CaiJimmy/hugo-theme-stack/v3 v3.27.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/CaiJimmy/hugo-theme-stack/v3 v3.27.0 h1:wVAa/ZimTOkFy/mODH5RXS3R3mlgfAXaDTYs7GccJUw=
2+
github.com/CaiJimmy/hugo-theme-stack/v3 v3.27.0/go.mod h1:IPmCXiIxlFSLFYS0tOmYP6ySLviyeNVSabyvSuaxD+I=

hugo.toml

Lines changed: 0 additions & 12 deletions
This file was deleted.

themes/Mainroad

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)