This is a porting of Beautiful Jekyll theme by Dean Attali. It supports most of the features of the original theme.
Too see a live preview, just visit my blog!
- Tag support
- Comments count disqus
- Author pages (?)
In your ghost directory:
$ cd content/themes
$ git clone https://github.com/boh717/beautiful-ghost.git beautifulghost
This theme is designed for both large-screen and small-screen (mobile) devices.
This theme has support for syntax highlighting thanks to the PrismJS library.
To use this feature, change {{!> disqus}}
into {{> disqus}}
in post.hbs
and fill out the disqus_shortname
parameter in partials/disqus.hbs
.
To add Google Analytics, simply sign up to Google Analytics to obtain your Google Tracking ID, add this tracking ID to partials/google-analytics.hbs
and change {{!> google-analytics}}
into {{> google-analytics}}
in partials/footer.hbs
.
MIT Licensed, see LICENSE.