Compare commits
1 Commits
9829d490f5
...
9167dbd278
| Author | SHA1 | Date |
|---|---|---|
|
|
9167dbd278 |
6
Makefile
6
Makefile
|
|
@ -31,14 +31,18 @@ $(HUGO_BIN):
|
|||
|
||||
OPENRING_BIN = $(GOBIN)/openring
|
||||
$(OPENRING_BIN):
|
||||
@go install -v git.sr.ht/~sircmpwn/openring@latest
|
||||
@go install git.sr.ht/~sircmpwn/openring@latest
|
||||
|
||||
public: $(HUGO_BIN) \
|
||||
./themes\lines \
|
||||
./assets/css/syntax.light.css \
|
||||
./assets/css/syntax.dark.css \
|
||||
./layouts/partials/single/footer.html
|
||||
hugo --verbose --gc --minify --templateMetrics --templateMetricsHints --enableGitInfo --environment production
|
||||
|
||||
./themes/lines:
|
||||
git submodule init
|
||||
|
||||
./assets/css:
|
||||
mkdir -p ./assets/css
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue