File tree 8 files changed +224
-201
lines changed
8 files changed +224
-201
lines changed Original file line number Diff line number Diff line change 4
4
asciidoctor (2.0.17 )
5
5
6
6
PLATFORMS
7
+ universal-darwin-23
7
8
x86_64-linux
8
9
9
10
DEPENDENCIES
Original file line number Diff line number Diff line change @@ -3,11 +3,11 @@ all: build
3
3
4
4
.PHONY : build
5
5
build : clean # # build the site
6
- hugo -t docsy --minify
6
+ hugo -F --minify
7
7
8
8
.PHONY : build-preview
9
9
build-preview : clean # # build a preview, with future-dated content allowed.
10
- hugo -t docsy - F --minify
10
+ hugo -F --minify
11
11
12
12
.PHONY : clean
13
13
clean : # # clean the build assets
@@ -17,15 +17,17 @@ clean: ## clean the build assets
17
17
install : # # install dependencies
18
18
bundle
19
19
npm install
20
+ hugo mod get
21
+ hugo mod graph
22
+ hugo mod get github.com/google/docsy
20
23
21
24
.PHONY : netlify
22
- netlify : submodule-init # # build the site for Netlify
23
- git submodule update --init --recursive --depth 1
25
+ netlify :
24
26
$(MAKE ) install
25
27
$(MAKE ) build
26
28
27
29
.PHONY : netlify-preview
28
- netlify-preview : submodule-init # # build a preview of the site for Netlify
30
+ netlify-preview : # # build a preview of the site for Netlify
29
31
$(MAKE ) install
30
32
$(MAKE ) build-preview
31
33
@@ -35,8 +37,4 @@ serve: ## serve the content locally for testing
35
37
36
38
.PHONY : serve-preview
37
39
serve-preview : # # serve the preview content locally for testing
38
- hugo -t docsy server -F
39
-
40
- .PHONY : submodule-init
41
- submodule-init :
42
- git submodule update --init --recursive --depth 1
40
+ hugo -t docsy server -F
Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ module github.com/shipwright-io/website
2
+
3
+ go 1.22.6
4
+
5
+ require github.com/google/docsy v0.10.0 // indirect
Original file line number Diff line number Diff line change
1
+ github.com/FortAwesome/Font-Awesome v0.0.0-20240402185447-c0f460dca7f7 /go.mod h1:IUgezN/MFpCDIlFezw3L8j83oeiIuYoj28Miwr/KUYo =
2
+ github.com/google/docsy v0.10.0 h1:6tMDacPwAyRWNCfvsn/9qGOZDQ8b0aRzjRZvnZPY5dg =
3
+ github.com/google/docsy v0.10.0 /go.mod h1:c0nIAqmRTOuJ01F85U/wJPQtc3Zj9N58Kea9bOT2AJc =
4
+ github.com/twbs/bootstrap v5.3.3+incompatible /go.mod h1:fZTSrkpSf0/HkL0IIJzvVspTt1r9zuf7XlZau8kpcY0 =
You can’t perform that action at this time.
0 commit comments