Merge branch 'master' of gitlab.com:andrewbanchich/forty-jekyll-theme

This commit is contained in:
Andrew Banchich 2016-11-21 23:00:59 -05:00
commit ff6bcd74db
4 changed files with 2 additions and 11 deletions

View file

@ -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:

View file

@ -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

View file

@ -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"

View file