This is the PittNAIL website hosted via GitHub Pages and generated using Zola.
Run the command below to build and deploy it locally:
zola build && zola serveThe workflow has been fully automated. One just needs to make changes in the code branch and the
rest will be handled by GitHub Actions workflow.
- Navigate to the
mainbranch - Edit the files in
content, under the specific folder. - Push the changes.
- Run
zola buildafter making the changes. - Move the generated
publicfolder to the directory outside the repository. git checkoutthegh-pagesbranch and remove all the files (except the.gitfolder).- Copy the contents from the generated
publicfolder to themainbranch.
Website has been implemented by David Oniani.