Skip to content

Commit 22dc46f

Browse files
committed
fix: githab repo url
1 parent df1265c commit 22dc46f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ You can also choose **one of the 3 possibilities** to install the theme:
119119
# you fetch the theme module.
120120
#
121121
# hugo mod init [your website/module name]
122-
hugo mod get github.com/mirus-ua/hugo-theme-re-terminal/v1
122+
hugo mod get github.com/mirus-ua/hugo-theme-re-terminal
123123
```
124124

125125
and in your config file add:
@@ -129,7 +129,7 @@ and in your config file add:
129129
# this is needed when you fetch the theme as a submodule to your repo.
130130
# replacements = "github.com/mirus-ua/hugo-theme-re-terminal -> themes/re-terminal"
131131
[[module.imports]]
132-
path = 'github.com/mirus-ua/hugo-theme-re-terminal/v1'
132+
path = 'github.com/mirus-ua/hugo-theme-re-terminal'
133133
```
134134

135135
Keep in mind that the theme by default won't show up in the `themes` directory. This means that you are using the theme as it was on the repository at the moment you fetched it. Your local `go.sum` file keeps all the references. Read more about Hugo Modules in the [official documentation](https://gohugo.io/hugo-modules/).

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
module github.com/mirus-ua/hugo-theme-re-terminal/v1
1+
module github.com/mirus-ua/hugo-theme-re-terminal
22

33
go 1.22

0 commit comments

Comments
 (0)