Cory Reed
Cory Reed
Passing the `--webpack` config to kit-cli doesn't seem to work. My sample _webpack.config.js_: ```js throw new Error('hello?') ``` …doesn't bubble up to the CLI. Actually passing a config object doesn't...
I’m attempting to create an archives list in a sidebar. The sidebar should appear on multiple pages, including the archive page itself. Unfortunately, the `site.archives` template variable doesn’t seem to...
Hello! I just published [hawkify-pouchdb](https://www.npmjs.com/package/hawkify-pouchdb). I noticed that a code block didn’t look right:  After exploring the DOM’s order, it appears the Markdown parser is moving the `pre` outside...
I am using [generator-jekyllrb](https://github.com/robwierzbowski/generator-jekyllrb) to power Jekyll during development. The Monthly Archive plugin causes Ruby to throw an error when building. Running: ``` bundle exec jekyll build --source app --destination...