In this repo we enjoy tiny toolkits
We use a static site generator (zola) to turn markdown files and images into html.
- Make sure you have git-lfs installed – e.g. by looking at the output of
git lfs help
- Otherwise install git-lfs somehow. It might be in your package manager if you're on linux, else you can download a binary from https://git-lfs.com/
- Clone this repo, making sure to initialise the theme submodule:
git clone --recursive <this repo>
- If you forgot to use
--recursive
, to do it after the clone rungit submodule update --init
- If you forgot to use
- Install zola somehow. It might be in your package manager if you're on linux, else you can download a binary from https://github.com/getzola/zola/releases/
cd
to your clone of this repo, then runzola serve
- it will run a webserver on http://localhost:1111 which automatically shows the rendered site