Skip to content
This repository has been archived by the owner on Apr 6, 2020. It is now read-only.

intermezzOS/intermezzOS.github.io

Repository files navigation

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