]> git.draconx.ca Git - homepage.git/blobdiff - content/projects.md
Put some actual material on the site.
[homepage.git] / content / projects.md
diff --git a/content/projects.md b/content/projects.md
new file mode 100644 (file)
index 0000000..90413c9
--- /dev/null
@@ -0,0 +1,20 @@
+---
+title: Workshop
+copyright: 2019 Nick Bowler
+license: cc-by-nd-4.0
+---
+
+Most of the operations here in the workshop are tracked on our local [git
+server](//git.draconx.ca) which can be browsed online.  All the work here is
+[free as in freedom](//www.gnu.org/philosophy/free-sw) which means you are
+free to use, study, change and share these projects with others.
+
+# Project list
+
+<% @items.find_all('/projects/*').sort {
+  |a,b| a[:title] <=> b[:title]
+}.each do |i| %>
+[<%= i[:title] %>](<%= i.identifier.without_ext %>)
+
+: <%= item_longdesc(i) %>
+<% end %>