From 863ec71a7603423436236a883cb1fe8e484f4674 Mon Sep 17 00:00:00 2001 From: Dennis Brentjes Date: Mon, 27 Oct 2014 18:08:31 +0100 Subject: Finished the automisation of the projects page. --- ...014-10-27-learned-how-to-jekyll-the-projects-page.markdown | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 _posts/2014-10-27-learned-how-to-jekyll-the-projects-page.markdown (limited to '_posts') diff --git a/_posts/2014-10-27-learned-how-to-jekyll-the-projects-page.markdown b/_posts/2014-10-27-learned-how-to-jekyll-the-projects-page.markdown new file mode 100644 index 0000000..121b569 --- /dev/null +++ b/_posts/2014-10-27-learned-how-to-jekyll-the-projects-page.markdown @@ -0,0 +1,11 @@ +--- +layout: post +title: "Learned how to jekyll: the projects page" +date: "2014-10-27" +--- + +After a quick question in the Jekyll IRC chat room i was told to use the _data folder instead of using the main site config. The main site config is only read on startup while the data you store under the \_data folder is watched. + +You can create a `filename.yml` file in the \_data folder and it will then be accessible in liquid and any ruby plugins you might have as `site.data['filename']` + +Now my projects page is fully automated to complement my automatic deployment system. -- cgit v1.2.3-70-g09d2