From c389f93bdce02f446ce22dec7e93cbe7a00b472c Mon Sep 17 00:00:00 2001 From: Jakob Odersky Date: Thu, 9 Apr 2015 02:09:35 +0200 Subject: implement basic site using jekyll --- projects/index.html | 20 ++++++++++++++++++++ 1 file changed, 20 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..e2188b1 --- /dev/null +++ b/projects/index.html @@ -0,0 +1,20 @@ +--- +layout: page +title: Projects +id: projects +--- +I believe in the merits of building software in the open and its free usage. Here is a list of side projects I've been working on. +

Active Projects

+

These are the projects that are more involved and presentable.

+
+ {% for project in site.projects reversed %} + +

{{ project.title }} {{project.year}}

+
+ {{ project.description }} +
+
+ {% endfor %} +
+

Other Projects

+Check out github repositories for a complete list of all my projects, including smaller and personal ones. \ No newline at end of file -- cgit v1.2.3