{"id":30031086,"url":"https://github.com/akopdev/hugo-theme-chicago7","last_synced_at":"2026-02-09T01:03:01.417Z","repository":{"id":305604912,"uuid":"1023217204","full_name":"akopdev/hugo-theme-chicago7","owner":"akopdev","description":"A minimal, retro-inspired Hugo theme with an Apple System 7 aesthetic and zero JS","archived":false,"fork":false,"pushed_at":"2026-02-01T12:06:57.000Z","size":1757,"stargazers_count":21,"open_issues_count":1,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-02-01T21:44:35.170Z","etag":null,"topics":["blog","css","hugo-theme","minimalistic-theme","monospace","per","retrocomputing"],"latest_commit_sha":null,"homepage":"http://akop.dev/hugo-theme-chicago7/","language":"SCSS","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/akopdev.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-07-20T19:13:18.000Z","updated_at":"2026-02-01T12:07:00.000Z","dependencies_parsed_at":"2025-09-02T18:05:56.182Z","dependency_job_id":"1c91e2b4-8f32-42ec-9b33-b2f985f8bf18","html_url":"https://github.com/akopdev/hugo-theme-chicago7","commit_stats":null,"previous_names":["akopdev/hugo-theme-chicago77","akopdev/hugo-theme-chicago7"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/akopdev/hugo-theme-chicago7","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akopdev%2Fhugo-theme-chicago7","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akopdev%2Fhugo-theme-chicago7/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akopdev%2Fhugo-theme-chicago7/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akopdev%2Fhugo-theme-chicago7/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/akopdev","download_url":"https://codeload.github.com/akopdev/hugo-theme-chicago7/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akopdev%2Fhugo-theme-chicago7/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29252656,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-08T22:49:53.206Z","status":"ssl_error","status_checked_at":"2026-02-08T22:49:51.384Z","response_time":57,"last_error":"SSL_read: 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":["blog","css","hugo-theme","minimalistic-theme","monospace","per","retrocomputing"],"created_at":"2025-08-06T19:02:58.182Z","updated_at":"2026-02-09T01:03:01.413Z","avatar_url":"https://github.com/akopdev.png","language":"SCSS","readme":"\u003ch1 align=\"center\"\u003eChicago 7\u003c/h1\u003e\n\u003cp align=\"center\"\u003eEmbracing the power of less\u003c/p\u003e\n\u003cp align=\"center\"\u003e\u003ca href=\"https://akop.dev/hugo-theme-chicago7\"\u003eLive Demo\u003c/a\u003e\u003c/p\u003e\n\n\n[![Chicago7](https://img.shields.io/badge/Hugo--Themes-@Chicago7-blue)](https://themes.gohugo.io/themes/hugo-theme-chicago7/)\n[![Minimum Hugo Version](https://img.shields.io/static/v1?label=min-HUGO-version\u0026message=\u003e=v0.90.0\u0026color=blue\u0026logo=hugo)](https://github.com/gohugoio/hugo/releases/tag/v0.146.0)\n[![GitHub](https://img.shields.io/github/license/adityatelange/hugo-PaperMod)](https://github.com/akopdev/hugo-theme-chicago7/blob/main/LICENSE)\n\n![Chicago7 Hugo Theme](https://github.com/akopdev/hugo-theme-chicago7/blob/main/images/tn.png)\n\n![Chicago7 Hugo Theme](https://github.com/akopdev/hugo-theme-chicago7/blob/main/images/screenshot.png)\n\n## Features\n- Minimalistic and lightweight color scheme built with [PicoCSS](https://picocss.com/). No JavaScript or complicated tooling.\n- Fully responsive design, prioritizing semantic HTML.\n- Monospaced font with a nostalgic System 7 vibe, inspired by the classic Chicago typeface.\n- Light and Dark mode support.\n- Easy to customize and extend.\n\n## How to start\n\nThe easiest way is to download the theme from GitHub and copy it into `themes/chicago7`, or clone it directly using Git.\n\n```sh\ngit submodule add https://github.com/akopdev/hugo-theme-chicago7.git themes/chicago7\n```\n\n### Install as a Hugo Module\n\nYou can also install the theme as a Hugo module. Keep in mind that, by default, the theme will not appear in the themes directory. \nThis means you’ll be using the version of the theme exactly as it exists in the repository at the time you fetch it.\n\nAdd theme link to `hugo.toml` file:\n\n```toml\ntheme = ['github.com/akopdev/hugo-theme-chicago7']\n```\n\nAlthough specifying modules in the theme array works fine, you have more control if you explicitly import the theme as a module:\n\n```toml\n[module]\n[[module.imports]]\npath = 'github.com/akopdev/hugo-theme-chicago7'\n```\nThen, to load/update the theme module and run hugo:\n\n```sh\nhugo mod get -u\nhugo server --minify\n```\n\n### Example of creating site from scratch\n\nBelow is an example on how to create a new site from scratch:\n\n```sh\nhugo new site my-blog\ncd my-blog\nhugo mod init github.com/\u003cusername\u003e/my-blog\necho \"theme = ['github.com/akopdev/hugo-theme-chicago7']\" \u003e\u003e hugo.toml\nhugo server\n```\n\n\n## How to configure\n\nThere are a few configuration options that you can add to your `hugo.toml` file.\nCheck [example site](exampleSite/hugo.toml) for more info.\n\n*Supported social media links*:\n\n- Behance  \n- Goodreads\n- Dribbble \n- Facebook \n- Feed     \n- Github  \n- Gplus    \n- Instagram\n- Linkedin \n- Pinterest\n- Soundcloud\n- Twitter        \n- Vimeo    \n- Youtube  \n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fakopdev%2Fhugo-theme-chicago7","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fakopdev%2Fhugo-theme-chicago7","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fakopdev%2Fhugo-theme-chicago7/lists"}