Fork of Edge, a visually aesthetic Ghost theme designed for creative professionals. Yuurei means Ghost in Japanese :)
- [Mobile] Compact footer
- [Mobile] Do not generate a
<nav>
element when no secondary navigation items are set
- LinkedIn icon in the Header linking to LinkedIn profile
- Possibility to select the width of the feature image in posts: wide or regular
- 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
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 (c) 2013-2023 Ghost Foundation
Copyright (c) 2023 Thomas Lamant
Released under the MIT license