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.
- Host: GitHub
- URL: https://github.com/ninjasort/metalsmith-boilerplate
- Owner: ninjasort
- License: mit
- Created: 2016-03-31T18:32:34.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-03-31T19:36:48.000Z (about 9 years ago)
- Last Synced: 2024-12-27T23:13:17.227Z (5 months ago)
- Language: JavaScript
- Size: 10.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`