This repository contains the source for reAll0c's Cave Den, a personal site focused on cybersecurity and AI topics. The site is built with Zola using the Linkita theme as a submodule.
Clone the repository including the theme submodule:
git clone --recursive https://github.com/reall0c/reall0c.github.io.gitIf you already cloned without --recursive, initialise the submodule with:
git submodule update --init --recursive- Install Zola.
- Run
zola buildto generate the site into thepublic/directory. - Serve locally with
zola servewhile editing.
The repository includes a GitHub Actions workflow that builds the site and deploys the contents of the public/ directory to GitHub Pages whenever changes are pushed to the main branch.