Ghostium
→ Live Demo
→ Download
Table of contents
Features
- Focused on content
- Fully responsive
- HTML5 semantics, WAI-ARIA and Rich Snippets(microdata) roles
- Asynchronous content loading
- Disqus comments
- Syntax Highlight with Prism
- Google Universal Analytics snippet
- OpenGraph and Twitter Cards meta’s
- Baseline HTML5 features, DNS prefetching, responsive meta
- One-file CSS/JS for performance
Installing
Using Git
- Navigate to your Ghost theme directory
ghost/content/themes
- Clone the theme repository using the command below
1
|
|
- Restart ghost and log in to your dashboard
- In settings under themes select ghostium and save
- That’s all, now its time to configure your theme
Manually
- Download the files using the GitHub .zip download option
- Unzip the files and rename the folder to
ghostium
- Copy the folder into your Ghost theme directory
ghost/content/themes
- Restart ghost and log in to your dashboard
- In settings under themes select ghostium and save
- That’s all, now its time to configure your theme
Configuring
All configurable files are located in ghostium/partials/custom
.
config.hbs
Configurable javascript identifiers.
ga_ua
: Your Google Analitycs account identifierdisqus_shortname
: Your Disqus unique identifier
meta.hbs
Configurable meta tags.
twitter:site
: Used for Twitter Card identification, the twitter @username of the owner of this card’s domaintwitter:creator
: Used for Twitter Card identification, the twitter @username of the author of this contentgoogle-site-verification
: Used for Google Webmaster Tools identificationfb:admins
: Used for Facebook Insights identification
navigation.hbs
Your site navigation items, markup template below.
1 2 3 4 5 |
|
Roadmap
Many features listed here still depend on future implementations in Ghost, take a look at the their Roadmap and Planned features.
- [ ] Cover image for single post
- [ ] Infinite scroll
- [ ] Next post cover
Contributing
If you want to help, please read the Contributing guide.
History
For detailed history, see Changelog.
License
MIT License © Oswaldo Acauan