{"id":16539603,"url":"https://github.com/al3rez/after-dark","last_synced_at":"2026-04-21T19:01:31.008Z","repository":{"id":127306483,"uuid":"252986099","full_name":"al3rez/after-dark","owner":"al3rez","description":null,"archived":false,"fork":false,"pushed_at":"2020-04-04T12:26:23.000Z","size":120,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-09T10:39:16.210Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/al3rez.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":"2020-04-04T12:05:15.000Z","updated_at":"2020-04-04T12:26:25.000Z","dependencies_parsed_at":"2023-06-28T19:01:02.398Z","dependency_job_id":null,"html_url":"https://github.com/al3rez/after-dark","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/al3rez/after-dark","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/al3rez%2Fafter-dark","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/al3rez%2Fafter-dark/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/al3rez%2Fafter-dark/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/al3rez%2Fafter-dark/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/al3rez","download_url":"https://codeload.github.com/al3rez/after-dark/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/al3rez%2Fafter-dark/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32105868,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-21T11:25:29.218Z","status":"ssl_error","status_checked_at":"2026-04-21T11:25:28.499Z","response_time":128,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":[],"created_at":"2024-10-11T18:49:46.346Z","updated_at":"2026-04-21T19:01:30.993Z","avatar_url":"https://github.com/al3rez.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# after-dark\n\n![after-dark screenshot](https://github.com/getzola/after-dark/blob/master/screenshot.png?raw=true)\n\n## Contents\n\n- [Installation](#installation)\n- [Options](#options)\n  - [Top menu](#top-menu)\n  - [Title](#title)\n\n## Installation\nFirst download this theme to your `themes` directory:\n\n```bash\n$ cd themes\n$ git clone https://github.com/getzola/after-dark.git\n```\nand then enable it in your `config.toml`:\n\n```toml\ntheme = \"after-dark\"\n```\n\nThis theme requires your index section (`content/_index.md`) to be paginated to work:\n\n```toml\npaginate_by = 5\n```\n\nThe posts should therefore be in directly under the `content` folder.\n\nThe theme requires tags and categories taxonomies to be enabled in your `config.toml`:\n\n```toml\ntaxonomies = [\n    # You can enable/disable RSS\n    {name = \"categories\", rss = true},\n    {name = \"tags\", rss = true},\n]\n```\nIf you want to paginate taxonomies pages, you will need to overwrite the templates\nas it only works for non-paginated taxonomies by default.\n\n\n## Options\n\n### Top-menu\nSet a field in `extra` with a key of `after_dark_menu`:\n\n```toml\nafter_dark_menu = [\n    {url = \"$BASE_URL\", name = \"Home\"},\n    {url = \"$BASE_URL/categories\", name = \"Categories\"},\n    {url = \"$BASE_URL/tags\", name = \"Tags\"},\n    {url = \"https://google.com\", name = \"Google\"},\n]\n```\n\nIf you put `$BASE_URL` in a url, it will automatically be replaced by the actual\nsite URL.\n\n### Title\nThe site title is shown on the homepage. As it might be different from the `\u003ctitle\u003e`\nelement that the `title` field in the config represents, you can set the `after_dark_title`\ninstead.\n\n## Original\nThis template is based on the Hugo template https://git.habd.as/comfusion/after-dark\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fal3rez%2Fafter-dark","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fal3rez%2Fafter-dark","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fal3rez%2Fafter-dark/lists"}