{"id":25168196,"url":"https://github.com/aarol/hugo-theme-groovy","last_synced_at":"2026-02-18T21:18:10.006Z","repository":{"id":46705431,"uuid":"474663940","full_name":"aarol/hugo-theme-groovy","owner":"aarol","description":null,"archived":false,"fork":false,"pushed_at":"2025-01-19T19:19:45.000Z","size":506,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-19T20:27:39.241Z","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/aarol.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":"2022-03-27T14:35:44.000Z","updated_at":"2025-01-19T19:19:47.000Z","dependencies_parsed_at":"2023-02-10T11:15:31.762Z","dependency_job_id":"5d620bea-479f-4b40-b7a7-916d70d9e353","html_url":"https://github.com/aarol/hugo-theme-groovy","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/aarol%2Fhugo-theme-groovy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aarol%2Fhugo-theme-groovy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aarol%2Fhugo-theme-groovy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aarol%2Fhugo-theme-groovy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aarol","download_url":"https://codeload.github.com/aarol/hugo-theme-groovy/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":237915426,"owners_count":19386727,"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-02-09T07:06:43.712Z","updated_at":"2025-10-24T05:30:44.894Z","avatar_url":"https://github.com/aarol.png","language":"HTML","funding_links":[],"categories":["HTML"],"sub_categories":[],"readme":"# Groovy theme for Hugo\n\nDark theme inspired by the Gruvbox color scheme\n\n## PREVIEW: \u003chttps://aarol.dev\u003e\n\nThe theme is made to be simple and can be extended easily without unnecessary build steps.\n\nThis theme requires hugo **extended** 0.124 or higher because it needs Hugo's built in sass compiler and Webp encoder.\n\n## Getting started\n\nYou can clone this repository to test out the theme, but you should fork it instead if you want to make modifications.\n\n```sh\ngit submodule add https://github.com/aarol/hugo-theme-groovy.git themes/groovy\n```\n\nIn your `config.toml`:\n\n```toml\nbaseURL = '/'\nlanguageCode = 'en-us'\ntheme = 'groovy'\ntitle = '\u003ctitle\u003e'\n\n[params]\n  subtitle = 'A programming blog/personal site'\n\n[languages]\n[languages.en]\nlanguageCode=\"en\"\nlanguageName=\"English\"\n\n[menu]\n[[menu.main]]\n  identifier = \"about\"\n  name = \"About\"\n  url = \"/about\"\n\n[[menu.main]]\n  identifier = \"posts\"\n  name = \"Posts\"\n  url = \"/\"\n\n[[menu.main]]\n  identifier = \"projects\"\n  name = \"Projects\"\n  url = \"/projects\"    \n```\n\nCreate a new post:\n\n```bash\nhugo new posts/my-first-post.md\n```\n\nTo insert images, create a directory /content/posts/{slug}, then rename /content/posts/{slug}.md to /content/posts/{slug}/index.md\n\nThen adding images is as simple as copying them to the same directory and linking with the markdown image syntax.\n\n## Features\n\n- Syntax highlighting with the Gruvbox theme. To enable, copy this to your site's `config.toml`:\n\n  ```toml\n  [markup]\n    [markup.highlight]\n        codeFences = true\n        guessSyntax = true\n        tabWidth = 4\n        noClasses = false\n  ```\n\n- Math rendering using Katex: To enable, use the math parameter in frontmatter.\n\n  ```yaml\n  ---\n  math: true\n  ---\n  ```\n\n- Mermaid graphs: To enable, create a codeblock with the language \"mermaid\":\n  \n  ````markdown\n  ```mermaid\n  graph TD;\n    A--\u003eB;\n    A--\u003eC;\n  ```\n  ````\n\n- Images are automatically converted to webp for better compression and displayed when supported by the browser.\n- Text in the 'title' section of images is put below the image as a caption.\n- Automatically generates OpenGraph preview thumbnails\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faarol%2Fhugo-theme-groovy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faarol%2Fhugo-theme-groovy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faarol%2Fhugo-theme-groovy/lists"}