___
/ | ____ ____ ____ _
/ /| | / __ \/ __ \/ __ `/
/ ___ |/ / / / / / / /_/ /
/_/ |_/_/ /_/_/ /_/\__,_/
A static site generator in go
Inspired by Hugo and Saaru, this static site generator aims to take performance to the next level with parallel rendering, live reload and so much more, all in Go.
Pronounced: /ɐnːɐ/
which means rice 🍚 in Kannada
This project is a part of the ACM PESU-ECC's yearly AIEP program, and is maintained by Adhesh Athrey, Nathan Paul, Anirudh Sudhir, and Aditya Hegde
Detailed documentation for our SSG can be found here
go run github.com/anna-ssg/[email protected]
If you have git installed, clone our repository and build against the latest commit
git clone github.com/anna-ssg/anna; cd anna
go build