Commit Graph

21 Commits

Author SHA1 Message Date
Gregory Soutade
1805967833 Update post/_createPost to not simply append post content, but replace dyn:post node 2020-04-06 10:31:28 +02:00
Gregory Soutade
7cb4f1d3d7 Update Markdown parser from 2.1.1 to 2.3.2 2020-03-20 16:55:45 +01:00
Gregory Soutade
4b642fa48a Fix some bugs:
* Don't use cached objects if file has been removed
	* Replace subblock node with all of this nodes instead of appending them at the end of parent (respect order)
	* Disable Post cache cause it generates some random errors
	* Don't forget to update cur page number, even if Post creation has failed
2020-03-20 16:55:23 +01:00
Gregory Soutade
8bf132976d Read posts with unicode instead binary 2016-03-19 17:03:43 +01:00
Gregory Soutade
e0b8f544ff Fix HTML article inclusion
Fix draft inclusion in preview
Enhance cache post content (avoid recomputing md5sum if present)
Add generation duration time
Add post only generation (for Dev)
Remove Draft when it becomes Post
Update blog Copyright
Update TinyMCE plugins for inclusion
Sort tags by name
2016-01-09 20:10:27 +01:00
Gregory Soutade
cde08b8cfa Add article inclusion (Mardown only) 2015-09-21 19:07:39 +02:00
Gregory Soutade
0b871656b5 Don't crash if pygments is not installed 2015-08-08 17:17:15 +02:00
Gregory Soutade
d1b86ba7cd Forgot last year in archive generation 2015-01-06 17:50:59 +01:00
Gregory Soutade
62ed52d797 Fix bugs:
* Can't create categories and tags
	* Recursively create directories
2014-11-13 19:25:02 +01:00
Gregory Soutade
7aa99e0cbe Do things in a more python way 2014-09-24 20:27:27 +02:00
Gregory Soutade
0b347c2f16 Add dyn:category_name 2014-06-09 11:46:25 +02:00
Gregory Soutade
361be87cb2 Add dyn:comments_count 2014-06-05 19:56:47 +02:00
Gregory Soutade
193b439517 Fix regression : replace hook accidentally removed from index generator 2014-06-05 19:22:13 +02:00
Gregory Soutade
0741709259 Add dyn:first_page_only
Add dyn:ljdc_last
2014-06-01 18:58:13 +02:00
Gregory Soutade
8485fa662e Fix a bug : post set to non published were not removed during re generation 2014-06-01 11:28:47 +02:00
Gregory Soutade
ddf267e9ca Add FileOutputCache to avoid disk reading generated posts if not necessary
Always write post on edit (don't try to hash)
2014-06-01 11:28:24 +02:00
Gregory Soutade
c468ea92b0 Add inline image in Markdown syntax
Change default font for my blog
2014-05-19 18:20:25 +02:00
Gregory Soutade
d8a24e210f Add ljdc (les joies du code) generator 2014-03-27 18:29:06 +01:00
Gregory Soutade
577acbd9f5 Add underline command in markdown 2014-03-27 18:25:36 +01:00
Gregory Soutade
4bd583f92f Allows multiple block for a template 2014-03-27 18:24:58 +01:00
0d05f8346b Do a cleaner package.
Add an Apache sample configuration file
Update README with better installation instructions
2014-02-02 14:21:16 +01:00