|
f7442f5b37
|
First attempt at exporting to JSON
|
2019-02-04 18:30:23 +01:00 |
|
|
fb66c578fa
|
Add a class type for «things that can be used as a page content»
|
2019-02-04 15:50:35 +01:00 |
|
|
38846e1add
|
Add a module to handle pages with articles list and generate HTML pages for articles too
|
2019-02-03 22:56:21 +01:00 |
|
|
7e4cde152c
|
Implement title detection for articles
|
2019-02-03 16:14:19 +01:00 |
|
|
c8a9a6c9eb
|
Split Dom templating and HTML generation process, make a separate module for articles to start scanning their content a bit
|
2019-02-02 23:23:05 +01:00 |
|
|
f81776d3de
|
Add two arguments to pass HTML files for the head and the banner of pages
|
2019-02-02 17:26:07 +01:00 |
|
|
a9f220f9d8
|
Make input directory absolute and check it exists
|
2019-02-02 15:22:59 +01:00 |
|
|
62055a6a54
|
Use previous to generate links for articles and rename variable urlPath to filePath since it's actually the path of the file that's gonna be generated
|
2019-02-01 13:56:33 +01:00 |
|
|
375ea0f7b0
|
Changing directory to keep paths relative and generate urls more easily
|
2019-02-01 13:56:21 +01:00 |
|
|
cf2876abb9
|
Add import for Data.Monoid for backward compatibility
|
2019-02-01 13:56:05 +01:00 |
|
|
a8fd44e7ac
|
Remove the option to generate into a directory other than the parent directory of the one containing the articles to get rid of the hassle of copying the markdown sources and simplify working with relative URLs during the generation process
|
2019-01-29 23:08:38 +01:00 |
|
|
0ca01da4d3
|
Initial draft
|
2019-01-27 21:43:19 +01:00 |
|