A content focused responsive theme for Ghost.
Demo: attila.zutrinken.com
- Responsive layout
- Parallax cover images for blog, archives and posts
- Reading progress for posts
- Automatic code syntax highlight and line numbers
- Disqus support
- English
- German
- Spanish
- French by robink
- Italian by fmaida
- Norwegian by arthurnoerve
- Chinese by hao-lee
- Indonesian by simplyeazy
- Romanian by cdorin93
- Russian by schamberg97
- Turkish by cgrgrbz
To enable Disqus comments go to your blogs code injection settings and add <script>var disqus = 'YOUR_DISQUS_SHORTNAME';</script>
to your blog header.
Install Grunt:
npm install -g grunt-cli
Install Grunt dependencies:
npm install
Build Grunt project:
grunt build
The zip Grunt task packages the theme files into dist/<theme-name>.zip
, which you can then upload to your site.
grunt zip
Copyright (C) 2015-2019 Peter Amende - Released under the MIT License.