Added README file
This commit is contained in:
parent
d3d3a8b667
commit
139bbe7a1a
13
README.md
Normal file
13
README.md
Normal file
@ -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!)
|
Loading…
x
Reference in New Issue
Block a user