A collection of resources to generate a static website with Wintersmith
- npm (included in node.js)
- Brackets IDE with plugins to handle jade templates and markdown files.
Run these commands:
- npm install
To view a live preview that reflects saved changes in your files run:
- wintersmith preview
After running the following commands, the website will be in the build
directory. Copy these to where the site is hosted. It might be wise to delete the existing build
directory first.
- wintersmith build