From ed161e7fb20a697ecba070ef7db4c231d700f245 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Wed, 25 Mar 2020 05:12:40 +0100 Subject: Move to my own static generator --- config | 40 ---------------------------------------- 1 file changed, 40 deletions(-) delete mode 100644 config (limited to 'config') diff --git a/config b/config deleted file mode 100644 index 0861a1a..0000000 --- a/config +++ /dev/null @@ -1,40 +0,0 @@ -TEMPLATES = site.tmpl -SOURCE = src -OUTPUT = public -TITLE = Mitja Felicijan -DESCRIPTION = Fan of science fiction and dabbler in code -GOOGLE_VERIFICATION = EwUGW1WlCkRIQuyQ9AE1-bLitWthw-eVMZFTAMZVZaA -TWITTER_HANDLE = @mitjafelicijan -URL = https://mitjafelicijan.com -AUTHOR = Mitja Felicijan - -notes/*.md: - config - ext .html - tags tags/*.tag - markdown - template post - template page - -experiments/*.md: - config - ext .html - tags tags/*.tag - markdown - template post - template page - -feed.atom: notes/*.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