From 74c0d1a2611a4cc483b9b4c870823888a5df191f Mon Sep 17 00:00:00 2001 From: rzen Date: Sun, 21 Jul 2019 23:33:03 -0400 Subject: [PATCH] wip --- .DS_Store | Bin 14340 -> 14340 bytes .gitignore | 1 + 404.html | 9 +++++++++ CHANGELOG.md | 2 +- Gemfile | 1 + README.md | 4 +++- _blog/{example.md => example1.md} | 0 _config.yaml | 4 ++-- _includes/footer.html | 5 ----- _pages/about.md | 6 +++++- assets/css/style.scss | 1 + ...r-compose.yaml => docker-compose-user.yaml | 0 docker-compose.yaml | 9 +++++++-- jekyll-theme-isabelline.gemspec | 15 ++++----------- 14 files changed, 34 insertions(+), 23 deletions(-) create mode 100644 404.html rename _blog/{example.md => example1.md} (100%) rename assets/docker-compose.yaml => docker-compose-user.yaml (100%) diff --git a/.DS_Store b/.DS_Store index 15259364df34b77ec0d62d4133b437814f631159..4fc810e535a5a37fe138c36d67b91c7a75688789 100644 GIT binary patch delta 14 VcmZoEXernrEy>8ZSw`}O8~`T91ib(N delta 14 VcmZoEXernrEy>8RSw`}O8~`T31iSzM diff --git a/.gitignore b/.gitignore index ceacf6f..8cd5a7e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ +/.env /*.gem /.bundle /.sass-cache diff --git a/404.html b/404.html new file mode 100644 index 0000000..870ab9c --- /dev/null +++ b/404.html @@ -0,0 +1,9 @@ +--- +layout: page +--- + +# 404 + +## Page not found :( + +The requested page could not be found. \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e4822d..4436166 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,4 +3,4 @@ - *Ver 0.1.x*: Initial development versions. Never released. - *Ver 0.2.x*: Public beta releases. Primarily for internal use. - *Ver 0.3.x*: Public beta releases for general use. -- *Ver 1.0.0*: General release. +- *Ver 1.0.0*: General release. (ETA 9/1/2019) diff --git a/Gemfile b/Gemfile index 63eff5a..721bdae 100644 --- a/Gemfile +++ b/Gemfile @@ -1,6 +1,7 @@ # frozen_string_literal: true source "https://rubygems.org" + gemspec group :jekyll_plugins do diff --git a/README.md b/README.md index 864a264..c93dc9c 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,9 @@ Or install it yourself as: This theme supports pages, posts and blogs. Unlike posts, blogs can be setup to not show the date of the post in the article's URL. -Theme can be configured by tweaking `_sass/_config.scss`. All colors are derived from `$hue`. Although you can tweak individual colors to your liking further down the config file. +Theme can be configured by tweaking `_sass/_config.scss`. To do so you need to first copy it from [github]() and place in `_sass/_config.scss`. + +All colors are derived from `$hue`. You can tweak individual colors to your liking further down the config file. ## Contributing diff --git a/_blog/example.md b/_blog/example1.md similarity index 100% rename from _blog/example.md rename to _blog/example1.md diff --git a/_config.yaml b/_config.yaml index 6d36751..8ea8461 100644 --- a/_config.yaml +++ b/_config.yaml @@ -51,7 +51,7 @@ defaults: plugins: - rouge - # - jekyll-tidy + - jekyll-tidy - jekyll/tagging - jekyll-mentions - jekyll-sitemap @@ -87,7 +87,7 @@ sass: include: ["_pages"] # dont move the following to _site/ -exclude: ["docker-compose.yaml", "docker", "Gemfile.lock", "Gemfile"] +exclude: ["docker-compose.yaml", "Gemfile.lock", "Gemfile"] tz: America/New York diff --git a/_includes/footer.html b/_includes/footer.html index 660aeeb..016c070 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -1,15 +1,10 @@ -