From 5f1624d6f58bff156f6db348cda53b61fa4a1eee Mon Sep 17 00:00:00 2001 From: Parker Moore Date: Fri, 13 Mar 2015 15:28:30 -0700 Subject: [PATCH] Initial munge of the site. --- _config.yml | 24 ++++++++++++------------ _data/site.yml | 6 ++++++ _includes/footer.html | 5 ++--- _includes/head.html | 4 ++-- _layouts/default.html | 11 ++++++----- about.md | 11 ----------- feed.xml | 4 ++-- 7 files changed, 30 insertions(+), 35 deletions(-) create mode 100644 _data/site.yml delete mode 100644 about.md diff --git a/_config.yml b/_config.yml index 2f03e74..bcde8b4 100644 --- a/_config.yml +++ b/_config.yml @@ -1,14 +1,14 @@ -# Site settings -title: Your awesome title -email: your-email@domain.com -description: > # this means to ignore newlines until "baseurl:" - Write an awesome description for your new site here. You can edit this - line in _config.yml. It will appear in your document head meta (for - Google search results) and in your feed.xml site description. -baseurl: "" # the subpath of your site, e.g. /blog/ -url: "http://yourdomain.com" # the base hostname & protocol for your site -twitter_username: jekyllrb -github_username: jekyll - # Build settings +baseurl: "" # the subpath of your site, e.g. /blog/ +url: "http://liquidmarkup.org" # the base hostname & protocol for your site markdown: kramdown +collections: + filters: + output: true + +defaults: + - + scope: + type: filters + values: + layout: page diff --git a/_data/site.yml b/_data/site.yml new file mode 100644 index 0000000..9c60ea9 --- /dev/null +++ b/_data/site.yml @@ -0,0 +1,6 @@ +# Site settings +title: Liquid Templating Engine +description: > # this means to ignore newlines until "baseurl:" + Liquid is a template language and accompanying rendering engine. + It is built for security, so is perfect for rendering custom + templates from your users. diff --git a/_includes/footer.html b/_includes/footer.html index 9944f68..f17a4e4 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -2,13 +2,12 @@
- + diff --git a/_includes/head.html b/_includes/head.html index df8b5a5..9a126ca 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -3,8 +3,8 @@ - {% if page.title %}{{ page.title }}{% else %}{{ site.title }}{% endif %} - + {% if page.title %}{{ page.title }} – {% endif %}{{ site.data.site.title }} + diff --git a/_layouts/default.html b/_layouts/default.html index ed90a1b..929ea56 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -8,14 +8,15 @@

Liquid