/dosbox-staging.github.io

Source code for DOSBox Staging’s project page

Primary LanguageHTML

This is the source code for the DOSBox Staging website located at dosbox-staging.github.io.

This repo uses Git submodules; the quickest way to initialize them is:

$ git clone --recursive git@github.com:dosbox-staging/dosbox-staging.github.io.git

This site uses the Zola static site generator. To preview your changes before deploying them publicly, install zola and run:

$ zola serve

It's recommended to test with the newest stable Zola release.

Note: the default working branch for GitHub Pages repositories is pages, where as the master branch is used as the live deployment target.