File tree Expand file tree Collapse file tree 4 files changed +12
-9
lines changed Expand file tree Collapse file tree 4 files changed +12
-9
lines changed Original file line number Diff line number Diff line change 66 rm -rf public/
77
88
9- hugo-build : clean hugo-themes
9+ hugo-build : clean
1010 hugo --enableGitInfo --source .
1111
1212hugo :
1313 hugo server --disableFastRender --enableGitInfo --watch --source .
1414 # hugo server -D
15-
16- hugo-themes :
17- rm -rf themes
18- mkdir themes
19- git clone --depth=1 https://github.com/matcornic/hugo-theme-learn.git themes/hugo-theme-learn
20- rm -rf themes/hugo-theme-learn/.git
Original file line number Diff line number Diff line change 1+ module github.com/go-acme/lego/docs
2+
3+ go 1.20
4+
5+ require github.com/matcornic/hugo-theme-learn v0.0.0-20211028190410-e817f53d690d // indirect
Original file line number Diff line number Diff line change 1+ github.com/matcornic/hugo-theme-learn v0.0.0-20211028190410-e817f53d690d h1:p7ktiW/GnHccjB9oO5YGY7us5v/oHmkyF0C7EDZFM3s =
2+ github.com/matcornic/hugo-theme-learn v0.0.0-20211028190410-e817f53d690d /go.mod h1:YoToDcvQxmAFhpEuapKUysBDEBckqDEssqTrmeZ2+uY =
Original file line number Diff line number Diff line change @@ -2,8 +2,6 @@ baseURL = "https://go-acme.github.io/lego/"
22languageCode = " en-us"
33title = " Lego"
44
5- theme = " hugo-theme-learn"
6-
75# Code highlighting settings
86pygmentsCodefences = true
97pygmentsCodeFencesGuesSsyntax = false
@@ -72,3 +70,7 @@ pygmentsUseClasses = true
7270
7371[outputs ]
7472 home = [ " HTML" , " RSS" , " JSON" ]
73+
74+ [module ]
75+ [[module .imports ]]
76+ path = " github.com/matcornic/hugo-theme-learn"
You can’t perform that action at this time.
0 commit comments