{"id":14981375,"url":"https://github.com/vaga/hugo-theme-m10c","last_synced_at":"2025-04-14T06:07:14.259Z","repository":{"id":34112405,"uuid":"166530704","full_name":"vaga/hugo-theme-m10c","owner":"vaga","description":"A minimalistic (m10c) blog theme for Hugo","archived":false,"fork":false,"pushed_at":"2025-01-23T15:14:39.000Z","size":2889,"stargazers_count":499,"open_issues_count":12,"forks_count":301,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-04-14T06:07:06.645Z","etag":null,"topics":["dark","hugo","minimalistic","responsive","theme"],"latest_commit_sha":null,"homepage":"https://themes.gohugo.io/hugo-theme-m10c/","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/vaga.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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-01-19T09:43:35.000Z","updated_at":"2025-04-11T15:28:13.000Z","dependencies_parsed_at":"2023-11-21T03:29:09.975Z","dependency_job_id":"e0bb2f6e-a663-49f1-9d8a-61e3cd52cd18","html_url":"https://github.com/vaga/hugo-theme-m10c","commit_stats":{"total_commits":62,"total_committers":19,"mean_commits":3.263157894736842,"dds":0.532258064516129,"last_synced_commit":"ee7cf174616f3586c02f7b29ac0512f5fe174955"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vaga%2Fhugo-theme-m10c","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vaga%2Fhugo-theme-m10c/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vaga%2Fhugo-theme-m10c/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vaga%2Fhugo-theme-m10c/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vaga","download_url":"https://codeload.github.com/vaga/hugo-theme-m10c/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248830397,"owners_count":21168272,"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":["dark","hugo","minimalistic","responsive","theme"],"created_at":"2024-09-24T14:03:26.640Z","updated_at":"2025-04-14T06:07:14.225Z","avatar_url":"https://github.com/vaga.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# m10c theme\n\n![Intro](https://github.com/vaga/hugo-theme-m10c/blob/master/images/cover.png)\n\nA Hugo minimalistic theme for bloggers\n\nMain features:\n\n- Fully responsive\n- Twitter Cards, Open Graph, Disqus and Google Analytics supported (see Hugo docs)\n- Customizable colors\n- Customizable picture and description\n- Customizable menu on sidebar\n- Customizable social media links on sidebar\n- Optimized for performance 100/100 on Lighthouse\n- All Feather and Simple Icons icons included\n\n## Getting started\n\n### Installation\n\nCreate a new Hugo site:\n```bash\n$ hugo new site [path]\n```\n\nClone this repository into `themes/` directory:\n```bash\n$ cd [path]\n$ git clone https://github.com/vaga/hugo-theme-m10c.git themes/hugo-theme-m10c\n```\n\nAdd this line  in the `config.toml` file:\n```toml\ntheme = \"hugo-theme-m10c\"\n```\n\n### Configuration\n\nIn your `config.toml` file, define the following variables in `params`:\n\n- `author`: Name of the author\n- `description`: Short description of the author\n- `avatar`: Path of file containing the author avatar image\n- `menu_item_separator`: Separator between each menu item. HTML allowed (default: \" - \")\n- `favicon`: Absolute path of your favicon.ico file (default: \"/favicon.ico\")\n\nTo add a menu item, add the following lines in `menu`:\n\n```\n[[menu.main]]\n  identifier = \"tags\"\n  name = \"Tags\"\n  url = \"/tags/\"\n```\n\n[Read Hugo documentations](https://gohugo.io/content-management/menus/#readout) for more informations about menu\n\nTo add a social link, add the following lines in `params`:\n\n```\n[[params.social]]\n  icon = \"brand-github\"\n  name = \"My Github\"\n  url = \"https://github.com/vaga\"\n```\n\nTo change theme colors, add the following lines in `params`:\n\n```\n[params.style]\n  darkestColor = \"#d35050\"\n  darkColor = \"#212121\"\n  lightColor = \"#f5e3e0\"\n  lightestColor = \"#f5f5f5\"\n  primaryColor = \"#ffffff\"\n```\n\nIf you want the above theme colors, you can see the [exampleSite/config.toml](/exampleSite/config.toml) file.\n\n### Icons\n\nThis theme uses two libraries for icons:\n\n- [Feather](https://feathericons.com/) is used for application-related icons.\n- [Simple Icons](https://simpleicons.org) is used for brand icons.\n\nTo differentiate brand icons from regular ones, the prefix `brand-` is added\nto all icons from the Simple Icons library. (e.g., brand-github, brand-x, brand-mastodon...)\n\n### Styling\n\nTo override styles using scss, add a file called `_extra.scss` to `[path]/assets/css/`\n\n**Note:** Hugo releases come in two versions, `hugo` and `hugo_extended`. You need `hugo_extended` to automatically compile your scss.\n\n## License\n\nThis theme is released under the [**MIT**](/LICENSE.md) License.\n\n## Acknowledgements\n\n- [Feather](https://feathericons.com/) - [MIT](https://github.com/feathericons/feather/blob/master/LICENSE)\n- [Simple Icons](https://simpleicons.org) - [CC0 1.0](https://github.com/simple-icons/simple-icons/blob/develop/LICENSE.md)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvaga%2Fhugo-theme-m10c","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvaga%2Fhugo-theme-m10c","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvaga%2Fhugo-theme-m10c/lists"}