summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile3
-rw-r--r--talks/index.mdwn12
2 files changed, 14 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 8f87354..db84937 100644
--- a/Makefile
+++ b/Makefile
@@ -8,7 +8,8 @@ srcs = \
projects/changelog-gen/index.mdwn \
projects/screen-batt/index.mdwn \
projects/opkhelper/index.mdwn \
- talks/software-contracts/index.mdwn
+ talks/software-contracts/index.mdwn \
+ talks/index.mdwn
objs = $(srcs:.mdwn=.html)
.SUFFIXES:
diff --git a/talks/index.mdwn b/talks/index.mdwn
new file mode 100644
index 0000000..10d3102
--- /dev/null
+++ b/talks/index.mdwn
@@ -0,0 +1,12 @@
+<!--#set var="title" value="Talks" -->
+<!--#include virtual="/includes/header.html" -->
+
+Talks
+=====
+
+Here you will find information about some of the talks and presentations I've
+given.
+
+ * [Legal Validity of Software Contracts](software-contracts/)
+
+<!--#include virtual="/includes/footer.html" -->