{"id":15287912,"url":"https://github.com/gyorb/hugo-dusk","last_synced_at":"2026-03-04T13:32:02.791Z","repository":{"id":98101431,"uuid":"89065581","full_name":"gyorb/hugo-dusk","owner":"gyorb","description":"Simple, minimalistic dark theme for Hugo.","archived":false,"fork":false,"pushed_at":"2025-12-13T20:07:47.000Z","size":2687,"stargazers_count":60,"open_issues_count":3,"forks_count":40,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-12-15T15:22:49.450Z","etag":null,"topics":["blog","dark","hugo","hugo-blog-theme","hugo-theme","minimalistic","static-site","theme"],"latest_commit_sha":null,"homepage":"","language":"CSS","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/gyorb.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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,"zenodo":null}},"created_at":"2017-04-22T11:43:42.000Z","updated_at":"2025-12-13T20:07:50.000Z","dependencies_parsed_at":"2024-12-30T05:20:20.114Z","dependency_job_id":"794fc1d2-8bd6-43f5-a569-04eb0b1361d5","html_url":"https://github.com/gyorb/hugo-dusk","commit_stats":{"total_commits":75,"total_committers":9,"mean_commits":8.333333333333334,"dds":0.1466666666666666,"last_synced_commit":"e1b220856e013086810f22709f0ce0335143f263"},"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/gyorb/hugo-dusk","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gyorb%2Fhugo-dusk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gyorb%2Fhugo-dusk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gyorb%2Fhugo-dusk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gyorb%2Fhugo-dusk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gyorb","download_url":"https://codeload.github.com/gyorb/hugo-dusk/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gyorb%2Fhugo-dusk/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30081426,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-04T13:22:36.021Z","status":"ssl_error","status_checked_at":"2026-03-04T13:20:45.750Z","response_time":59,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["blog","dark","hugo","hugo-blog-theme","hugo-theme","minimalistic","static-site","theme"],"created_at":"2024-09-30T15:39:32.600Z","updated_at":"2026-03-04T13:32:02.750Z","avatar_url":"https://github.com/gyorb.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"Simple minimalistic dark theme for [Hugo](https://gohugo.io/).\n\n![screenshot](https://github.com/gyorb/hugo-dusk/blob/master/images/tn.png \"screenshot\")\n\n## Features\n\n* Responsive minimalistic design\n* Configurable theme colors (with custom css file)\n* Syntax highlight with builtin [Chroma](http://gohugo.io/content-management/syntax-highlighting/)\n* [OpenGraph](http://ogp.me/), [Twitter cards](https://dev.twitter.com/cards/overview) support\n* [Mastodon](https://joinmastodon.org/) [verification](https://joinmastodon.org/verification)\n* [Fediverse creator tag](https://blog.joinmastodon.org/2024/07/highlighting-journalism-on-mastodon/)\n* [Disqus](https://disqus.com/) comments support\n* [Utterances](https://utteranc.es/) comments support\n* [Google analytics](https://www.google.com/analytics/)\n* Configurable pagination for posts\n* Lazy menu\n* Custom 404 page\n\n## Installation\n\n~~~sh\n$ mkdir themes\n$ cd themes\n$ git clone https://github.com/gyorb/hugo-dusk\n~~~\n\n## Configuration\n\nExample configuration:\n\n~~~~toml\nbaseurl = \"/\"\ntitle = \"My site.\"\ncopyright = \"Copyright (c) 2017, all rights reserved.\"\ncanonifyurls = true\nlanguageCode = \"en-US\"\npaginate = 3\ntheme = \"hugo-dusk\"\n\ngoogleAnalytics = \"\"\ndisqusShortname = \"\"\n\n[params.author]\n  name = \"Author name\"\n  intro = \"\"\"\\\n    'hugo-dusk' theme for [hugo](https://gohugo.io/) an open-source static site generator.\\\n  \"\"\"\n\nSectionPagesMenu = \"main\"\n\n[taxonomies]\n  archive = \"archive\"\n  blog = \"blog\"\n  category = \"categories\"\n  series = \"series\"\n  tag = \"tags\"\n\n# Configure syntax highlight\n[markup]\n  [markup.highlight]\n    style = \"gruvbox\"  # dark themes: monokai, api, fruity, native, rrt, swapoff ... https://xyproto.github.io/splash/docs/longer/all.html\n\n[[menu.main]]\n  name = \"Blog\"\n  weight = -120\n  identifier = \"blog\"\n  url = \"/blog/\"\n\n[[menu.main]]\n  name = \"Tags\"\n  weight = -110\n  identifier = \"tag\"\n  url = \"/tags/\"\n\n[[menu.main]]\n  name = \"Archive\"\n  weight = -100\n  identifier = \"archive\"\n  url = \"/archive/\"\n\n[params.meta]\n  keywords = \"blog, tech\"\n  description = \"Personal blog.\"\n[params.meta.fediverse]\n  creator = \"@username@mastodon.server\" # https://blog.joinmastodon.org/2024/07/highlighting-journalism-on-mastodon/\n\n[params]\n  mainSections = ['blog']\n  github = \"github id\"\n  gitlab = \"gitlab id\"\n  twitter = \"twitter id\"\n  linkedin = \"linkedin id\"\n  email = \"myemail\"\n  theme_colors = \"default-dark\" # uses color css file under static/css/default-dark.css\n  enable_separate_main_page = false # enable a separate main page with author intro and recent posts instead of the list of posts\n  utterancesRepo=\"REPO_NAME\" # Utterances is enabled when this param is set\n  utterancesTheme=\"github-dark\" # Default: github-dark\n  utterancesIssueTerm=\"pathname\" # Default: pathname\n[params.mastodon] # https://joinmastodon.org/verification\n  username = \"username\"\n  server = \"https://example.com\"\n~~~~\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgyorb%2Fhugo-dusk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgyorb%2Fhugo-dusk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgyorb%2Fhugo-dusk/lists"}