Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove squareball for good | Rafael G. Martins | 2016-04-27 | 1 | -1/+1 |
| | |||||
* | Revert "*: use squareball error infrastructure" | Rafael G. Martins | 2016-04-27 | 1 | -15/+15 |
| | | | | This reverts commit a2b3551dfb9460470bd79f5648bf597c517c40d4. | ||||
* | content-parser: extract post description from content | Rafael G. Martins | 2016-04-20 | 1 | -1/+2 |
| | | | | | | | | | description is the first line of the first paragraph parsed from content file. users can override it declaring DESCRIPTION variable in source file itself. this also fixes a bug with line endings when using single line blockquotes. | ||||
* | *: use squareball error infrastructure | Rafael G. Martins | 2016-03-13 | 1 | -15/+15 |
| | |||||
* | build: replace src/utils with squareball | Rafael G. Martins | 2016-02-26 | 1 | -272/+272 |
| | |||||
* | fixed copyright | Rafael G. Martins | 2016-01-08 | 1 | -1/+1 |
| | |||||
* | loader: parse tags as space-separated string | Rafael G. Martins | 2015-12-29 | 1 | -2/+2 |
| | |||||
* | Revert "build: removing src/utils and replacing with squareball" | Rafael G. Martins | 2015-12-23 | 1 | -272/+272 |
| | | | | This reverts commit 950e6c9148eca244a89d18a21d4ae4e5c3d1c646. | ||||
* | build: removing src/utils and replacing with squareball | Rafael G. Martins | 2015-12-23 | 1 | -272/+272 |
| | | | | | squareball is a new general purpose library for C99, based on the code removed from src/utils | ||||
* | content-parser: implemented excerpt, and now for good! | Rafael G. Martins | 2015-06-13 | 1 | -1/+2 |
| | |||||
* | Revert "added content excerpt support" | Rafael G. Martins | 2015-06-12 | 1 | -1/+1 |
| | | | | This reverts commit 1851274f9524c462806d6ab64e024effb0392231. | ||||
* | added content excerpt support | Rafael G. Martins | 2015-06-11 | 1 | -1/+1 |
| | |||||
* | loader: implemented pagination filter | Rafael G. Martins | 2015-05-28 | 1 | -0/+469 |
| | |||||
* | loader: implemented tag filter | Rafael G. Martins | 2015-05-27 | 1 | -0/+47 |
| | |||||
* | fixed copyright | Rafael G. Martins | 2015-05-25 | 1 | -1/+1 |
| | |||||
* | fixing gcc stupidity | Rafael G. Martins | 2015-05-09 | 1 | -3/+3 |
| | |||||
* | raise warning if user provided DATE for one source file, but not for all ↵ | Rafael G. Martins | 2015-05-09 | 1 | -0/+56 |
| | | | | source files | ||||
* | loader: added tests | Rafael G. Martins | 2015-05-09 | 1 | -3/+140 |
| | |||||
* | build: mark tests as disabled by default | Rafael G. Martins | 2015-04-19 | 1 | -0/+3 |
| | |||||
* | error: added tests | Rafael G. Martins | 2015-04-19 | 1 | -0/+1 |
| | |||||
* | loader: added compiler-defined variables | Rafael G. Martins | 2015-04-19 | 1 | -0/+58 |