Giter VIP home page Giter VIP logo

letterpress's Introduction

letterpress

A simple theme focused on letters and words

Roadmap to 1.0

  • add Prism.js to include source code highlighting
  • Improve blog title representation for SEO in <title> tags
  • Make navigation adaptive based on Ghost navigation helper

Ghost Compatibility

This theme is tested and compatible with Ghost 1.21.7

The theme is based on the excellent Casper theme 1.3.4.

Ideas

Improve blog title representation for SEO in <title> tags

Problem

Current representation is {{@blog.title}} for the home page and {{title}} for any page. This is by making use of the {{meta_title}} helper in Ghost.

Preferrable would be to have it as {{@blog.title}} for the home page and {{title}} - {{@blog.title}} for any blog entries.

Solution

In Ghost, the default.hbs contains a template for all pages. This has the following header:

<title>{{meta_title}}</title>

Now to change that for all pages, we create a new template that is not inserted into default.hbs by default. So page.hbs is identical to default.hbs. Then we change the title tag to

<title>{{meta_title}} - {{@blog.title}}</title>

This way all posts still only have the title of the post as the title of the page, but all static pages are shown as page title - blog title.

letterpress's People

Contributors

maltebreuer avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.