My personal blog, hosted at mgardos01.github.io, themed off of the Comittee of Zero website (committeeofzero.github.io).
Built with Zola.
- Install the following dependencies:
- Clone this repository
$ git clone https://github.com/mgardos01/mgardos01.github.io.git
- Install npm packages (Just skeleton-sass)
$ npm install
- Adjust variables in
config.toml
as needed. - Build the site in the
public
directory withTo build the site and serve the site using a local server, run$ zola build
Refer to the Zola CLI documentation for more information.$ zola serve