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