GitXplorerGitXplorer
T

Lyra

public
176 stars
109 forks
12 issues

Commits

List of commits on branch main.
Unverified
d72a107daf22da7c4c9d67c16c6ab6106b3cf21a

Update dependency autoprefixer to v10.4.14

rrenovate[bot] committed 2 years ago
Unverified
5d758f972361fd36489fde82d5fb8148a99c5bc0

Update dependency cssnano to v5.1.15

rrenovate[bot] committed 2 years ago
Unverified
cd6bec7208d4abb8f594cb24d66782e5de03b324

Update TryGhost/action-deploy-theme action to v1.6.3

rrenovate[bot] committed 2 years ago
Unverified
c118f5fe1f50310db5eabc6f610342ddd4618525

Update dependency postcss to v8.4.21

rrenovate[bot] committed 2 years ago
Unverified
1dc4fef9bc2bc5404ad63d4095366ff833538715

Update dependency postcss to v8.4.20

rrenovate[bot] committed 2 years ago
Unverified
66e0e44697149c0d4a4629d315fbc3440b355e39

Update dependency postcss to v8.4.19

rrenovate[bot] committed 2 years ago

README

The README file for this repository.

Lyra

A paid-members publication for Ghost. Can be used with no code knowledge required.

Installation instructions

  1. Download this theme
  2. Log into Ghost, and go to the Design settings area to upload the zip file
  3. Unzip the theme archive on your computer and locate the file called routes.yaml
  4. Inside Ghost admin, go to the Labs settings area and scroll down until you see the Custom Routes section
  5. Upload the routes.yaml from this theme

That's it! You now have a Ghost publication which supports free and paid memberships. If you need help, check out the Ghost members documentation or chat with other Ghost users on Ghost forum.

Screenshot of a subscribers only post

Upgrade instructions

  1. Download this theme and rename the zip for ease of identification in Ghost later. For example 2022-10-20_Lyra-main.zip
  2. Log into Ghost, 4. go to the Labs settings area and scroll down until you see the Routes section
  3. Download your current routes.yaml file
  4. Next go to the Design settings area and click Change Theme at the bottom of the navigation pane
  5. 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)
  6. You will now see two instances of Lyra similar to the screenshot below Themes list showing two copies of Lyra
  7. Ensure your new Lyra theme is active (based on the renamed zip from earlier, lyra (2020-10-31_Lyra-main) in the screenshot)
  8. Delete the previous Lyra theme (lyra (Lyra-master) in the screenshot) 9Upload routes.yaml as required (see Installation instructions above)

Development

Styles are compiled using Gulp/PostCSS to polyfill future CSS spec. You'll need Node, Yarn and Gulp installed globally. After that, from the theme's root directory:

# Install
yarn

# Run build & watch for changes
$ yarn dev

Now you can edit /assets/css/ files, which will be compiled to /assets/built/ automatically.

The zip Gulp task packages the theme files into dist/<theme-name>.zip, which you can then upload to your site.

yarn zip

PostCSS Features Used

  • 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.
  • Variables - Simple pure CSS variables
  • Color Function

Copyright & License

Copyright (c) 2013-2022 Ghost Foundation - Released under the MIT license.