From 139bbe7a1af22694e196babfba6b554453aec770 Mon Sep 17 00:00:00 2001 From: Xnoe Date: Thu, 9 Jul 2020 20:44:11 +0100 Subject: [PATCH] Added README file --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..bbbb0e0 --- /dev/null +++ b/README.md @@ -0,0 +1,13 @@ +# templ The ultra simple template system. + +Written in C++ by Xnoe + +Depends on https://github.com/xnoe/cpp-utf8/ + +Available on Gentoo via the Xnoverlay https://github.com/xnoe/Xnoverlay + +Hi! This is a super-duper simplistic (and probably awful) system for aiding in developing many-paged websites. Essentially, all you have to do is have the "layout" in a file called `source/_layout.html` and every other `.html` file will be inserted in to where `{{ content }}` resides within said page. It can only replace once! + +Output will be in the `output` folder. + +Not very bug tested! (Aka. don't use for prod!)