From 28dd784a088a35739cdfdc4ce79f8ee6d50bf816 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Tue, 22 Oct 2019 03:40:14 +0200 Subject: Cleanup of repo and move to gostatic --- config | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 config (limited to 'config') diff --git a/config b/config new file mode 100644 index 0000000..fa65564 --- /dev/null +++ b/config @@ -0,0 +1,39 @@ +TEMPLATES = site.tmpl +SOURCE = src +OUTPUT = public +TITLE = Mitja Felicijan - Embedded systems developer +DESCRIPTION = Embedded systems developer and fanatical fan of science fiction +GOOGLE_VERIFICATION = EwUGW1WlCkRIQuyQ9AE1-bLitWthw-eVMZFTAMZVZaA +URL = https://mitjafelicijan.com +AUTHOR = Mitja Felicijan + +blog/*.md: + config + ext .html + tags tags/*.tag + markdown + template post + template page + +research/*.md: + config + ext .html + tags tags/*.tag + markdown + template post + template page + +feed.atom: blog/*.md + inner-template + +*.md: + config + ext .html + markdown + template post + template page + +index.html: blog/*.md + config + inner-template + template page -- cgit v1.2.3