The website for intermezzOS
Switch branches/tags
Nothing to show
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
blog
public
.gitignore
.travis.yml
README.md
code-of-conduct.html
deploy.sh
index.html
package.json
resources.html

README.md

intermezzos.github.io

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.

Development

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

Blog

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

Code of Conduct