Results 133 issues of Doug Bell

This adds configuration for auto collections so they do not use the default theme, a theme for the "group unthemed custom collections" configuration, as well as a default theme so...

These are the main features that, when complete, will mark the 2.0 release. These features will be considered EXPERIMENTAL until v2.0 is released. * [x] Form plugins * Form plugins...

Right now, the editor application does only what it was developed to do: Edit content in the Yancy tables. But that's not the only thing one needs to do to...

The editor should be able to configure custom menus, much like `x-view-url`. Setting `x-menu` on a collection should add a set of buttons above the upper-right of the items list...

It would be nice if the editor could edit the application's templates. To do this, we need to: 1. [ ] Create a Yancy::Plugin::Template that adds a new collection (`templates`)...

The Yancy::Controller::Yancy::Calendar contains actions to display items containing calendar event information: This controller will have all the actions from Yancy::Controller::Yancy and the following new ones: * `month` - A month...

https://github.com/joshbuchea/HEAD lists just about everything that could ever be wanted in the `` of our HTML. Go through the whole list and create individual issues for things. For example: -...

question

We should better support markdown engines like CommonMark. Since they may not have the same API as Text::Markdown, we should create a wrapper class like Statocles::Markdown::CommonMark that makes the API...

In order for a blog to show a full pagination control, we need to provide a list of all the page numbers. We should add a new attribute (`series`) to...

For metadata purposes, it's important for every page to have a descriptive title. Every page in the blog index should have a title, and every tag page should have a...

feature