This is the repository for the OpenBytes Site that uses Publish to generate the HTML using Markdown content.
All site content contributions should be made in the Content folder. All functionality contributions should be made in the Sources/Site.
All contributions should be brached off the latest version of main and merged back into main.
This projects uses Publish and you will need to have it as a command line tool. You can install it from source or use Homebrew.
brew install publish
$ git clone https://github.com/JohnSundell/Publish.git
$ cd Publish
$ make
Now that you have the Publish command line tool installed, you can now run the site locally! Just go to the root folder of the project and run the following command.
publish run