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
- Host: GitHub
- URL: https://github.com/0xflux/bloggr
- Owner: 0xflux
- License: mit
- Created: 2023-11-19T17:00:57.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-13T00:29:34.000Z (over 1 year ago)
- Last Synced: 2025-04-05T14:11:16.743Z (about 1 year ago)
- Topics: blog, blogging, blogging-platform, blogging-site, blogging-system, go, golang, markdown
- Language: Go
- Homepage: https://fluxsec.red/how-I-developed-a-markdown-blog-with-go-and-HTMX
- Size: 1.77 MB
- Stars: 27
- Watchers: 1
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
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!