{"id":29694158,"url":"https://github.com/ebkalderon/terminus","last_synced_at":"2026-05-14T22:46:57.856Z","repository":{"id":299947272,"uuid":"938993195","full_name":"ebkalderon/terminus","owner":"ebkalderon","description":"A dark retro theme for Zola","archived":false,"fork":false,"pushed_at":"2025-08-25T02:22:18.000Z","size":5471,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-25T05:44:25.754Z","etag":null,"topics":["accessible","blog","blog-theme","dark-theme","firacode","markdown","monospace","portfolio","retro","static-site","terminal","zola","zola-theme"],"latest_commit_sha":null,"homepage":"https://ebkalderon.github.io/terminus/","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/ebkalderon.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,"zenodo":null}},"created_at":"2025-02-25T20:25:36.000Z","updated_at":"2025-08-25T02:21:51.000Z","dependencies_parsed_at":"2025-07-23T02:28:37.888Z","dependency_job_id":"35bd2b64-9aff-4cd0-b0d0-1fb769b426eb","html_url":"https://github.com/ebkalderon/terminus","commit_stats":null,"previous_names":["ebkalderon/terminus"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ebkalderon/terminus","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ebkalderon%2Fterminus","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ebkalderon%2Fterminus/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ebkalderon%2Fterminus/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ebkalderon%2Fterminus/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ebkalderon","download_url":"https://codeload.github.com/ebkalderon/terminus/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ebkalderon%2Fterminus/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274268375,"owners_count":25253390,"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","status":"online","status_checked_at":"2025-09-09T02:00:10.223Z","response_time":80,"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":["accessible","blog","blog-theme","dark-theme","firacode","markdown","monospace","portfolio","retro","static-site","terminal","zola","zola-theme"],"created_at":"2025-07-23T08:38:53.973Z","updated_at":"2026-05-14T22:46:57.845Z","avatar_url":"https://github.com/ebkalderon.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Terminus\n\nAn accessible [Zola](https://github.com/getzola/zola) theme with a dark color\nscheme and retro computer terminal-like vibe, multi-language support, zero\nrequired JavaScript, pretty font ligatures, and a perfect baseline Lighthouse\nscore.\n\n**Try the demo now:** https://ebkalderon.github.io/terminus/\n\n![Screenshot of the Terminus demo website on a desktop browser](https://github.com/user-attachments/assets/ae7c378b-2987-4dbd-a84e-7d272e8856bc)\n\nTerminus is largely a port of Radek Kozieł's [Terminal Theme for\nHugo](https://github.com/panr/hugo-theme-terminal) but with several key\ndifferences. Credit to the [zerm](https://github.com/ejmg/zerm) and\n[tabi](https://github.com/welpo/tabi) themes for inspiring some of these\nchanges.\n\n* Better accessibility (WCAG 2.2 Level AA minimum target)\n* Mobile-first design with improved responsiveness\n* Social media icons in footer\n* Support for [GitHub-style alerts]\n* SEO friendly (better OpenGraph support, will add Schema.org eventually)\n* No post image previews for a cleaner look\n\n[GitHub-style alerts]: https://ebkalderon.github.io/terminus/blog/shortcodes/#alert-shortcode\n\n## Features\n\n- [x] Perfect baseline Lighthouse score (Performance, Accessibility, Best Practices and SEO).\n- [x] [Social media icons in footer](./theme.toml#L70-L73)\n- [x] [Custom shortcodes](https://ebkalderon.github.io/terminus/blog/shortcodes/)\n- [x] Copy button on code blocks\n- [ ] [Comprehensive documentation] (still working on it!)\n- [ ] Searchable archive page\n- [ ] Projects portfolio page\n- [ ] Site navigation submenus\n- [x] Customizable [color schemes](./theme.toml#L22-L27)\n- [x] [KaTeX](https://katex.org/) support for mathematical notation\n\n[Comprehensive documentation]: https://ebkalderon.github.io/terminus/\n\n## Getting Started\n\n### Manual Installation\n\n1. Initialize a Git repository in your [Zola project directory], if you haven't\n   already:\n   ```bash\n   git init\n   ```\n2. Add the theme as a Git submodule:\n   ```\n   git submodule add https://github.com/ebkalderon/terminus.git themes/terminus\n   ```\n3. Enable the theme in your `config.toml`:\n   ```toml\n   theme = \"terminus\"\n   ```\n4. Set a website `title` in your  `config.toml`:\n   ```toml\n   title = \"Your Site Title\"\n   ```\n5. Create a text file named `content/_index.md`. This file controls how your\n   home page looks and behaves. Choose _exactly one_ of the following options:\n   1. **Serve blog posts from `/`:**\n      ```markdown\n      +++\n      title = \"Home\"\n      paginate_by = 5  # Show 5 posts per page.\n      +++\n      ```\n   2. **Serve posts from a different path, e.g. `blog/`:**\n      ```markdown\n      +++\n      title = \"Home\"\n\n      [extra]\n      section_path = \"blog/_index.md\"  # Where to find your posts.\n      max_posts = 5  # Show 5 posts and a link to blog section on home page.\n      +++\n      ```\n\n[Zola project directory]: https://www.getzola.org/documentation/getting-started/cli-usage/#init\n\n### Updating Terminus\n\nTo update the Terminus theme as a Git submodule, run:\n\n```bash\ngit submodule update --remote themes/terminus\n```\n\n## License\n\nThis project is licensed under the terms of the [MIT license](./LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Febkalderon%2Fterminus","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Febkalderon%2Fterminus","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Febkalderon%2Fterminus/lists"}