From: Gabriel Dunne Date: Fri, 25 Apr 2014 01:34:44 +0000 (-0700) Subject: Making stuff work with baseurl X-Git-Url: https://git.quilime.com/?a=commitdiff_plain;h=f0adc64aa4bc1c069a2e3b010742fb951ee72733;p=notes.git Making stuff work with baseurl --- diff --git a/_config.yml b/_config.yml index 04318cc..ed4fc1d 100644 --- a/_config.yml +++ b/_config.yml @@ -1,4 +1,5 @@ -name: notes -markdown: redcarpet -pygments: true -permalink : /:month-:day-:year/:title.html \ No newline at end of file +name : notes +markdown : redcarpet +pygments : true +permalink : /:month-:day-:year/:title.html +baseurl : /notes \ No newline at end of file diff --git a/_layouts/default.html b/_layouts/default.html index f369c27..84a81e4 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -7,10 +7,10 @@ - + - + @@ -18,7 +18,7 @@
{{ content }} @@ -30,7 +30,7 @@
- + diff --git a/archive.html b/archive.html index faf7922..f13192f 100644 --- a/archive.html +++ b/archive.html @@ -10,7 +10,7 @@ title: Your New Jekyll Site diff --git a/index.html b/index.html index 0eb6540..34cf8ab 100644 --- a/index.html +++ b/index.html @@ -9,7 +9,7 @@ title: notes
  • {{ post.date | date_to_string }} — - {{ post.title }} + {{ post.title }}
  • {% endfor %} diff --git a/js/script.js b/js/script.js index 5893f9d..e69de29 100644 --- a/js/script.js +++ b/js/script.js @@ -1 +0,0 @@ -console.log('hello world'); \ No newline at end of file diff --git a/publish.sh b/publish.sh index e7df6ee..bd12e2c 100755 --- a/publish.sh +++ b/publish.sh @@ -1,3 +1,5 @@ #!/bin/bash -echo "test" \ No newline at end of file +jekyll build +rsycn _site quilime@quilime.com:/home/quilime/gabrieldunne-site/notes +