1
1
mirror of https://github.com/srid/ema.git synced 2024-11-29 09:25:14 +03:00
Commit Graph

9 Commits

Author SHA1 Message Date
Sridhar Ratnakumar
c0bc0da02a Add basic example 2021-04-27 12:59:19 -04:00
Sridhar Ratnakumar
29f0c4d33c Move docs to separate repo 2021-04-26 17:42:00 -04:00
Sridhar Ratnakumar
c5f475e5a2 Add staticAssets for paths to static assets; add -C to change CWD 2021-04-25 12:40:50 -04:00
Sridhar Ratnakumar
7c714ef771
Add documentation site example (#14)
Add documentatin site example

* Repurpose the third example for documentation

* No need for a separate route type

We can repurporse the source path as route.

* Add markdown parser via commonmark

* Read .md files recursively

* Add Ema.Helper.FileSystem (fsnotify code)

* Pandoc Blaze renderer (not complete)

* Rewrite links in Pandoc AST to use routes

* Start syling AST elements

* Basic breadcrumbs

* finalize
2021-04-23 22:00:46 -04:00
Sridhar Ratnakumar
7bd0ba6806 Revert .ghcid to clock example 2021-04-20 15:23:21 -04:00
Sridhar Ratnakumar
3cb3154706
Add Diary example using org-mode and fsnotify (#2)
* Dairy example, prototype. Without fsnotify.

* Add basic org renderer

* Rough version of fswatcher

* Refactor, and add example org notebook
2021-04-20 15:04:48 -04:00
Sridhar Ratnakumar
c8ef3753b7 Rename examples 2021-04-19 20:49:46 -04:00
Sridhar Ratnakumar
27283651b7 Refactor examples 2021-04-19 15:41:24 -04:00
Sridhar Ratnakumar
f7f437759a initial commit of WIP code 2021-04-19 11:07:52 -04:00