1
0
Fork
You've already forked website
0
Personal website and home of my STEM technical writing https://jackysci.com/
  • JavaScript 95.7%
  • CSS 2%
  • Python 1%
  • HTML 0.8%
  • SCSS 0.5%
Jacky Song 47bbb8015b
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Update pre-commit to search recursively
2026年06月26日 18:54:06 -04:00
content Fix error with definition of Dirac delta 2026年06月01日 22:49:34 -04:00
diagrams New diagram to showcase SR velocity addition 2023年11月13日 19:49:09 -05:00
githooks Update pre-commit to search recursively 2026年06月26日 18:54:06 -04:00
sass Add mastodon link 2026年04月06日 20:53:51 -04:00
static Store personal logo on website 2026年03月22日 19:28:09 -04:00
templates Update navbar with link to codeberg instead of github 2026年04月20日 21:45:10 -04:00
.gitignore Update documentation for development 2024年09月21日 16:28:13 -04:00
.nojekyll Don't build as jekyll 2023年12月30日 14:49:50 -05:00
.woodpecker.yml Use bitnamisecure/git image since bitnami/git is deprecated 2025年10月05日 16:40:26 -04:00
config.toml Change to custom domain 2025年06月15日 12:19:52 -04:00
LICENSE Initial commit 2022年11月15日 13:25:50 -05:00
README.md Formally add pre-commit script 2025年09月09日 15:00:05 -04:00

Personal website

Note: This repository is now developed on Codeberg and the GitHub repository is a mirror only.

To develop, once you've cloned this repo, do mkdir bin in the root folder of this repo, then install Zola by downloading the binary into the ./bin folder in this repository. Afterwards start a local development server with ./bin/zola serve, then start developing!

Development notes

See the rendered version of the notes making guide in the browser for detailed information about how to develop the website.

Note that the githook for development can be set up with:

cp githook/pre-commit .git/hooks/pre-commit