Move everything into a “blog” directory

This commit is contained in:
Philipp Oppermann
2017-03-11 12:41:53 +01:00
parent 02b3ebcd27
commit ce36e25da9
77 changed files with 1 additions and 0 deletions

19
blog/.travis.yml Normal file
View File

@@ -0,0 +1,19 @@
language: rust
cache: cargo
install:
- export PATH=$HOME/.local/bin:$PATH
- pip install pygments --user
- pip install pygments-github-lexers --user
#- go get -u -v github.com/spf13/hugo
- wget https://github.com/spf13/hugo/releases/download/v0.16/hugo_0.16_linux-64bit.tgz
- tar xf hugo_0.16_linux-64bit.tgz
script: bash ci/travis-build.sh
after_success: bash ci/travis-blog-update.sh
notifications:
email:
on_success: never