Chris Krycho

Results 144 issues of 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....

configuration
app
generators

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. -...

configuration
app
generators

Posts begin with blocks of YAML metadata, delimited by `---` (initial, on the first line) and `---` or `...` (terminal): ```markdown --- Title: foo Date: now ... ``` or ```markdown...

markdown
app

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,...

configuration
libs

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...

configuration
generators
tracking

To-benchmark: what are the performance characteristics of searching a large string blob for the characters `

investigation

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...

app
generators

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...

app

- [x] get list of docs in source directory (#2, #11) - [ ] parse YAML metadata (#18) - [ ] parse Markdown - [x] with pandoc (1d624565) - [...

app
tracking