summaryrefslogtreecommitdiff
path: root/build.rs
AgeCommit message (Collapse)AuthorFilesLines
2023-04-14feat: report error from subplot code generation, if anyLars Wirzenius1-1/+4
Sponsored-by: author
2023-04-10refactor: use html-page crate to represent HTMLLars Wirzenius1-0/+4
Sponsored-by: author
2022-10-16chore: silence clippy about lalrpop generated codeLars Wirzenius1-0/+1
Sponsored-by: author
2022-09-28feat: implement PageSpec expressionsLars Wirzenius1-0/+1
This is just the expressions, they aren't used by any directives yet. Sponsored-by: author
2022-09-17chore: update to new SubplotLars Wirzenius1-1/+1
Sponsored-by: author
2022-07-31chore: reformat codeLars Wirzenius1-2/+1
Sponsored-by: author
2022-07-03chore: rename project to rikiLars Wirzenius1-1/+1
It's a subset of ikiwiki and r for rust. Thank you, Daniel Silverstone, for the inspiration for the name. Sponsored-by: author
2022-06-24feat: rudimentary HTML generationLars Wirzenius1-0/+4
This handles paragraphs and h1 headings, for now. More to come later. There's also some testing. Sponsored-by: author