The website for intermezzOS | https://intermezzos.github.io
intermezzos.github.io is a static site, using Skeleton CSS,
served by GitHub Pages. It uses Wintersmith, a Node.js templating
framework, for the blog.
intermezzos.github.io is a static site, so you can use whatever
development environment you prefer to edit the static html files.
A package.json has been included for collaborators that would like
to use Node.JS and npm for development.
To install development dependencies, run:
$ npm install
To start a server with auto-reload and file-watching (using live-server), run:
$ npm start
To contribute to the blog, you must have a Node.JS environment as
Wintersmith depends on it.
To build the blog:
$ npm run build:blog