All Projects → oswaldoacauan → Ghostium

oswaldoacauan / Ghostium

Licence: mit
A Ghost theme focused on content based on Medium design/ux.

Projects that are alternatives of or similar to Ghostium

Casper
Casper 👻 theme for Wordpress
Stars: ✭ 560 (-55.16%)
Mutual labels:  blog, ghost
Hikkoshi
Hikkoshi the Blog Migration Tool
Stars: ✭ 7 (-99.44%)
Mutual labels:  blog, ghost
Ghost On Heroku
One-button Heroku deploy for the Ghost blogging platform.
Stars: ✭ 731 (-41.47%)
Mutual labels:  blog, ghost
Ghost On Github Pages
Ghost on Github Pages. Build and deploy Ghost for free in a few minutes.
Stars: ✭ 421 (-66.29%)
Mutual labels:  blog, ghost
Cusca
A ghost theme
Stars: ✭ 42 (-96.64%)
Mutual labels:  blog, ghost
Mapache
You can use the theme Mapache for ghost in: Blog - Magazine - Landing page - Personal page - Photographers. and in many other things
Stars: ✭ 477 (-61.81%)
Mutual labels:  blog, ghost
Courselit
Start your own online teaching business. Features include course maker, students manager, payments and more.
Stars: ✭ 73 (-94.16%)
Mutual labels:  blog, ghost
Innocent
Ghost Theme 🚧 Unmaintained
Stars: ✭ 134 (-89.27%)
Mutual labels:  blog, ghost
Attila
Ghost Theme
Stars: ✭ 989 (-20.82%)
Mutual labels:  blog, ghost
Maple
🍁A beautiful blog theme for Ghost
Stars: ✭ 27 (-97.84%)
Mutual labels:  blog, ghost
Fizzy Theme
🥤A tasty blogging theme for Ghost.
Stars: ✭ 194 (-84.47%)
Mutual labels:  blog, ghost
Ghosttheme Stockholm
👻 📝 ✨ Clean Ghost theme with advanced features & customization.
Stars: ✭ 67 (-94.64%)
Mutual labels:  blog, ghost
Boo
Boo - A beautiful, clean and responsive theme for Ghost.
Stars: ✭ 176 (-85.91%)
Mutual labels:  blog, ghost
Bleak
Ghost Theme
Stars: ✭ 497 (-60.21%)
Mutual labels:  blog, ghost
Setup Ghost Blog
Script to install your own Ghost blog, with Nginx and ModSecurity/Naxsi web application firewall. Supports multiple blogs.
Stars: ✭ 140 (-88.79%)
Mutual labels:  blog, ghost
Liebling
Beautiful and clean Ghost theme that is easy and comfortable to use. To get the latest version please head over the releases page 👉🏼
Stars: ✭ 792 (-36.59%)
Mutual labels:  blog, ghost
Ghost Azure
Production ready Ghost for Azure 👻
Stars: ✭ 103 (-91.75%)
Mutual labels:  blog, ghost
Coderghosttheme
Coder Ghost Theme for Showcasing Projects
Stars: ✭ 119 (-90.47%)
Mutual labels:  blog, ghost
Blog Post Workflow
Show your latest blog posts from any sources or StackOverflow activity or Youtube Videos on your GitHub profile/project readme automatically using the RSS feed
Stars: ✭ 910 (-27.14%)
Mutual labels:  blog, ghost
Ghost Nginx Ssl Docker
Ghost blog with nginx proxy, lets encrypt ssl in a docker-compose (ready for production)
Stars: ✭ 45 (-96.4%)
Mutual labels:  blog, ghost

Ghostium – Try Ghost

Ghostium

A Ghost theme focused on content based on Medium design/ux.

NOT UNDER ACTIVE DEVELOPMENT

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

  1. Navigate to your Ghost theme directory ghost/content/themes
  2. Clone the theme repository using the command below
$ git clone https://github.com/oswaldoacauan/ghostium/ "ghostium"
  1. Restart ghost and log in to your dashboard
  2. In settings under themes select ghostium and save
  3. That's all, now its time to configure your theme

Manually

  1. Download the files using the GitHub .zip download option
  2. Unzip the files and rename the folder to ghostium
  3. Copy the folder into your Ghost theme directory ghost/content/themes
  4. Restart ghost and log in to your dashboard
  5. In settings under themes select ghostium and save
  6. That's all, now its time to configure your theme

Building from source

Prerequisites

  • Ruby >= 2.4
  • Bundler (gem install bundler)
  • Sass (gem install sass)
  • Node >= 8.9
  • Bower (npm install -g bower)
  • Run npm install

Build

npm run build

Compiles all assets into the build/ directrory.

Zip

npm run zip

This creates the ghostium.zip bundle ready for upload through the UI.

Configuring

All configurable files are located in ghostium/partials/custom.

config.hbs

Configurable javascript identifiers.

meta.hbs

Configurable meta tags.

navigation.hbs

Your site navigation items, markup template below.

<li class="drawer-list-item">
  <a href="#" title="My awesome menu">
    My menu
  </a>
</li>

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

Try Ghost

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].