package
0.0.0-20240221130658-4d8a6584a752
Repository: https://github.com/danr17/dev-state_blog_code.git
Documentation: pkg.go.dev

# README

Demo Blog Site written in GO

A simple blog site in GO, mostly using standard library and a couple of external packages.

https://dev-state.com/posts/blog_site_code/

# Packages

No description provided by the author

# Functions

NewSite pass config parameters from main function.

# Constants

ContentDir is the location of the post folders.
ImageDir is the location of the post images.

# Structs

SiteConfig holds the configuration of the site.