{"id":18542127,"url":"https://github.com/mojoaar/hucore","last_synced_at":"2025-07-22T18:35:27.129Z","repository":{"id":201487197,"uuid":"84045016","full_name":"mojoaar/hucore","owner":"mojoaar","description":"Minimal blog theme for hugo based on Hemingway2","archived":false,"fork":false,"pushed_at":"2019-02-11T12:46:16.000Z","size":473,"stargazers_count":65,"open_issues_count":5,"forks_count":38,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-10T11:48:59.018Z","etag":null,"topics":["free","hugo","hugo-theme"],"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/mojoaar.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2017-03-06T07:51:10.000Z","updated_at":"2024-11-11T11:12:02.000Z","dependencies_parsed_at":null,"dependency_job_id":"18f15544-109d-4f50-ad29-ce5d6dcf54c1","html_url":"https://github.com/mojoaar/hucore","commit_stats":null,"previous_names":["mojoaar/hucore"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mojoaar/hucore","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mojoaar%2Fhucore","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mojoaar%2Fhucore/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mojoaar%2Fhucore/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mojoaar%2Fhucore/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mojoaar","download_url":"https://codeload.github.com/mojoaar/hucore/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mojoaar%2Fhucore/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266552738,"owners_count":23947183,"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","status":"online","status_checked_at":"2025-07-22T02:00:09.085Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["free","hugo","hugo-theme"],"created_at":"2024-11-06T20:07:27.388Z","updated_at":"2025-07-22T18:35:27.105Z","avatar_url":"https://github.com/mojoaar.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Hucore\n\nHucore is a minimal blog theme for [hugo](https://gohugo.io). The theme is based on [Hemingway2](https://gitlab.com/beli3ver/hemingway2).\n\n## Features\n\n* Responsive \u0026 minimal design\n* Disqus support\n* Google Analytics\n* Basic [OpenGraph](http://ogp.me/) metadata support\n* Option for social sharing icons on posts\n* Option for author on posts\n\n## Screenshot\n\n![](https://raw.githubusercontent.com/mgjohansen/hucore/master/images/screenshot_github.png)\n\nSee [technet.cc](https://technet.cc) for an example of this theme in use.\n\n## Getting Started\n\nClone this repository to your hugo theme directory.\n\n```\nmkdir themes\ncd themes\ngit clone https://github.com/mgjohansen/hucore.git\n```\n\n## Configuration\n\nTake a look in the [exampleSite](https://github.com/mgjohansen/hucore/tree/master/exampleSite) folder.\n\nThis directory contains an example config file and the content for the demo.\nIt serves as an example setup for your documentation.\n\nCopy the `config.toml` in the root directory of your website. Overwrite the existing config file if necessary.\n\n__[config.toml](https://github.com/mgjohansen/hucore/blob/master/exampleSite/config.toml)__:\n\n```toml\nbaseurl = \"https://example.com\"\nlanguageCode = \"en-US\"\ntitle = \"[Hu]Core\"\ntheme = \"Hucore\"\ncopyright = \"\u0026copy; 2017 | Follow on \u003ca href=\\\"https://twitter.com/mgjohansen\\\" target=\\\"_blank\\\"\u003eTwitter\u003c/a\u003e | \u003ca href=\\\"https://github.com/mgjohansen/hucore.git\\\" target=\\\"_blank\\\"\u003e[Hu]Core theme\u003c/a\u003e \u0026 \u003ca href=\\\"http://gohugo.io\\\" target=\\\"_blank\\\"\u003eHugo\u003c/a\u003e ♥\"\ndisqusShortname = \"shortname\"\ngoogleAnalytics = \"trackingcode\"\n\n[taxonomies]\ntag = \"tags\"\ncategory = \"categories\"\n\n[params]\ndescription = \"Your description here\"\nkeywords = [\"keyword 1\", \"keyword 2\", \"keyword 3\"]\nauthor = \"Morten Johansen\"\nsharingicons = true\ndisplayauthor = true\n\n[params.highlight]\nstyle = \"github\"\nlanguages = [\"go\", \"dockerfile\"]\n\n[[params.social]]\nurl = \"https://github.com/mgjohansen\"\nfa_icon = \"fa-github\"\n\n[[params.social]]\nurl = \"https://gitlab.com/mgjohansen\"\nfa_icon = \"fa-gitlab\"\n\n[[params.social]]\nurl = \"https://twitter.com/mgjohansen\"\nfa_icon = \"fa-twitter\"\n\n[[params.social]]\nurl = \"https://linkedin.com/in/mgjohansen\"\nfa_icon = \"fa-linkedin-square\"\n\n[[params.social]]\nurl = \"/index.xml\"\nfa_icon = \"fa-rss\"\n\n[[params.socialshare]]\nurl = \"https://linkedin.com/in/mgjohansen\"\nfa_icon = \"fa-linkedin-square\"\n```\n\n## Build\n\n```\nhugo server\n```\n\nYou can go to localhost:1313 and this theme should be visible.\n\n## License\n\nHucore is licensed under the [MIT License](LICENSE.md).\n\n## Author\n\n[Morten Johansen](https://github.com/mgjohansen)\n\n## Credits\n\nHucore is based on [Hemingway2](https://gitlab.com/beli3ver/hemingway2) created by [Malte Kiefer](https://github.com/beli3ver).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmojoaar%2Fhucore","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmojoaar%2Fhucore","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmojoaar%2Fhucore/lists"}