No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with
4 additions and
1 deletions
-
makefile
|
@ -12,4 +12,7 @@ dependencies: |
|
|
run: core-plugins custom-plugins dependencies |
|
|
run: core-plugins custom-plugins dependencies |
|
|
@.venv/bin/pelican --autoreload |
|
|
@.venv/bin/pelican --autoreload |
|
|
|
|
|
|
|
|
.PHONY: core-plugins custom-plugins dependencies run |
|
|
publish: |
|
|
|
|
|
@.venv/bin/pelican -o /var/www/html/ |
|
|
|
|
|
|
|
|
|
|
|
.PHONY: core-plugins custom-plugins dependencies run publish |
|
|