camerontaylor.dev

Hi, I’m Cameron! 👋

profile picture

This is my personal website! It is getting an overhaul in 2025.

Zola & tabi

It is implemented using the static site engine, Zola, and uses the tabi theme.

To get started quickly with a static site like this, the tabi-start template repository is the quickest & easiest way to start.

tabi-start GitHub repository

To set up and use my own repository:

  1. Fork the template repo above to my GitHub account.
  2. Run the following
    # Assuming macOS
    brew install zola
    git clone https://github.com/axis7818/axis7818.github.io
    git submodule update --init --recursive
    zola serve
    
  3. Access the site at 127.0.0.1:1111