From 51ae35e198b80d9678f21d5413de14e51e90ff7f Mon Sep 17 00:00:00 2001 From: Dennis Brentjes Date: Tue, 20 May 2014 23:50:22 +0200 Subject: Pushes the site to the new format, not quite done but done enough. --- Projects/index.html | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Projects/index.html (limited to 'Projects') diff --git a/Projects/index.html b/Projects/index.html new file mode 100644 index 0000000..3227526 --- /dev/null +++ b/Projects/index.html @@ -0,0 +1,12 @@ +--- +layout: default +projects: + - name: dmp + file: dmp.markdown +--- + +{% for project in page.projects %} + {% capture text %}{% include {{project.file}} %}{% endcapture %} + {{ text | markdownify }} +{% endfor %} + -- cgit v1.2.3-70-g09d2