Chris Krycho
Chris Krycho
The generator CLI should support integrating data from the specified site configuration to specify flags for taxonomies. Moreover, it should infer default long-flags for all taxonomies in a specified site....
As a user of `lx`, I want: - to be able to get a list of the existing instances of each taxonomy, e.g. every existing category or tag name. -...
Posts begin with blocks of YAML metadata, delimited by `---` (initial, on the first line) and `---` or `...` (terminal): ```markdown --- Title: foo Date: now ... ``` or ```markdown...
Change all my instances of `Result` to be `Result` instead. Collect errors to supply *all* validation errors to the user? And generalize that to all types? In the latter case,...
Use a template to generate a new site with specified configuration. Phase 0: - [x] define basic structure of configuration (#2) - [ ] create specific template(s) for site configuration...
To-benchmark: what are the performance characteristics of searching a large string blob for the characters `
I want to be able to type `lx create post --draft` or `lx create page` or `lx create poem` or whatever else I define, and have it generate a custom...
I want to be able to do two things: - [ ] run the site as a dev server, with live updating of themes and content, for development: `lx serve...
- [x] get list of docs in source directory (#2, #11) - [ ] parse YAML metadata (#18) - [ ] parse Markdown - [x] with pandoc (1d624565) - [...