From 0fc98f2a927e3b4c84526bb216b7c5bcf399b3ba Mon Sep 17 00:00:00 2001 From: Philipp Oppermann Date: Sat, 11 Mar 2017 14:03:26 +0100 Subject: [PATCH] Remove files that were only needed for github pages --- blog/.travis.yml | 19 ------------------- blog/static/.nojekyll | 0 blog/static/CNAME | 1 - 3 files changed, 20 deletions(-) delete mode 100644 blog/.travis.yml delete mode 100644 blog/static/.nojekyll delete mode 100644 blog/static/CNAME diff --git a/blog/.travis.yml b/blog/.travis.yml deleted file mode 100644 index 56dcbfe2..00000000 --- a/blog/.travis.yml +++ /dev/null @@ -1,19 +0,0 @@ -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 diff --git a/blog/static/.nojekyll b/blog/static/.nojekyll deleted file mode 100644 index e69de29b..00000000 diff --git a/blog/static/CNAME b/blog/static/CNAME deleted file mode 100644 index 44b14730..00000000 --- a/blog/static/CNAME +++ /dev/null @@ -1 +0,0 @@ -os.phil-opp.com