This is my personal blog and portfolio website built with Zola, a fast static site generator written in Rust. The site uses the Boring theme for a clean, minimal design.
Clone the repository:
git clone https://github.com/bitbrain/bitbrain.github.io.git
cd bitbrain.github.io
Start the development server:
zola serve
Open your browser and navigate to http://127.0.0.1:1111
To build the site for production:
zola build
The built site will be in the public/
directory.
The site is automatically deployed to GitHub Pages via GitHub Actions. The workflow:
master
branchgh-pages
branchCUSTOM_GITHUB_TOKEN
for authenticationIf you want to learn how to set up your own blog with a custom domain, I have written a blog post here.
This project is open source and available under the MIT License.