My portfolio page.
GitHub Pages target: https://midoriao.github.io/portfolio/ Previous URL: https://group-mmm.org/~sotasato/
To build and launch a local server on port 8000,
$ make build
$ make serveThis repository publishes with GitHub Pages via GitHub Actions.
- In the repository settings, open
Pages. - Set
SourcetoGitHub Actions. - Push to the
mainbranch.
The workflow builds the site into public/ and deploys it to:
https://midoriao.github.io/portfolio/
The make deploy target is still available if you want to push public/
to a separate deployment repository.
$ git remote add deploy https://<yourrepourl>.git
$ make deploy- pandoc >= 2.14
- python >= 3.7