Ghost Theme Memory

Memory is a minimal theme for Ghost. I am working on a Hexo version, too.

The theme is now available at https://github.com/artchen/ghost-theme-memory.

This theme is also available on:

Production

If you are going to use the theme directly (without much customization).

cd /content/themes/
git clone https://github.com/artchen/ghost-theme-memory.git

The version shared via Github is used on otakism.com, my blog. There are quite a few things hard-coded into the template that you’ll need to customize. Including but not limited to:

  • The site logo: assets/img/logo.png
  • The short text under the logo: partials/header.hbs
  • Disqus integration: page.hbs, post.hbs
  • Social account links: partials/footer.hbs

The search feature relies on swiftype. Please follow their instruction to set up your own searches.

The fonts are from Typekit. If you are not using typekit, please remove corresponding code is in default.hbs.

Development

Clone the repository.

cd /content/themes/
git clone https://github.com/artchen/ghost-theme-memory.git memory

Install gulp, bower and npm before proceed.

Install and build the app:

cd ./ghost-theme-memory
npm install
bower install
gulp

At this point your development environment is ready.

Update

cd /content/themes/ghost-theme-memory/
git pull

Demo

Visit my blog (in Chinese) for a demo of tis theme. http://otakism.org.

Screenshot

Memory Screenshot

Copyright

Public resources used in this theme:

Copyright © Art Chen

Please do not remove the "Theme Memory designed by Art Chen" text and links.