From 9475d9d9841626b16b24bfd91ae56969a34a15d3 Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Tue, 27 Dec 2016 00:24:14 +0100 Subject: [PATCH] Added configuration for local serve. Bumped version. --- _config.yml | 28 ++++++++++++++++++++++++++++ the-90s-called.gemspec | 2 +- 2 files changed, 29 insertions(+), 1 deletion(-) create mode 100644 _config.yml diff --git a/_config.yml b/_config.yml new file mode 100644 index 0000000..091c001 --- /dev/null +++ b/_config.yml @@ -0,0 +1,28 @@ +# Welcome to Jekyll! +# +# This config file is meant for settings that affect your whole blog, values +# which you are expected to set up once and rarely edit after that. If you find +# yourself editing this file very often, consider using Jekyll's data files +# feature for the data you need to update frequently. +# +# For technical reasons, this file is *NOT* reloaded automatically when you use +# 'bundle exec jekyll serve'. If you change this file, please restart the server process. + +# Site settings +# These are used to personalize your new site. If you look in the HTML files, +# you will see them accessed via {{ site.title }}, {{ site.email }}, and so on. +# You can create any custom variable you would like, and they will be accessible +# in the templates via {{ site.myvariable }}. +title: The 90s called +email: "root@hacktheplanet.be" +author: shmitty +description: > # this means to ignore newlines until "baseurl:" + The 90s called: a Jekyll theme. +baseurl: "" # the subpath of your site, e.g. /blog +url: "https://hacktheplanet.be" # the base hostname & protocol for your site, e.g. http://example.com + +# Build settings +markdown: kramdown +theme: the-90s-called +exclude: + - Gemfile diff --git a/the-90s-called.gemspec b/the-90s-called.gemspec index 8b49238..b3190c6 100644 --- a/the-90s-called.gemspec +++ b/the-90s-called.gemspec @@ -2,7 +2,7 @@ Gem::Specification.new do |spec| spec.name = "the-90s-called" - spec.version = "0.1.1" + spec.version = "0.1.2" spec.authors = ["shmitty"] spec.email = ["root@hacktheplanet.be"]