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

12
blog/ci/travis-build.sh Normal file
View File

@@ -0,0 +1,12 @@
#!/bin/sh
set -e
# codegen
cd codegen
cargo run -- -o "../layouts/partials/recent-updates.html"
cd ..
git clone https://github.com/phil-opp/blog_os.git
cp -r blog_os/blog ../blog
./hugo