This repository contains all files for my sites (identical copies):
The site is based on Hugo and the hugo-goa theme.
- Clone this repo.
$ gh repo clone otype/otype.github.io- Run setup.
$ make setup- Run server.
$ make runEvery push to the main branch automatically triggers the GitHub Actions workflow to build and deploy the site to GitHub Pages.
-
Stage and commit your changes:
$ git add . $ git commit -m "Add new post"
-
Deploy by pushing to
main:$ make deploy(or simply run
git push origin main)
