{"id":13400756,"url":"https://github.com/thegeeklab/hugo-geekdoc","last_synced_at":"2025-05-14T23:07:01.566Z","repository":{"id":37009467,"uuid":"231097194","full_name":"thegeeklab/hugo-geekdoc","owner":"thegeeklab","description":"Hugo theme made for documentation","archived":false,"fork":false,"pushed_at":"2025-05-14T12:15:41.000Z","size":21218,"stargazers_count":523,"open_issues_count":12,"forks_count":321,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-05-14T13:36:46.954Z","etag":null,"topics":["documentation","hugo","hugo-theme","theme"],"latest_commit_sha":null,"homepage":"https://geekdocs.de","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/thegeeklab.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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,"zenodo":null}},"created_at":"2019-12-31T13:53:04.000Z","updated_at":"2025-05-12T17:09:35.000Z","dependencies_parsed_at":"2023-12-22T10:42:19.874Z","dependency_job_id":"5eb72e6c-2640-44f7-99de-d57dc48c1cab","html_url":"https://github.com/thegeeklab/hugo-geekdoc","commit_stats":{"total_commits":925,"total_committers":36,"mean_commits":"25.694444444444443","dds":0.6345945945945946,"last_synced_commit":"a785bbdfb01a4952a94c8049806059818f197b28"},"previous_names":[],"tags_count":173,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thegeeklab%2Fhugo-geekdoc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thegeeklab%2Fhugo-geekdoc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thegeeklab%2Fhugo-geekdoc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thegeeklab%2Fhugo-geekdoc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thegeeklab","download_url":"https://codeload.github.com/thegeeklab/hugo-geekdoc/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254243362,"owners_count":22038046,"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":["documentation","hugo","hugo-theme","theme"],"created_at":"2024-07-30T19:00:55.159Z","updated_at":"2025-05-14T23:06:56.557Z","avatar_url":"https://github.com/thegeeklab.png","language":"HTML","funding_links":[],"categories":["HTML","documentation"],"sub_categories":[],"readme":"# Geekdoc\n\n[![Build Status](https://ci.thegeeklab.de/api/badges/thegeeklab/hugo-geekdoc/status.svg)](https://ci.thegeeklab.de/repos/thegeeklab/hugo-geekdoc)\n[![Hugo Version](https://img.shields.io/badge/hugo-0.124-blue.svg)](https://gohugo.io)\n[![GitHub release](https://img.shields.io/github/v/release/thegeeklab/hugo-geekdoc)](https://github.com/thegeeklab/hugo-geekdoc/releases/latest)\n[![GitHub contributors](https://img.shields.io/github/contributors/thegeeklab/hugo-geekdoc)](https://github.com/thegeeklab/hugo-geekdoc/graphs/contributors)\n[![License: MIT](https://img.shields.io/github/license/thegeeklab/hugo-geekdoc)](https://github.com/thegeeklab/hugo-geekdoc/blob/main/LICENSE)\n\nGeekdoc is a simple Hugo theme for documentations. It is intentionally designed as a fast and lean theme and may not fit the requirements of complex projects. If a more feature-complete theme is required there are a lot of good alternatives out there. You can find a demo and the full documentation at [https://geekdocs.de](https://geekdocs.de).\n\n![Desktop and mobile preview](https://raw.githubusercontent.com/thegeeklab/hugo-geekdoc/main/images/readme.png)\n\n## Build and release process\n\nThis theme is subject to a CI driven build and release process common for software development. During the release build, all necessary assets are automatically built by [webpack](https://webpack.js.org/) and bundled in a release tarball. You can download the latest release from the GitHub [release page](https://github.com/thegeeklab/hugo-geekdoc/releases).\n\nDue to the fact that `webpack` and `npm scripts` are used as pre-processors, the theme cannot be used from the main branch by default. If you want to use the theme from a cloned branch instead of a release tarball you'll need to install `webpack` locally and run the build script once to create all required assets.\n\n```shell\n# install required packages from package.json\nnpm install\n\n# run the build script to build required assets\nnpm run build\n\n# build release tarball\nnpm run pack\n```\n\nSee the [Getting Started Guide](https://geekdocs.de/usage/getting-started/) for details about the different setup options.\n\n## Contributors\n\nSpecial thanks to all [contributors](https://github.com/thegeeklab/hugo-geekdoc/graphs/contributors). If you would like to contribute, please see the [instructions](https://github.com/thegeeklab/hugo-geekdoc/blob/main/CONTRIBUTING.md).\n\nGeekdoc is inspired and partially based on the [hugo-book](https://github.com/alex-shpak/hugo-book) theme, thanks [Alex Shpak](https://github.com/alex-shpak/) for your work.\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](https://github.com/thegeeklab/hugo-geekdoc/blob/main/LICENSE) file for details.\n\nThe used SVG icons and generated icon fonts are licensed under the license of the respective icon pack:\n\n- Font Awesome: [CC BY 4.0 License](https://github.com/FortAwesome/Font-Awesome#license)\n- IcoMoon Free Pack: [GPL/CC BY 4.0](https://icomoon.io/#icons-icomoon)\n- Material Icons: [Apache License 2.0](https://github.com/google/material-design-icons/blob/main/LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthegeeklab%2Fhugo-geekdoc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthegeeklab%2Fhugo-geekdoc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthegeeklab%2Fhugo-geekdoc/lists"}