https://github.com/ninjasort/metalsmith-blog
A simple blog demonstrating using metalsmith with both the CLI and JS API.
https://github.com/ninjasort/metalsmith-blog
Last synced: 3 months ago
JSON representation
A simple blog demonstrating using metalsmith with both the CLI and JS API.
- Host: GitHub
- URL: https://github.com/ninjasort/metalsmith-blog
- Owner: ninjasort
- License: mit
- Created: 2015-11-06T21:25:40.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-03T19:37:02.000Z (over 9 years ago)
- Last Synced: 2024-12-27T23:13:16.799Z (5 months ago)
- Language: HTML
- Homepage: http://cameronjroe.com/metalsmith-blog/
- Size: 335 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Creating a blog with ES6 and Metalsmith
Learn how to create a blog with ES6 and Metalsmith
[Read the Post](http://velocitycoding.com/2015/11/06/creating-a-blog-with-es6-and-metalsmith)
[View the Demo](http://velocitycoding.github.io/metalsmith-blog)
# Usage
- Clone the repo
- Install `npm install`
- Run `npm run build`