From 880ac517ef593291472693825cc433163b20a634 Mon Sep 17 00:00:00 2001 From: Andrew Banchich Date: Mon, 21 Nov 2016 02:44:14 +0000 Subject: [PATCH 1/7] Delete .gitkeep --- _sass/.gitkeep | 0 1 file changed, 0 insertions(+), 0 deletions(-) delete mode 100644 _sass/.gitkeep diff --git a/_sass/.gitkeep b/_sass/.gitkeep deleted file mode 100644 index e69de29..0000000 From 3ca81d1fe3f50cc8daca5b718dd6a4c2e3a2d6d3 Mon Sep 17 00:00:00 2001 From: Andrew Banchich Date: Mon, 21 Nov 2016 02:45:13 +0000 Subject: [PATCH 2/7] Update _config.yml --- _config.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/_config.yml b/_config.yml index 72e96be..ad450a0 100644 --- a/_config.yml +++ b/_config.yml @@ -22,9 +22,9 @@ phone: (716) 555-5555 # Plugins gems: - - jekyll-sitemap - - jekyll-seo-tag - - jekyll-feed +# - jekyll-sitemap +# - jekyll-seo-tag +# - jekyll-feed # - jemoji # Homepage tiles From af7bee23fd32093eeb1b265f25e5f555ff2faa73 Mon Sep 17 00:00:00 2001 From: Andrew Banchich Date: Mon, 21 Nov 2016 02:45:42 +0000 Subject: [PATCH 3/7] Update .gitlab-ci.yml --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 11303bb..493b45b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,7 +5,7 @@ image: ruby:2.3 test: stage: test script: - - gem install jekyll jekyll-sitemap jekyll-seo-tag jekyll-feed #jemoji + - gem install jekyll #jekyll-sitemap #jekyll-seo-tag #jekyll-feed #jemoji - jekyll build -d test artifacts: paths: @@ -16,7 +16,7 @@ test: pages: stage: deploy script: - - gem install jekyll jekyll-sitemap jekyll-seo-tag jekyll-feed #jemoji + - gem install jekyll #jekyll-sitemap #jekyll-seo-tag #jekyll-feed #jemoji - jekyll build -d public artifacts: paths: From a8bf20ff5f7640d5d868337f4463ecd797a8ab50 Mon Sep 17 00:00:00 2001 From: Andrew Banchich Date: Mon, 21 Nov 2016 02:46:23 +0000 Subject: [PATCH 4/7] Update head.html --- _includes/head.html | 2 -- 1 file changed, 2 deletions(-) diff --git a/_includes/head.html b/_includes/head.html index 42253db..b417abe 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -1,7 +1,5 @@ {{ site.title }} - {% seo %} - {% feed_meta %} From 6d96cf1ab5ffa70ffae6f77508d8600d20cea959 Mon Sep 17 00:00:00 2001 From: Andrew Banchich Date: Mon, 21 Nov 2016 02:46:40 +0000 Subject: [PATCH 5/7] Update .gitlab-ci.yml --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 493b45b..8d03a52 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,7 +5,7 @@ image: ruby:2.3 test: stage: test script: - - gem install jekyll #jekyll-sitemap #jekyll-seo-tag #jekyll-feed #jemoji + - gem install jekyll - jekyll build -d test artifacts: paths: @@ -16,7 +16,7 @@ test: pages: stage: deploy script: - - gem install jekyll #jekyll-sitemap #jekyll-seo-tag #jekyll-feed #jemoji + - gem install jekyll - jekyll build -d public artifacts: paths: From 7ab6c9e18d34b51ddba620bd8cd49670fc96e8ce Mon Sep 17 00:00:00 2001 From: Andrew Banchich Date: Mon, 21 Nov 2016 02:46:59 +0000 Subject: [PATCH 6/7] Update _config.yml --- _config.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/_config.yml b/_config.yml index ad450a0..24dcc79 100644 --- a/_config.yml +++ b/_config.yml @@ -21,11 +21,6 @@ country: United States of America phone: (716) 555-5555 # Plugins -gems: -# - jekyll-sitemap -# - jekyll-seo-tag -# - jekyll-feed -# - jemoji # Homepage tiles tiles-source: posts # accepts "posts" or "pages" From 838024b1cb863479dc97d9bbf5c7bd824edf3410 Mon Sep 17 00:00:00 2001 From: Andrew Banchich Date: Mon, 21 Nov 2016 02:47:37 +0000 Subject: [PATCH 7/7] Update README.md --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index b279bbf..8940f8e 100644 --- a/README.md +++ b/README.md @@ -18,10 +18,6 @@ and [creating pages](https://jekyllrb.com/docs/pages/). * **[Formspree.io](https://formspree.io/) contact form integration** - just add your email to the `_config.yml` and it works! * Use `_config.yml` to **set whether the homepage tiles should pull pages or posts**, as well as how many to display. * Add your **social profiles** easily in `_config.yml`. Only social profiles buttons you enter in `config.yml` show up on the site footer! -* **Automatic sitemap generation** via the [Jekyll Sitemap Generator](https://github.com/jekyll/jekyll-sitemap) plugin. -* **Automatic RSS/Atom feed generation** via the [Jekyll Feed](https://github.com/jekyll/jekyll-feed) plugin. -* **Automatic SEO** via the [Jekyll SEO Tag](https://github.com/jekyll/jekyll-seo-tag) plugin. -* :thumbsup: **Emoji** support via the [Jemoji](https://github.com/jekyll/jemoji) plugin. * Set **featured images** in front matter. # Credits