amanmehara / ardaric

Yet another Ghost theme.

Home Page:https://amanmehara.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ardaric

A Ghost theme based on Attila.
See demo @ https://amanmehara.com.

Localization

Setup Disqus

  1. Go to Code injection.
  2. Add this to Blog Header:
<script>var disqus = 'YOUR_DISQUS_SHORTNAME';</script>

Development

Install Grunt:

npm install -g grunt-cli

Install Grunt dependencies:

npm install

Build Grunt project:

grunt build

The compress Grunt task packages the theme files into dist/<theme-name>.zip, which you can then upload to your site.

grunt compress

About

Yet another Ghost theme.

https://amanmehara.com

License:MIT License


Languages

Language:CSS 52.0%Language:HTML 39.8%Language:JavaScript 8.2%