Add Hugo stuff to gitignore, fix building.
This commit is contained in:
parent
8497f76bf9
commit
d361907ba2
@ -2,11 +2,13 @@ image: alpine/edge
|
||||
oauth: pages.sr.ht/PAGES:RW
|
||||
packages:
|
||||
- hut
|
||||
- hugo
|
||||
environment:
|
||||
site: seraphimrp.srht.site
|
||||
tasks:
|
||||
- package: |
|
||||
cd blog
|
||||
tar -cvz . > ../site.tar.gz
|
||||
hugo
|
||||
tar -C public -cvz . > ../site.tar.gz
|
||||
- upload: |
|
||||
hut pages publish -d $site site.tar.gz
|
||||
|
11
.gitignore
vendored
11
.gitignore
vendored
@ -2,3 +2,14 @@ _site/
|
||||
.sass-cache/
|
||||
.jekyll-metadata
|
||||
Gemfile.lock
|
||||
|
||||
/public/
|
||||
/resources/_gen/
|
||||
/assets/jsconfig.json
|
||||
hugo_stats.json
|
||||
|
||||
hugo.exe
|
||||
hugo.darwin
|
||||
hugo.linux
|
||||
|
||||
/.hugo_build.lock
|
||||
|
Loading…
Reference in New Issue
Block a user