A minimalistic event page generator written in Go.
Festival is a event page generator written in Go. It generates static html page which you can then share with your invitees. It can intelligently guess the event date and title from the event description
Check screenshots
folder for more
- Markdown support
- Auto-detect Date and Title
- Fully Static
https://github.com/HouzuoGuo/tiedot
https://github.com/russross/blackfriday
Clone the repository
git clone https://github.com/gophergala2016/Festival.git
Install the dependencies
go get github.com/HouzuoGuo/tiedot
go get github.com/russross/blackfriday
Build
go build
Start the process
./Festival
Listens on :3001
by default