From 94b8843002bb24db09a5e1614e13bacc0c728288 Mon Sep 17 00:00:00 2001 From: Zakary Stone Date: Tue, 1 Nov 2016 22:41:24 -0800 Subject: [PATCH] Change sidebar to left. Update README Add htaccess for apache --- .gitignore | 1 + .htaccess | 1 + README.md | 6 ++++-- _config.yml | 6 ++++-- _layouts/page.html | 8 ++++---- _layouts/post.html | 8 ++++---- 6 files changed, 18 insertions(+), 12 deletions(-) create mode 100644 .htaccess diff --git a/.gitignore b/.gitignore index 7c51d53ae..39f8706f3 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ _cache _site +public diff --git a/.htaccess b/.htaccess new file mode 100644 index 000000000..1df307e94 --- /dev/null +++ b/.htaccess @@ -0,0 +1 @@ +Options +MultiViews diff --git a/README.md b/README.md index 7328ead37..85d8efa50 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,13 @@ Jekyll Clean Dark ============ -This theme was created on top of Jekyll Clean theme by Scotte, you can view the original version in action [on his blog](https://scotte.github.io). +This theme was created on top of Jekyll Clean Dark and Jekyll Clean theme by Streetturtle and Scotte (respoctively), you can view the original versions in action on their blogs: [streetturtle's](http://pavelmakhov.com) and [scotte's](https://scotte.github.io). -* Get it from [github](https://github.com/streetturtle/jekyll-clean-dark). +* Get it from [github](https://github.com/geozak/jekyll-clean-dark). + This theme uses some parts of Twitter Bootstrap, which allows it to look nice on a mobile devices using a collapsable nav bar and hiding the sidebar. diff --git a/_config.yml b/_config.yml index a0aa2358a..4f3353307 100644 --- a/_config.yml +++ b/_config.yml @@ -4,10 +4,12 @@ name: Blog Name description: Software Developer # Url is currently only used only for the RSS feed in feed.xml -url: http://streetturtle.github.io +url: http://geozak.github.io +#url: http://jekyll.dev #url: http://localhost:4000 # For a project page here should be a project name. Otherwise (for user's/organizaion's page leave it empty) +#baseurl: '' baseurl: '/jekyll-clean-dark' share: @@ -19,7 +21,7 @@ share: email: true social: - github: streetturtle + github: geozak stackoverflow: '' linkedin: instagram: '' diff --git a/_layouts/page.html b/_layouts/page.html index 0d2265c28..0de2ed871 100644 --- a/_layouts/page.html +++ b/_layouts/page.html @@ -4,14 +4,14 @@
-
+ +
{{ content }}
-
diff --git a/_layouts/post.html b/_layouts/post.html index 72817f3ee..9cabfa6c1 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -4,7 +4,10 @@