Skip to content

Latest commit

 

History

History
executable file
·
18 lines (11 loc) · 457 Bytes

README.md

File metadata and controls

executable file
·
18 lines (11 loc) · 457 Bytes

Notes

Personal archive of notes taken for education.

GitHub Actions CI will build and deploy on changes to main.

Local Deploy

  1. Clone https://github.com/ketozhang/Journal to `src/

  2. Run the Makefile to build notebook as static webpage

    $ make -j 8 all
  3. Commit and push changes to _site/ with commit prefix [skip ci]

  4. Trigger the publish workflow