Skip to content

Latest commit

 

History

History
50 lines (32 loc) · 1.55 KB

README.md

File metadata and controls

50 lines (32 loc) · 1.55 KB

Yuurei

Fork of Edge, a visually aesthetic Ghost theme designed for creative professionals. Yuurei means Ghost in Japanese :)

image

Specific features compared to Edge

Fixes

  • [Mobile] Compact footer
  • [Mobile] Do not generate a <nav> element when no secondary navigation items are set

Controlled by custom settings in Ghost admin

  • LinkedIn icon in the Header linking to LinkedIn profile
  • Possibility to select the width of the feature image in posts: wide or regular

Hard-coded stylistic choices

  • Very short line below title, no bottom margin: the first h2 becomes a sub-title
  • Gallery width constrained to main grid width
  • Max 3 grid items in the width
  • Justified paragraph text

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/edge.zip, which you can then upload to your site.

yarn zip

Copyright & License

Copyright (c) 2013-2023 Ghost Foundation
Copyright (c) 2023 Thomas Lamant
Released under the MIT license