package
0.0.0-20181003212607-f42d3a4bbbbc
Repository: https://github.com/zpatrick/fireball.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author

# README

Blog

This example application shows a basic blog implementation using Fireball. The following elements are shown here:

  • Serving Static Files
  • Using HTML templates and partials
  • Logging requests
  • Using the BasicAuth decorator

Run Example

From this directory, run:

go run main.go

The username and password is "user" and "pass"

Acknowledgements

CSS and HTML Layout by http://purecss.io/