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](https://private-user-images.githubusercontent.com/49762827/284076997-a5ded2fb-5124-4a0b-95e9-442dc9569aa2.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk1NjgyMjgsIm5iZiI6MTczOTU2NzkyOCwicGF0aCI6Ii80OTc2MjgyNy8yODQwNzY5OTctYTVkZWQyZmItNTEyNC00YTBiLTk1ZTktNDQyZGM5NTY5YWEyLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTQlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjE0VDIxMTg0OFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTg2OGJhMWU1YjJkM2FiNTdhOTdmOGEwZWFhYjZlNGY5YmU3YjI5YzZkNGY2YzcwYWZmNmNlOTA2MTQyYmU1NDImWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.FcC2XKTIqI2KKdhTO19v7ImtyAnsHoVSeLAJVMDAjD4)