| Commit message (Expand) | Author | Age | Files | Lines |
| * | Strip leading whitespace in macro arguments | Qrius | 2024-09-26 | 1 | -0/+5 |
| * | Add propagation of warnings from SMP | Qrius | 2024-09-26 | 2 | -5/+127 |
| * | Add some info on special metadata-keys | Qrius | 2024-09-26 | 1 | -0/+30 |
| * | Track macro invokations, only re-compile nesecarry files | Qrius | 2024-09-26 | 2 | -8/+39 |
| * | Rename verbatum to verbatim | Qrius | 2024-09-26 | 2 | -5/+5 |
| * | Correctly create directories for static content | Qrius | 2024-09-26 | 1 | -2/+14 |
| * | Fix copying error | Qrius | 2024-09-26 | 1 | -1/+1 |
| * | Add static file copying | Qrius | 2024-09-26 | 3 | -7/+78 |
| * | Add man pages, add array function to SMP | Qrius | 2024-09-26 | 5 | -3/+66 |
| * | Expand arguments of macro if it doesn't exist | Qrius | 2024-09-26 | 1 | -1/+12 |
| * | Fix buggy implementation of format_time | Qrius | 2024-09-26 | 2 | -2/+7 |
| * | Add macro for formatting RFC3339-timestamps | Qrius | 2024-09-26 | 1 | -0/+19 |
| * | Allow inline html in markdown | Qrius | 2024-09-26 | 2 | -1/+16 |
| * | Indent some lines | Qrius | 2024-09-26 | 1 | -2/+2 |
| * | Remove println | Qrius | 2024-09-26 | 1 | -1/+0 |
| * | Add some sensible parsing of nested parantheses | Qrius | 2024-09-26 | 1 | -4/+14 |
| * | Add indent macro, because nested functions doesn't really work, this also doe... | Qrius | 2024-09-26 | 1 | -0/+25 |
| * | Remove some debug prints | Qrius | 2024-09-26 | 2 | -11/+0 |
| * | Add sorting function to YamlValue, make it possible to sort in special macros... | Qrius | 2024-09-26 | 4 | -7/+381 |
| * | Add some docs on macro processor | Qrius | 2024-09-26 | 1 | -0/+44 |
| * | Add debian packaging script | Qrius | 2024-09-26 | 2 | -0/+29 |
| * | Add ability to nest templates, improve a bunch of other things | Qrius | 2024-09-26 | 3 | -22/+110 |
| * | Add function for including a file, without doing any macro processing on it | Qrius | 2024-09-26 | 1 | -0/+17 |
| * | Do a bunch of QOL things, add some skaldpress specific macros, add | Qrius | 2024-09-26 | 4 | -37/+165 |
| * | Add argument parser, prepare for utilizing already compiled documents to | Qrius | 2024-09-26 | 3 | -19/+224 |
| * | rustfmt | Qrius | 2024-09-26 | 1 | -1/+3 |
| * | Slightly improve stdout messages | Qrius | 2024-09-26 | 1 | -1/+2 |
| * | Don't fail on files without extensions, simply, don't use extensions | Qrius | 2024-09-26 | 2 | -17/+5 |
| * | Auto pick sensible output extension | Qrius | 2024-09-26 | 2 | -6/+20 |
| * | Add REPL | Qrius | 2024-09-26 | 1 | -0/+37 |
| * | Add special DNL macro, do a bunch of skaldpress-stuff | Qrius | 2024-09-26 | 4 | -36/+124 |
| * | Change return of MacroProcessor to Result | Qrius | 2024-09-26 | 6 | -56/+151 |
| * | Add more error handling | Qrius | 2024-09-26 | 1 | -4/+12 |
| * | Add a bunch of error handling | Qrius | 2024-09-26 | 4 | -18/+101 |
| * | Remove build directory | Qrius | 2024-09-26 | 4 | -172/+0 |
| * | Move metadata_parser into it's own file | Qrius | 2024-09-26 | 4 | -73/+73 |
| * | Clean up things a bit | Qrius | 2024-09-26 | 6 | -156/+161 |
| * | Change way macros are invoked, add a bunch of tests | Qrius | 2024-09-26 | 3 | -134/+198 |
| * | Initial commit | Qrius | 2024-09-26 | 15 | -0/+892 |