Skip to content
/ yuurei Public
forked from TryGhost/Edge

Fork of Edge, a visually aesthetic portfolio theme for Ghost

License

Notifications You must be signed in to change notification settings

tmlmt/yuurei

 
 

Repository files navigation

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

About

Fork of Edge, a visually aesthetic portfolio theme for Ghost

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Handlebars 44.8%
  • CSS 33.7%
  • JavaScript 21.5%