mirror of
https://github.com/pawroman/zola-theme-terminimal.git
synced 2025-12-14 09:58:43 +01:00
First public release
This commit is contained in:
commit
deee53f745
66 changed files with 1956 additions and 0 deletions
15
.travis.yml
Normal file
15
.travis.yml
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
dist: xenial
|
||||
|
||||
before_install:
|
||||
- sudo snap install --edge --classic zola
|
||||
|
||||
before_script:
|
||||
- zola build
|
||||
|
||||
deploy:
|
||||
provider: pages
|
||||
skip-cleanup: true
|
||||
github-token: $GITHUB_TOKEN
|
||||
keep-history: true
|
||||
local-dir: public
|
||||
verbose: true
|
||||
Loading…
Add table
Add a link
Reference in a new issue