Simple is clean, minimal and responsive theme for Ghost.
Demo: http://www.jonwgeorge.com
- Clean and minimal design
- Responsive HTML5/CSS3 layout with Rich Snippets
- Twitter Cards
- Static pages
- Ouija integration
- Social links
- Fullscreen image viewer
- Syntax Highlight
- Custom fonts
- Extract content of ZIP archive from GitHub into theme directory:
/content/themes/simple
. - Restart Ghost instance.
- Sign in to Ghost Admin, then go to Settings → General and select simple in themes list.
Set up links to your social profiles in partials/social-links.hbs
.
You can add another social icons if you want because Simple uses Font Awesome Icons. You can check out all social icons here.
**PLEASE NOTE: Ouija comments are still in development, and may not work as intended. If you do not wish to use this feature, you may replace the contents of the partials/comments.hbs
with the embed code of the platform of your choice.
If you would like to use Ouija comments just change your shortname in partials/comments.hbs
:
window.ouija_connect_url = 'https://goinstant.net/GOINSTANT-USERNAME/ouija';
Ghost Aton (0.4) bring to us static pages feature. So if you want to add links of static pages in menu, you need to modify partials/navigation.hbs
.
Simple uses a search funtion powered by Ghost Hunter. Just type and your posts will be automaticlly indexed and displayed.
Set up your Twitter profile in post.hbs
:
<meta name="twitter:site" content="@username">
<meta name="twitter:creator" content="@username">