{"id":20611977,"url":"https://github.com/tcarrio/after-midnight","last_synced_at":"2026-07-16T04:31:38.729Z","repository":{"id":186629709,"uuid":"675427896","full_name":"tcarrio/after-midnight","owner":"tcarrio","description":"A Zola theme forked from after-dark for my personal blog","archived":false,"fork":false,"pushed_at":"2024-04-02T04:41:47.000Z","size":7200,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-06-19T06:31:40.093Z","etag":null,"topics":["blog","theme","zola","zola-theme"],"latest_commit_sha":null,"homepage":"https://blog.carrio.dev","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/tcarrio.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":"2023-08-06T22:00:01.000Z","updated_at":"2024-04-02T04:02:20.000Z","dependencies_parsed_at":null,"dependency_job_id":"ba228c9a-77c5-4d89-8520-a20ae3e5f348","html_url":"https://github.com/tcarrio/after-midnight","commit_stats":null,"previous_names":["tcarrio/0xc-dark","tcarrio/after-midnight"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/tcarrio/after-midnight","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tcarrio%2Fafter-midnight","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tcarrio%2Fafter-midnight/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tcarrio%2Fafter-midnight/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tcarrio%2Fafter-midnight/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tcarrio","download_url":"https://codeload.github.com/tcarrio/after-midnight/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tcarrio%2Fafter-midnight/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35531123,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-16T02:00:06.687Z","response_time":83,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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","theme","zola","zola-theme"],"created_at":"2024-11-16T10:22:47.550Z","updated_at":"2026-07-16T04:31:38.712Z","avatar_url":"https://github.com/tcarrio.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# after-midnight\n\n![After Midnight screenshot](./screenshot.png)\n\n## Contents\n\n- [Installation](#installation)\n- [Options](#options)\n  - [Top menu](#top-menu)\n  - [Title](#title)\n  - [Author](#author)\n\n## Installation\n\nFirst download this theme to your `themes` directory:\n\n```bash\ncd themes\ngit clone https://github.com/tcarrio/after-midnight.git\n```\nand then enable it in your `config.toml`:\n\n```toml\ntheme = \"after-midnight\"\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\", feed = true},\n    {name = \"tags\", feed = true},\n]\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\n\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\n\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### Author\n\nYou can set this on a per page basis or in the config file.\n\n`config.toml`:\n```toml\n[extra]\nauthor = \"John Smith\"\n```\nIn a page (wrap this in +++):\n```toml\ntitle = \"...\"\ndate = 1970-01-01\n\n[extra]\nauthor = \"John Smith\"\n```\n\n## Original\n\nThis template is based on the [After Dark template](https://github.com/getzola/after-dark) which was based on the [Hugo template](https://git.habd.as/comfusion/after-dark)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftcarrio%2Fafter-midnight","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftcarrio%2Fafter-midnight","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftcarrio%2Fafter-midnight/lists"}