Skip to content

rbjorklin/simple-go-blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 

Repository files navigation

simple-go-blog

A simple blog written in Go with Bootstrap for personal use and as a teaching experience. The blog can be seen live at rbjorklin.com. If someone would want to use this that would require dumping some Bootstrap assets under a 'static' folder, more detailed instructions might come.

Short intro

  • The webserver will look after about.html in the same folder as the webserver is run from and publish it under about.
  • The webserver will look after posts under posts/<year>/<month>/<day>/<post_name> and publish a list under the posts nav-item.
  • The webserver will always show the most recent post on the start page.
  • The webserver will write a config.json on the first run which you probably want to edit.

TODO

I need to cleanup the templates folder. A generic template should be more than enough.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published