First public release

This commit is contained in:
Paweł Romanowski 2019-02-05 18:27:02 +00:00
commit deee53f745
66 changed files with 1956 additions and 0 deletions

15
.travis.yml Normal file
View 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