{"id":28566828,"url":"https://github.com/jklepatch/goblog","last_synced_at":"2025-06-10T15:39:24.760Z","repository":{"id":56855209,"uuid":"219268666","full_name":"jklepatch/goblog","owner":"jklepatch","description":"A simple blog with Markdown / metadata support, written in Go","archived":false,"fork":false,"pushed_at":"2019-11-03T07:57:23.000Z","size":2,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-10T09:07:43.236Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jklepatch.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-11-03T07:56:42.000Z","updated_at":"2024-12-27T18:05:18.000Z","dependencies_parsed_at":"2022-09-21T13:10:31.572Z","dependency_job_id":null,"html_url":"https://github.com/jklepatch/goblog","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jklepatch%2Fgoblog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jklepatch%2Fgoblog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jklepatch%2Fgoblog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jklepatch%2Fgoblog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jklepatch","download_url":"https://codeload.github.com/jklepatch/goblog/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jklepatch%2Fgoblog/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259104095,"owners_count":22805808,"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":"2025-06-10T15:39:14.851Z","updated_at":"2025-06-10T15:39:24.737Z","avatar_url":"https://github.com/jklepatch.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Goblog\n\nSimple Markdown blog in Go\n\n## Getting started\n\n(pre-requisite: go v1.11 or above)\n\nInstall the dependencies:\n\n```\nmake install\n```\n\nStart the server:\n\n```\nmake start\n```\n\nVisit `http://localhost:8080` to access your blog in your browser. To modify the url, modify the `URL` string in `index.go` \n\n## Writing blog posts\n\n### Content\n\n* Blog posts are written as files in the `markdown` folder\n* Files are written in markdown, ith the `md` file extension\n* Files match url path. Ex: `/about.md` will serve `markdown/about.md`\n\nSpecial files:\n\n* `index.md` is the root page of your blog\n* `404.md` is used when the requested url matches no blog post\n\n### Metadata\n\nMetadata is required for each page you add to your blog. You specify above the content, wrapped by `---`:\n\n```\n---\ntitle: my Title\ndescription: my SEO title\ntemplate: filename of the template to use, without file extension\n---\n```\n\n## Adding templates\n\nGo Templates can be added in the `templates` directory, with the extenstion `gohtml`\n\nIn templates, you can use:\n\n```\n{{.Title}}\n{{.Description}}\n{{.Body}}\n```\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjklepatch%2Fgoblog","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjklepatch%2Fgoblog","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjklepatch%2Fgoblog/lists"}