Commit Graph

42 Commits

Author SHA1 Message Date
Phyks
5bb9e3af05 Added tag list at the end of articles 2013-10-27 20:41:23 +01:00
Phyks
d5075a0d2c Added support for external includes for header and footer in static pages. 2013-10-27 20:15:46 +01:00
Phyks
9dce2689d0 RSS + Tags
* RSS is fully functional
* Images for tags are automatically added
2013-10-27 14:14:10 +01:00
Phyks
ecfab3c7b1 Bug correction + RSS feed code completed 2013-10-27 14:01:24 +01:00
Phyks
b2bef345f2 Bug corrections 2013-10-22 23:42:21 +02:00
Phyks
548ad16f7b Some comments in the code 2013-10-22 22:39:11 +02:00
Phyks
7b44e77b3a Now sort articles by date in them and not by system date (possibility to postdate an article for example) 2013-07-28 16:23:17 +02:00
Phyks
0102b7f66c Localized months names 2013-07-28 12:37:41 +02:00
Phyks
30f0353e50 Added an archive page 2013-07-27 23:00:42 +02:00
Phyks
a551cbd4e3 Still bug corrections... Tests continue :) 2013-07-27 22:21:43 +02:00
Phyks
43f7621f7f Bug correction, now using git ls built-in function instead of directory listing to avoir problems with not added files. TODO : Error while generating articles html and month pages 2013-07-27 21:59:48 +02:00
Phyks
fc5c8c3b1f Continuing bug correction : errors in index generation 2013-07-27 21:23:50 +02:00
Phyks
a4e9772f25 Bug correction and old code left deleted 2013-07-27 21:08:13 +02:00
Phyks
6c95856cbc Finished refactorization, need to test the whole thing 2013-07-27 18:28:09 +02:00
Phyks
74102b2a08 Page generation for year / months left ro refactor 2013-07-27 18:20:39 +02:00
Phyks
8925a3af68 Page generation for year / months left ro refactor 2013-07-27 17:28:14 +02:00
Phyks
87a498a461 Correction of a shitload of flake8 errors until line 544 2013-07-27 15:31:07 +02:00
Phyks
e6f17c01c5 Mostly ok till line 534 2013-07-27 15:08:53 +02:00
Phyks
59fc3b5d47 Mostly ok till line 534 2013-07-27 14:56:40 +02:00
Phyks
95e7413348 Starting to refactor and clean the code 2013-07-27 12:58:48 +02:00
Phyks
f9f5cf3391 Updated README.md 2013-07-26 19:27:13 +02:00
Phyks
8004eab2ba Correction of a bug with CSS handling
TODO :
- Finish tesing
- Refactor everything to improve it
2013-07-26 10:46:11 +02:00
Phyks
caa6bb726e Some optimizations + bug corrections 2013-07-23 22:42:42 +02:00
Phyks
06a3c7e5cc Tests in README.md 2013-07-23 22:12:06 +02:00
Phyks
f57adadfa3 Tests in README.md 2013-07-23 22:07:42 +02:00
Phyks
170e1b5b0e Tests in README.md 2013-07-23 22:05:51 +02:00
Phyks
c4e79eb4cd Added the necessary to handle custom search and replace 2013-07-23 22:03:35 +02:00
Phyks
cb0acf7ea6 Flake8 errors corrected
Corrected all errors given by Flake8 except line length
2013-07-23 21:29:14 +02:00
Phyks
a74f4f3feb Bug correction
Correction of a bug that prevented correct generation of index.html by year.
Articles are now sorted by date in month and year index pages.
2013-07-23 21:10:31 +02:00
Phyks
dd39ba0c47 Basic options
Basic options to :
- display a help message
- force complete regeneration of the pages
2013-07-23 20:48:17 +02:00
Phyks
71f618a27a Cleaned git repo + updated README for a more useful doc
Set a beerware type license
2013-07-22 23:06:14 +02:00
Phyks
079d3a8cdf Bug correction + RSS
Corrected some bugs with the index for years / months.
Added a RSS syndication
2013-07-22 22:33:08 +02:00
Phyks
2512273590 Typo in README.md 2013-07-22 21:06:33 +02:00
Phyks
dfab5b9c9c Started to flake8 the script 2013-07-22 21:01:19 +02:00
Phyks
bde51d5086 Correction of title not replaced problem 2013-07-22 11:39:04 +02:00
Phyks
75256cc756 Correction of links problem thanks to param BLOG_URL 2013-07-22 11:25:28 +02:00
Phyks
5b7dad4a78 Not HTML files + Not published articles
Added the ability to handle not HTML files (such as images, directly copied in the blog folder) and not published articles (by the use of .ignore extension in filename)
2013-07-22 11:13:34 +02:00
Phyks
2447c12e3f Added basic params support : Number of articles on index page + blog title.
Still problems to work on, see TODO.
Added CSS support.
2013-07-21 23:52:44 +02:00
Phyks
1e7dcbf6a2 Added CSS handling and corrected an error with the cleaning of (added|modified|deleted)_files lists 2013-07-21 23:39:23 +02:00
Phyks
b8becdbe30 Updated TODO List and removed backup files from git commit 2013-07-21 23:01:25 +02:00
Phyks
876ea29c09 Initial commit, almost working but clearly needs improvements ! 2013-07-21 22:51:09 +02:00
Lucas Verney
bb6620270f Initial commit 2013-07-21 13:46:28 -07:00