{"id":24328509,"url":"https://github.com/vhscom/after-dark","last_synced_at":"2025-09-27T14:30:41.642Z","repository":{"id":201746059,"uuid":"461099690","full_name":"vhscom/after-dark","owner":"vhscom","description":"🍞 A retro dark theme for Hugo. Mirror of After Dark on Codeberg. CANONICAL :point_down:","archived":false,"fork":false,"pushed_at":"2023-12-17T17:43:14.000Z","size":28143,"stargazers_count":7,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"trunk","last_synced_at":"2023-12-17T18:35:30.685Z","etag":null,"topics":["css","dark-theme","docker","gohugo","html5","hugo","hugo-theme","javascript","javascript-modules","vuejs"],"latest_commit_sha":null,"homepage":"https://codeberg.org/vhs/after-dark","language":"HTML","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/vhscom.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2022-02-19T05:48:59.000Z","updated_at":"2023-12-13T06:11:24.000Z","dependencies_parsed_at":"2023-12-17T18:43:00.439Z","dependency_job_id":null,"html_url":"https://github.com/vhscom/after-dark","commit_stats":null,"previous_names":["vhscom/after-dark"],"tags_count":158,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vhscom%2Fafter-dark","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vhscom%2Fafter-dark/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vhscom%2Fafter-dark/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vhscom%2Fafter-dark/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vhscom","download_url":"https://codeload.github.com/vhscom/after-dark/tar.gz/refs/heads/trunk","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":234443162,"owners_count":18833475,"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":["css","dark-theme","docker","gohugo","html5","hugo","hugo-theme","javascript","javascript-modules","vuejs"],"created_at":"2025-01-17T23:29:31.809Z","updated_at":"2025-09-27T14:30:41.119Z","avatar_url":"https://github.com/vhscom.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# After Dark\n\n[![Latest NPM version](https://flat.badgen.net/npm/v/after-dark)](https://www.npmjs.com/after-dark)\n[![Weekly downloads](https://flat.badgen.net/npm/dw/after-dark)](https://www.npmjs.com/after-dark)\n[![Minimum Hugo version](https://flat.badgen.net/badge/hugo/\u003e=0.51/FF4088)](https://gohugo.io)\n[![AGPL licensed](https://img.shields.io/npm/l/after-dark.svg?style=flat-square\u0026longCache=true)](https://codeberg.org/vhs/after-dark/src/branch/trunk/COPYING)\n\n## Highlights\n\n- **Developer Focused:** Cross-platform, 1 dependency, single-codebase.\n- **Incredibly Fast:** ~0.615s average build time and decisecond page loads.\n- **Privacy Aware:** No cookies, no trackers, no external requests.\n- **Securely Designed:** Source-level integrity checking and strict content security policy.\n- **Advanced Graphics:** BPG image support, PhotoSwipe support, aggressive lazy-loading.\n- **Easily Customized:** Override any theme template to compose your own views.\n- **Fuzzy Search:** Offline, automatic and no third-parties.\n- **Batteries Included**: Integrates with Gitea, Kubernetes, Traefik and Fathom Analytics.\n- **Extended Builds:** Add Sass support to your project and decrease built times.\n- **Detailed Docs:** Includes example documentation website written using After Dark.\n\n## Screenshot\n\n[![](https://codeberg.org/vhs/after-dark/raw/branch/trunk/docs/static/images/screenshots/after-dark-v6.15.0-homepage-fs8.png)](https://codeberg.org/vhs/after-dark)\n\n## Requirements\n\nHugo 0.51+ is the only requirement. ([Install Hugo](https://gohugo.io/getting-started/installing/)).\n\n### Installation\n\nThe fastest installation method is to run the quick install script:\n\n```sh\nwget -qO- https://codeberg.org/vhs/after-dark/raw/branch/trunk/bin/install | sh\n```\n\nQuick Install is ideal for first-time users and does not require use of git. Quick install will help you create and configure your site, install an example After Dark module, and generate a welcome post and online help documentation for offline use.\n\nBy convention After Dark may also be used with an existing Hugo site by git cloning to or adding as a submodule:\n\n```sh\nhugo-site\n├── static\n└── themes\n    └── after-dark # git clone or submodule\n```\n\nSee [Install a Single Theme](https://gohugo.io/themes/installing-and-using-themes/#install-a-single-theme) on the Hugo docs site for additional instructions.\n\nAfter Dark releases are tagged in git and [packaged on NPM](https://www.npmjs.com/package/after-dark). Use the NPM package to integrate After Dark into existing workflows.\n\n### Usage\n\nRun the online help server after installing for detailed instructions:\n\n```\n./themes/after-dark/bin/help\n```\n\nSee the [Hugo docs](https://gohugo.io/documentation/) as well. There's also a [Hugo community forum](https://discourse.gohugo.io/) in case you get stuck.\n\n### Upgrading\n\nRun the [Upgrade Script](https://vhs.codeberg.page/after-dark/feature/upgrade-script/) to check for updates and upgrade automatically:\n\n```sh\n./themes/after-dark/bin/upgrade\n```\n\nUpgrading replaces the file contents of the theme as a whole for security reasons. If you wish to modify the source please create a fork.\n\n### Verifying\n\nIf installed or upgraded via script you may use the [Release Validator](https://vhs.codeberg.page/after-dark/validate/) to verify you're running a PGP-signed and SHA-verified release. Integrity is checked at the source level and may be performed offline. See [Release Hashes](https://vhs.codeberg.page/after-dark/feature/release-hashes/) for more info.\n\n## Credits\n\nSpecial thanks to エゴイスト for [hackcss](https://codeberg.org/vhs/mirrors/hack), Dan Klammer for the [bytesize icons](https://codeberg.org/vhs/mirrors/bytesize-icons) and Vincent Prouillet for the [Zola port](https://www.getzola.org/themes/after-dark/).\n\n## Rights\n\nAfter Dark - A retro dark theme for Hugo.\u003cbr\u003e\nCopyright (C) 2019\u0026nbsp;\u0026nbsp;VHS \u0026lt;vhsdev@tutanota.com\u0026gt; (https://vhs.codeberg.page)\n\nAfter Dark is free software: you can redistribute it and/or modify\nit under the terms of the GNU Affero General Public License as published\nby the Free Software Foundation, either version 3 of the License, or\n(at your option) any later version.\n\nAfter Dark is distributed in the hope that it will be useful,\nbut WITHOUT ANY WARRANTY; without even the implied warranty of\nMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\nGNU Affero General Public License for more details.\n\nYou should have received a copy of the GNU Affero General Public License\nalong with this program.  If not, see \u003chttps://www.gnu.org/licenses/\u003e.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvhscom%2Fafter-dark","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvhscom%2Fafter-dark","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvhscom%2Fafter-dark/lists"}