Skip to content

axis7818/axis7818.github.io

Repository files navigation

Hi, I'm Cameron! 👋

This is the GitHub repository for my personal website.

profile picture

Development

This site is built with Zola and tabi. It was forked from tabi-start.

1. Clone the Repository

The tabi theme is included as a git submodule.

git clone https://github.com/axis7818/axis7818.github.io
git submodule update --init --recursive

2. Install Zola

# on macOS
brew install zola

# on windows
winget install getzola.zola

3. Start the Development Server

zola serve

Alternatively, Use Docker

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

Publishing Updates

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.

About

A personall website for Cameron Taylor

Resources

Stars

Watchers

Forks

Contributors 3

  •  
  •  
  •  

Languages