{"id":28700693,"url":"https://github.com/tryghost/lyra","last_synced_at":"2025-06-14T11:32:22.605Z","repository":{"id":38753143,"uuid":"216335252","full_name":"TryGhost/Lyra","owner":"TryGhost","description":"A paid-members theme for Ghost","archived":false,"fork":false,"pushed_at":"2025-01-07T14:06:14.000Z","size":1304,"stargazers_count":180,"open_issues_count":12,"forks_count":110,"subscribers_count":18,"default_branch":"main","last_synced_at":"2025-06-10T06:38:05.743Z","etag":null,"topics":["ghost","ghost-members","ghost-theme","journalism","paid-memberships","paid-subscriptions","publishing"],"latest_commit_sha":null,"homepage":"https://lyra.ghost.io","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/TryGhost.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},"funding":{"github":"tryghost","open_collective":"ghost"}},"created_at":"2019-10-20T09:12:15.000Z","updated_at":"2025-06-09T14:28:16.000Z","dependencies_parsed_at":"2023-02-15T15:31:00.708Z","dependency_job_id":"92b94ace-123f-4d84-8346-1be402aedea7","html_url":"https://github.com/TryGhost/Lyra","commit_stats":{"total_commits":266,"total_committers":22,"mean_commits":"12.090909090909092","dds":0.424812030075188,"last_synced_commit":"d72a107daf22da7c4c9d67c16c6ab6106b3cf21a"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":"TryGhost/Starter","purl":"pkg:github/TryGhost/Lyra","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TryGhost%2FLyra","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TryGhost%2FLyra/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TryGhost%2FLyra/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TryGhost%2FLyra/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TryGhost","download_url":"https://codeload.github.com/TryGhost/Lyra/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TryGhost%2FLyra/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259808719,"owners_count":22914692,"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":["ghost","ghost-members","ghost-theme","journalism","paid-memberships","paid-subscriptions","publishing"],"created_at":"2025-06-14T11:30:36.134Z","updated_at":"2025-06-14T11:32:22.589Z","avatar_url":"https://github.com/TryGhost.png","language":"CSS","readme":"# Lyra\n\nA paid-members publication for Ghost. Can be used with no code knowledge required.\n\n# Installation instructions\n\n1. [Download this theme](https://github.com/TryGhost/Lyra/archive/main.zip)\n2. Log into Ghost, and go to the `Design` settings area to upload the zip file\n3. Unzip the theme archive on your computer and locate the file called `routes.yaml`\n4. Inside Ghost admin, go to the `Labs` settings area and scroll down until you see the `Custom Routes` section\n5. Upload the `routes.yaml` from this theme\n\nThat's it! You now have a Ghost publication which supports free and paid memberships. If you need help, check out the \u003ca href=\"https://ghost.org/docs/members/\"\u003eGhost members documentation\u003c/a\u003e or chat with other Ghost users on \u003ca href=\"https://forum.ghost.org\"\u003eGhost forum\u003c/a\u003e.\n\n![Screenshot of a subscribers only post](https://user-images.githubusercontent.com/120485/67228748-1fdd1400-f464-11e9-921f-ecbf5f412ed5.png)\n\n# Upgrade instructions\n\n1. [Download this theme](https://github.com/TryGhost/Lyra/archive/refs/heads/main.zip) and rename the zip for ease of identification in Ghost later.  For example `2022-10-20_Lyra-main.zip`\n2. Log into Ghost, 4. go to the `Labs` settings area and scroll down until you see the `Routes` section\n3. Download your current `routes.yaml` file \n4. Next go to the `Design` settings area and click `Change Theme` at the bottom of the navigation pane\n5. Click the `Upload theme` button in the top right and upload the zip file you downloaded and renamed earlier (for example `2022-10-20_Lyra-main.zip`)\n6. You will now see two instances of Lyra similar to the screenshot below\n    ![Themes list showing two copies of Lyra](docs/TwoLyraInstances.png)\n7. Ensure your new Lyra theme is active (based on the renamed zip from earlier, `lyra (2020-10-31_Lyra-main)` in the screenshot)\n8. Delete the previous Lyra theme (`lyra (Lyra-master)` in the screenshot)\n9Upload `routes.yaml` as required (see _Installation instructions_ above)\n\n# Development\n\nStyles are compiled using Gulp/PostCSS to polyfill future CSS spec. You'll need [Node](https://nodejs.org/), [Yarn](https://yarnpkg.com/) and [Gulp](https://gulpjs.com) installed globally. After that, from the theme's root directory:\n\n```bash\n# Install\nyarn\n\n# Run build \u0026 watch for changes\n$ yarn dev\n```\n\nNow you can edit `/assets/css/` files, which will be compiled to `/assets/built/` automatically.\n\nThe `zip` Gulp task packages the theme files into `dist/\u003ctheme-name\u003e.zip`, which you can then upload to your site.\n\n```bash\nyarn zip\n```\n\n# PostCSS Features Used\n\n- Autoprefixer - Don't worry about writing browser prefixes of any kind, it's all done automatically with support for the latest 2 major versions of every browser.\n- Variables - Simple pure CSS variables\n- [Color Function](https://github.com/postcss/postcss-color-function)\n\n\n# Copyright \u0026 License\n\nCopyright (c) 2013-2025 Ghost Foundation - Released under the [MIT license](LICENSE).\n","funding_links":["https://github.com/sponsors/tryghost","https://opencollective.com/ghost"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftryghost%2Flyra","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftryghost%2Flyra","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftryghost%2Flyra/lists"}