Mathieu David
|
31f638eae3
|
Add active class to currently viewed chapter in the sidebar. Closes #20
|
2015-07-31 15:06:08 +02:00 |
Mathieu David
|
1a8c2259e5
|
Split the handlebars renderer in his own module because it was becoming large
|
2015-07-30 15:38:21 +02:00 |
Mathieu David
|
5bd1385212
|
Added a utils module for general / common functions
|
2015-07-30 15:20:55 +02:00 |
Mathieu David
|
c63ca25e43
|
Clean up: Removed uneeded function because the same functionality is present in std
|
2015-07-30 13:49:49 +02:00 |
Mathieu David
|
1111ff3ceb
|
Fixes 2 bugs with relative paths. Fixed by injecting a variable path_to_root into the json data for the handlebars template. Fixes #17
|
2015-07-29 23:32:01 +02:00 |
Mathieu David
|
6a4b8d51b4
|
create a copy of the first rendered page and use that as index.html... Closes #16
|
2015-07-29 22:26:13 +02:00 |
Mathieu David
|
ecdcc31e9e
|
Added function to clean links before inserting in toc
|
2015-07-29 12:10:12 +02:00 |
Mathieu David
|
a55a676bbe
|
support empty links in rendered html
|
2015-07-29 01:40:48 +02:00 |
Mathieu David
|
9a9fadac77
|
Forgot to update level variable, fixed now.
|
2015-07-29 01:06:46 +02:00 |
Mathieu David
|
f500b4a836
|
Rough implementation for handlebars helper to display toc correctly, probably needs a little bit of cleaning... Url in toc doesn't work yet. It needs to be cleaned before './url' -> '/url' and 'url' -> '/url'
|
2015-07-29 00:57:47 +02:00 |
Mathieu David
|
4203b5b1c4
|
added markdown with 'pulldown-cmark', added basic styling, render of the toc is still not completely done
|
2015-07-28 21:01:13 +02:00 |
Mathieu David
|
be0bfa7170
|
Split of the creating of the JSon object into it's own function
|
2015-07-19 14:02:21 +02:00 |
Mathieu David
|
4d4f35ecba
|
First big step for the html renderer, it reads an handlebars template and creates the files from SUMMARY.md respecting the source folder structure
|
2015-07-19 00:08:38 +02:00 |