From 00f90189e3efaaadd777b2f6557c41cd01ed4bb7 Mon Sep 17 00:00:00 2001 From: s-ol Date: Tue, 18 Dec 2018 02:45:39 +1100 Subject: add about section --- build/layout.moon | 2 +- root/$order | 1 + root/about/text$markdown.md | 11 +++++++++++ 3 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 root/about/text$markdown.md diff --git a/build/layout.moon b/build/layout.moon index e6e136d..e17be2a 100644 --- a/build/layout.moon +++ b/build/layout.moon @@ -44,7 +44,7 @@ logo = svg { -- pick 'mostly code', 'code and wires', 'silicon', 'electronics' } aside { - -- a 'about me', href: '/about' + a 'about me', href: '/about' a 'games', href: '/games' a 'other', href: '/projects' a { diff --git a/root/$order b/root/$order index 202c56e..f4a59b2 100644 --- a/root/$order +++ b/root/$order @@ -1,3 +1,4 @@ +about blog articles games diff --git a/root/about/text$markdown.md b/root/about/text$markdown.md new file mode 100644 index 0000000..9826089 --- /dev/null +++ b/root/about/text$markdown.md @@ -0,0 +1,11 @@ +about me +======== +i am s-ol bekic, a game designer and web developer currently based in cologne. +i create experimental mixed-ware [games][games], [computer interfaces][mmmfs], [looping][loops] and [reactive][vjkit] animations and [other experiments.][other] + + +[games]: /games +[mmmfs]: /articles/mmmfs +[loops]: /projects/demoloops +[vjkit]: /projects/VJmidiKit +[other]: /projects -- cgit v1.2.3