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.tomlas needed. - Build the site in the
publicdirectory 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