The main page for Empiresmod, a free indie RTS/FPS game - free open source software built with Hakyll.
Note: The steps for building the website locally currently only work on Linux - you can still write and submit pull requests from Windows, it just means you cannot review changes, seeing them as they would appear online.
Scroll up, copy from the green "Clone or download" button on the right, plug that into your git GUI (e.g. GitExtensions) or copy the following into a terminal window:
git clone [email protected]:EmpiresCommunity/website.git
Install stack as described here, then install hakyll from a terminal, opened on the website directory, with:
stack setup
stack install hakyll
make
That will place a working copy of the website into /_site/, below wherever you cloned this repository. For example, if you cloned into C:\Empiresmod\website
, then you can put /C:/Empiresmod/website/_site/index.html
into your browser's url bar; but if you're running linux, what you put into the url bar should look like: file:///home/you/empires/website/_site/index.html
Run make deploy
when you are happy with the changes; that deploys to empiresmod.com (gh-pages branch). If you don't have the required permissions to deploy, first fork, then submit a pull request.
If you get stuck trying to follow these steps, open an issue.