feat: add content generation

See ruangrupa/living-room#17.
This commit is contained in:
cellarspoon
2022-01-05 12:53:04 +01:00
parent ce3e864008
commit d92732109f
4 changed files with 65 additions and 1 deletions

View File

@ -13,4 +13,8 @@ push-hugo:
@docker build -t decentral1se/beta.lumbung.space -f Dockerfile.hugo . && \
docker push decentral1se/beta.lumbung.space
push-scripts:
@docker build -t decentral1se/beta.lumbung.space-scripts -f Dockerfile.scripts . && \
docker push decentral1se/beta.lumbung.space-scripts
.PHONY: serve gen push-hugo