Skip to content

Instantly share code, notes, and snippets.

@bnb

bnb/block8.bash Secret

Created August 22, 2017 22:42
Show Gist options
  • Save bnb/811c5e50ea78f692e921ef662babfffd to your computer and use it in GitHub Desktop.
Save bnb/811c5e50ea78f692e921ef662babfffd to your computer and use it in GitHub Desktop.
| assets
|-- css
|---- main.css
|---- normalize.css # Found here: https://necolas.github.io/normalize.css/
|---- blog-post.css
|---- index.css
|---- prism.css # Pick your style and download the CSS here: http://prismjs.com/
| layouts
|-- blog-post.hbs
|-- index.hbs
| partials
|-- header.hbs
|-- html-head.hbs
| src
|-- posts
|---- hello.md
|-- blog.md
| build.js
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment