Make main page just a list of links to posts
This commit is contained in:
parent
3423332e0f
commit
8ba7e18a99
5 changed files with 13 additions and 6 deletions
2
Makefile
2
Makefile
|
|
@ -20,4 +20,4 @@ stage_build:
|
|||
posty build -c config.staging.yml
|
||||
|
||||
stage_publish:
|
||||
gsutil -m rsync -c -d -r build/ gs://$(STAGING_SITE)
|
||||
gsutil -m -h "Cache-Control:max-age=30, no-transform" rsync -c -d -r build/ gs://$(STAGING_SITE)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue