This is the GitHub repository for my personal website.
This site is built with Zola and tabi. It was forked from tabi-start.
The tabi theme is included as a git submodule.
git clone https://github.com/axis7818/axis7818.github.io
git submodule update --init --recursive
# on macOS
brew install zola
# on windows
winget install getzola.zola
zola serve
docker run -u "$(id -u):$(id -g)" -v $PWD:/app --workdir /app -p 8080:8080 ghcr.io/getzola/zola:v0.19.1 serve --interface 0.0.0.0 --port 8080 --base-url localhost
Changes pushed to the main
branch of the GitHub repository are published to the public site. The static assets are built with the build-and-deploy.yml GitHub Actions workflow and GitHub Pages hosts assets in the gh-pages
branch of the repository.