An open API service indexing awesome lists of open source software.

https://github.com/ninjasort/metalsmith-boilerplate

An opinionated boilerplate for using Metalsmith.
https://github.com/ninjasort/metalsmith-boilerplate

Last synced: 3 months ago
JSON representation

An opinionated boilerplate for using Metalsmith.

Awesome Lists containing this project

README

        

# metalsmith-boilerplate
> An opinionated boilerplate for using Metalsmith.

This boilerplate features the following:

- Markdown rendering
- Liquid templating
- Permalinks and Pagination
- RSS and Sitemap
- Webpack bundling
- Karma testing with sinon & chai
- Sass compilation
- Imagmin, Htmlmin, Webpack Prod build
- AWS deploy to staging and production environments

## Usage

- Clone the repo: `git clone `
- Remove git: `rm -rf .git`
- Add aws.json to .gitignore
- Install dependencies: `npm install`
- Start server: `npm start`