Update README.md
This commit is contained in:
parent
860e5404c1
commit
3a4cd78555
1 changed files with 7 additions and 4 deletions
11
README.md
11
README.md
|
@ -4,8 +4,11 @@ Currently using [md4c](https://github.com/mity/md4c) for parsing and [lighttpd](
|
|||
|
||||
I've mostly been using this as a chance to explore my thoughts on low-level-ish, low power code.
|
||||
Because of this I've been trying to use the simplest fastest libraries I can find and create a
|
||||
very bare-bones implementation that does the bare minimum. Ideally as a finished product this code
|
||||
should simply take md files in and produce html files in the style of my site that it hosts along
|
||||
with one or two other pages.
|
||||
very bare-bones implementation that just does the minimum it needs to.
|
||||
|
||||
Find the side at [www.rosia.me](https://rosia.me)
|
||||
As a finished product this code uses md4c to parse markdown and combines it with a template and on the side generates a navbar of all the existing pages according to their filesystem and puts that in each template too.
|
||||
Pages can take some small settings and properties on their first line in the form of single chars (e.g. P to set to private while a page is still being worked on).
|
||||
|
||||
I'm really proud of this, its not clean but I feel like its a project I set myself a spec for and stuck really well to.
|
||||
|
||||
Find the site at [www.rosia.me](https://rosia.me) and a blog post about its creation [here](https://www.rosia.me/ThisSite.html)
|
||||
|
|
Loading…
Add table
Reference in a new issue