{"id":15801621,"url":"https://github.com/garrettmac/hugo_gh_blog","last_synced_at":"2026-01-11T05:16:15.991Z","repository":{"id":84887992,"uuid":"78325940","full_name":"garrettmac/hugo_gh_blog","owner":"garrettmac","description":null,"archived":false,"fork":false,"pushed_at":"2017-01-08T07:18:07.000Z","size":2105,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-10-06T01:23:19.771Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"HTML","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/garrettmac.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-01-08T06:30:38.000Z","updated_at":"2017-01-08T07:18:00.000Z","dependencies_parsed_at":null,"dependency_job_id":"afc013fa-1806-4530-874c-a7307e417407","html_url":"https://github.com/garrettmac/hugo_gh_blog","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/garrettmac%2Fhugo_gh_blog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/garrettmac%2Fhugo_gh_blog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/garrettmac%2Fhugo_gh_blog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/garrettmac%2Fhugo_gh_blog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/garrettmac","download_url":"https://codeload.github.com/garrettmac/hugo_gh_blog/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246547388,"owners_count":20794970,"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-05T01:23:19.607Z","updated_at":"2026-01-11T05:16:15.952Z","avatar_url":"https://github.com/garrettmac.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"## About\n\nHugo theme based on [Start Bootstrap Clean Blog](http://startbootstrap.com/template-overviews/clean-blog/).\n\n![Screenshot](https://raw.githubusercontent.com/humboldtux/startbootstrap-clean-blog/master/images/tn.png)\n\n## Setup\n\n### As is\n\nYou can use the site as is, it will work. You can for example use it with [HugoBasicExample](https://github.com/spf13/HugoBasicExample).\n\n#### full features\n\nIf you want to have all the features and pages of the original theme, you will need a similar *config.toml*:\n\n``` toml\nbaseurl = \"http://humboldtux.github.io/sbcb-demo\"\ntitle = \"Start Bootstrap Clean Blog\"\ncanonifyurls = true\npaginate = 10\ntheme = \"startbootstrap-clean-blog\"\nlanguageCode = \"en-us\"\ncopyright = \"Code released under the Apache 2.0 license.\"\n\n[author]\n  name = \"Benoît Benedetti\"\n    \n[params]\n  DateForm = \"Mon, Jan 2, 2006\"\n  Description = \"Your site description\"\n  Author = \"Benoît Benedetti\"\n  email = \"benoit.benedetti@gmail.com\"\n  Ganalytics = \"XX-00000000-0\"\n              \n[[params.social]]\n  title = \"twitter\"\n  url = \"https://twitter.com/humboldtux\"\n[[params.social]]\n  title = \"github\"\n  url = \"https://github.com/humboldtux\"\n[[params.social]]\n  title = \"facebook\"\n  url = \"https://www.facebook.com/FACEBOOKHANDLE\"\n                                      \n[[menu.main]]\n  name = \"home\"\n  url = \"/\"\n  weight = -200\n[[menu.main]]\n  name = \"Archives\"\n  url = \"/post/\"\n  weight = -180\n```\n                                                  \nYou can find a [Demo site](http://humboldtux.github.io/sbcb-demo/), and have a look at the source on the\n[repo site](https://github.com/humboldtux/sbcb-demo) for configuration parameters.\n\n### Custom\n\nYou can have a look at my [personal website](http://www.humboldtux.net), where i customize it and use it in a different way than the original theme.\n\n## TODO\n\n* multi-language support:\n  * encoding\n  * https://github.com/spf13/hugo/tree/master/examples/multilingual\n  * http://discuss.gohugo.io/t/multiple-language-websites/537\n  * http://discuss.gohugo.io/t/hugo-multisite-workflow/103\n* \"Edit on github\" feature http://discuss.gohugo.io/t/how-to-implement-edit-this-page-on-github/1166\n* Display archive posts per year/month\n* dynamic configuration of email for JS contact form\n* Advanced pagination, make pagination button look like older posts button\n* pre and next links in post https://github.com/antzucaro/az.com/blob/master/layouts/_default/single.html\n* Suggested links at the bottom of post\n* use post title as post image name\n* mailing list subscription form\n* Google search form\n * http://discuss.gohugo.io/t/how-are-you-implementing-site-search/986\n* multi author support, authors list page, author page\n* use {{ .Content }} for 404.html\n* deploy workflow\n  * Makefile\n  * http://discuss.gohugo.io/t/deployment-workflow/90\n  * http://discuss.gohugo.io/t/my-deployment-process/807\n  * http://discuss.gohugo.io/t/automated-hugo-deployments-anywhere-using-wercker/539\n* updatedate post metadata for updated post\n* comment system support: disqus, Discourse, Kaiju\n* Syntax highlighting\n* Less support\n* post series : http://discuss.gohugo.io/t/creating-post-series/1115\n* Add menu entry for taxonomies\n* DRY template\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgarrettmac%2Fhugo_gh_blog","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgarrettmac%2Fhugo_gh_blog","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgarrettmac%2Fhugo_gh_blog/lists"}