aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* content-parser: fixed inline parserRafael G. Martins2015-05-292-35/+127
* main: added option to print global config parameters after parsingRafael G. Martins2015-05-282-14/+43
* source-parser: fixed reserved variablesRafael G. Martins2015-05-282-1/+101
* loader: implemented pagination filterRafael G. Martins2015-05-283-0/+508
* loader: implemented tag filterRafael G. Martins2015-05-272-9/+82
* content-parser: random fixes and more tests for inline content parserRafael G. Martins2015-05-272-2/+207
* content-parser: random fixes, more testsRafael G. Martins2015-05-272-13/+170
* fixed copyrightRafael G. Martins2015-05-2527-27/+27
* content-parser: more testsRafael G. Martins2015-05-191-0/+126
* content-parser: fix and test horizontal rulesRafael G. Martins2015-05-182-1/+63
* source-parser: fixed reserved variablesRafael G. Martins2015-05-182-2/+82
* minor fixesRafael G. Martins2015-05-181-9/+9
* renderer: added more testsRafael G. Martins2015-05-181-1/+213
* renderer: implemented if statementsRafael G. Martins2015-05-184-12/+48
* template-parser: convert "if" operator into enumRafael G. Martins2015-05-173-26/+38
* template-parser: minor fixes. testsRafael G. Martins2015-05-172-6/+49
* template-parser: added real if statements. ignored by renderer for nowRafael G. Martins2015-05-174-23/+171
* template-parser: if -> ifdef, if not -> ifndefRafael G. Martins2015-05-176-114/+80
* added initial man pagesRafael G. Martins2015-05-157-1/+202
* content-parser: implemented line breaksRafael G. Martins2015-05-122-6/+25
* fixed a few issues reported by clang's static analyzerRafael G. Martins2015-05-105-2/+20
* fixing gcc stupidityRafael G. Martins2015-05-095-5/+19
* raise warning if user provided DATE for one source file, but not for all sour...Rafael G. Martins2015-05-093-0/+67
* loader: added testsRafael G. Martins2015-05-097-39/+232
* error: content parser won't raise errorsRafael G. Martins2015-05-092-4/+0
* added global variables with date/filename on first and last postRafael G. Martins2015-05-096-20/+57
* renderer: respect local scopeRafael G. Martins2015-05-082-2/+40
* content-parser: more random stuffRafael G. Martins2015-05-076-206/+141
* content-parser: lots of random stuffRafael G. Martins2015-05-072-95/+112
* content-parser: do not parse content inside codeRafael G. Martins2015-05-061-7/+30
* content-parser: actually use inline parserRafael G. Martins2015-05-062-4/+20
* content-parsed: started inline parserRafael G. Martins2015-05-063-5/+236
* content-parser: minor fixes. added testsRafael G. Martins2015-05-042-14/+252
* content-parser: implemented more block elementsRafael G. Martins2015-05-044-8/+201
* content-parser: added todoRafael G. Martins2015-05-041-1/+3
* started implementint a markdown-like syntax for contentRafael G. Martins2015-05-045-0/+425
* Merge branch 'master' of github.com:rafaelmartins/blogcRafael G. Martins2015-04-284-1/+161
|\
| * portability fixesRafael G. Martins2015-04-284-1/+161
* | minor fixes for freebsdRafael G. Martins2015-04-282-4/+4
|/
* implemented datetime parsing/formattingRafael G. Martins2015-04-286-24/+208
* added global variable supportRafael G. Martins2015-04-277-188/+222
* template parser: added more testsRafael G. Martins2015-04-232-2/+408
* template parser: added "if not" supportRafael G. Martins2015-04-236-12/+94
* cli: fixed helpRafael G. Martins2015-04-231-1/+1
* cli: added -vRafael G. Martins2015-04-231-1/+5
* added renderer testsRafael G. Martins2015-04-233-0/+254
* added roadmapRafael G. Martins2015-04-221-0/+5
* source parse: improved, added testsRafael G. Martins2015-04-214-6/+191
* minor optimizationRafael G. Martins2015-04-211-1/+1
* no need to use strndupRafael G. Martins2015-04-211-2/+2