An open API service indexing awesome lists of open source software.

https://github.com/0xflux/bloggr

A markdown compatible Golang blogging platform I use for my own blog
https://github.com/0xflux/bloggr

blog blogging blogging-platform blogging-site blogging-system go golang markdown

Last synced: 12 months ago
JSON representation

A markdown compatible Golang blogging platform I use for my own blog

Awesome Lists containing this project

README

          

# Bloggr

Bloggr is a blogging template engine (with markdown!) that I created, and I am open sourcing if anybody would want to use the engine, or improve upon it.

Features:

- Write your blogs in markdown, which automatically transform into blog posts
- Uses Go's Gin web framework to serve content
- HTMX templating
- Mobile responsive
- No databases required
- Ready for you to start publishing, all you have to do is start writing your own markdown files in the markdown folder

Instructions for use:

- Clone this repo to your local disk
- Test with go run ./main.go and navigate to localhost:8080
- Start editing the files in /markdown to see how you can customise your blog posts
- Add your own colours and themes to the CSS file
- Add your favicon, putting the image in /static/images/

If you like this project, please give me a follow or give the project a star!

Here is an example of what you can create with Bloggr!

image