README ¶
Anna
___
/ | ____ ____ ____ _
/ /| | / __ \/ __ \/ __ `/
/ ___ |/ / / / / / / /_/ /
/_/ |_/_/ /_/_/ /_/\__,_/
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
Get Started
go run github.com/acmpesuecc/anna@v2.0.0
If you don't have a site dir with the pre-requisite layout template; anna proceeds to fetch the default site dir from our GitHub repository
Contributing to Anna
Detailed documentation for our SSG can be found: here
If you have git installed, clone our repository and build against the latest commit
git clone github.com/acmpesuecc/anna; cd anna
go build
Usage:
anna [flags]
Flags:
-a, --addr string ip address to serve rendered content to (default "8000")
-d, --draft renders draft posts
-h, --help help for anna
-l, --layout validates html layouts
-p, --prof enable profiling
-s, --serve serve the rendered content
-v, --version prints current version number
-w, --webconsole wizard to setup anna
Documentation ¶
There is no documentation for this package.
Click to show internal directories.
Click to hide internal directories.