X-Git-Url: http://git.draconx.ca/gitweb/homepage.git/blobdiff_plain/b6d30bd05c54078bbf60e7242aabff21ed4492da..de605446b3ed408672aecd74462a25de41c1367c:/content/projects.md diff --git a/content/projects.md b/content/projects.md new file mode 100644 index 0000000..90413c9 --- /dev/null +++ b/content/projects.md @@ -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 %>