This is the source code of by blog. You can use this template as a starting point to create your own blog.
Install Zola and run a
single command. Zola will automatically rebuild and reload the site as you make changes. All you
need to do is edit the config.toml file, and you're ready to start writing posts.
Clone the repo:
$ git clone https://github.com/sesav/blog.gitGo to the blog/ folder and edit config.toml:
$ cd blog/
$ nvim config.tomlWhen you're ready, run Zola to start the blog:
$ zola serveThere are no requirements or additional dependencies, it works on Windows, Linux, and macOS.