{"id":15890590,"url":"https://github.com/dimfeld/simpleblog","last_synced_at":"2025-07-14T07:32:54.522Z","repository":{"id":16620272,"uuid":"19375235","full_name":"dimfeld/simpleblog","owner":"dimfeld","description":"A very simple blog engine I'm writing to learn Go.","archived":false,"fork":false,"pushed_at":"2014-08-19T21:08:01.000Z","size":848,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-03T10:09:27.596Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dimfeld.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-05-02T12:53:27.000Z","updated_at":"2016-12-15T21:41:46.000Z","dependencies_parsed_at":"2022-09-26T21:00:56.235Z","dependency_job_id":null,"html_url":"https://github.com/dimfeld/simpleblog","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dimfeld/simpleblog","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dimfeld%2Fsimpleblog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dimfeld%2Fsimpleblog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dimfeld%2Fsimpleblog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dimfeld%2Fsimpleblog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dimfeld","download_url":"https://codeload.github.com/dimfeld/simpleblog/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dimfeld%2Fsimpleblog/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265255275,"owners_count":23735223,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-06T07:06:53.890Z","updated_at":"2025-07-14T07:32:54.500Z","avatar_url":"https://github.com/dimfeld.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"simpleblog [![Build Status](https://travis-ci.org/dimfeld/simpleblog.png?branch=master)](https://travis-ci.org/dimfeld/simpleblog)\n===========\n\nA very simple blog engine I wrote to learn Go and play with other techniques in a simple environment.\n\nThis blog engine generates and serves static pages and an Atom feed, with tag and archive support. Yes, such things already exist and will probably do a better job, but where's the fun in that?\n\nWhile writing this project, I created a number of useful libraries for [caching](https://github.com/dimfeld/gocache), quick [HTTP routing](https://github.com/dimfeld/httptreemux), simultaneous [configuration loading](https://github.com/dimfeld/goconfig) from TOML files and environment variables, and [more](https://github.com/dimfeld).\n\n### Example\n\n```\n% go get github.com/dimfeld/simpleblog\n% cd $GOPATH/github.com/dimfeld/simpleblog\n% go build\n% ./simpleblog simpleblog.conf.sample\n\nDirect your browser to http://localhost:8080\n```\n\nThe default template and CSS are intentionally minimal, but should function as an easy skeleton to add your own styling. You can also check out [my blog](http://www.danielimfeld.com) to see it in action.\n\n### Acknowledgements\n\n* [blackfriday](https://github.com/russross/blackfriday) for Markdown-\u003eHTML conversion.\n* [fsnotify](https://github.com/howeyc/fsnotify) for inotify support.\n* My [modified fork](https://github.com/dimfeld/glog) of [Zenoss's glog fork](https://github.com/zenoss/glog) for better logging.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdimfeld%2Fsimpleblog","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdimfeld%2Fsimpleblog","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdimfeld%2Fsimpleblog/lists"}