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