Metalsmith blog template
npm install metalsmith-groundwork[![Issue Count][issue-badge]][issue-url] [![Dependency Status][dep-badge]][dep-url] [![Build status][build-badge]][build-url]
Static site blog template built with Metalsmith, featuring Modular CSS, for web designers that code. Promoting IndieWeb principles of Publish (on your) Own Site, Syndicate Elsewhere.
Install with $ git clone… _not_ $ npm install…. Make sure you have Git and Node.js.
```
$ git clone git@github.com:growdigital/groundwork
$ cd groundwork
$ npm install
$ npm run dev
* Simple installation via git clone
* Modular CSS and JS: each component/object is a separate file
* Auto-publish to Twitter, Facebook and Google+
* Blog and status post types set up
1. Make it your own: enter your details in package.json and index.js/src/assets/css/settings/
2. Change your CSS settings /layouts/
3. Modify/create templates in and /partials//src/components/
4. Add new modules in (discrete components) and /src/objects/ (design patterns)./src/assets/css/shame.css
5. Get rid of legacy CSS in /src/posts/`
6. Create new posts in
7. Push to your git repo eg on GitHub
8. Publish to the platform of your choice eg Netlify, Now, Surge…
More in-depth documentation: www.groundwork.rocks
Issues and features in the Groundwork Roadmap 😍
* Jake Rayson contact@growdigital.org @growdigital
* Twitter @GroundworkRocks
Made with pride in Wales 🏴

[issue-badge]: https://codeclimate.com/github/growdigital/groundwork/badges/issue_count.svg
[issue-url]: https://codeclimate.com/github/growdigital/groundwork/issues
[dep-badge]: https://www.versioneye.com/user/projects/599ca850368b08141959f90f/badge.svg?style=flat-square
[dep-url]: https://www.versioneye.com/user/projects/58d97d9226a5bb002b54bea2
[build-badge]: https://travis-ci.org/growdigital/groundwork.svg?branch=master
[build-url]: https://travis-ci.org/growdigital/groundwork