From 23f04635cc26e1b0553088f28553f518488a9fc8 Mon Sep 17 00:00:00 2001 From: Joris Date: Wed, 1 May 2019 15:52:32 +0200 Subject: Setup personal page with Hakyll --- templates/project.html | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 templates/project.html (limited to 'templates/project.html') diff --git a/templates/project.html b/templates/project.html new file mode 100644 index 0000000..4bcc386 --- /dev/null +++ b/templates/project.html @@ -0,0 +1,37 @@ +
  • + +

    $name$

    + +
    + + + $partial("templates/icons/gitlab.svg")$ + + $gitlab$ + +
    + +
    + $if(live)$ + + + $partial("templates/icons/external-link.svg")$ + + $live$ + + $endif$ +
    + +
    + $body$ +
    + + $if(skills)$ + + $endif$ + +
  • -- cgit v1.2.3