Cory Reed

Results 4 issues of 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: ![code-block](https://cloud.githubusercontent.com/assets/1858316/13472403/a0ba4704-e069-11e5-8737-c8485e345056.jpg) After exploring the DOM’s order, it appears the Markdown parser is moving the `pre` outside...

PRs welcome
github feature request
hacktoberfest

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