Content for srfschack.org
This is the content for the website srfschack.org.
The static website is built using Hugo and deployed to Netlify.
You will need to install a recent version of Hugo. Then, perform the following steps:
$ git clone https://github.com/tage64/srfschack.org
$ cd srfschack.org
$ hugo serve
The last command should display something like:
Web Server is available at http://localhost:XXXX/ (bind address 127.0.0.1)
Press Ctrl+C to stop
where XXXX
is some port number.
Just point your favorite web browser to localhost:XXXX
and you should see the website.
If you have Netlify CLI installed, you should alternatively be able to run:
$ netlify dev
Deploying to srfschack.org
To deploy the changes to the main site, you may install Netlify CLI and run:
$ netlify deploy --build --prod