Skip to content

lenconda/atticonda

This branch is 10 commits ahead of, 304 commits behind zutrinken/attila:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

0af93ce · Oct 26, 2020
Jan 13, 2020
Oct 26, 2020
Mar 15, 2020
Mar 15, 2020
Oct 26, 2020
Sep 12, 2018
Jan 11, 2020
Jan 5, 2019
Mar 11, 2020
Jan 11, 2020
Oct 26, 2020
Jan 3, 2020
Oct 26, 2020
Mar 12, 2020
Jan 26, 2020
Mar 15, 2020
Jan 3, 2020

Repository files navigation

Atticonda

A content focused responsive theme for Ghost based on Attila.

Features

  • Responsive layout
  • Dark Mode
  • Search
  • Post reading progress
  • Code highlight including line numbers
  • Disqus support

Localization

Setup Disqus

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

Setup search

The search function is build with ghostHunter:

  1. Go to Integrations.
  2. Choose Add custom integration, name it ghostHunter and choose Create. Copy the generated Content API Key.
  3. Go to Code injection.
  4. Add this to Blog Header:
<script>
  var ghosthunter_key = 'PASTE_THE_GENERATED_KEY_HERE';
  //optional: set your custom ghost_root url, default is "/ghost/api/v2"
  var ghost_root_url = '/ghost/api/v2';
</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

Copyright & License

Copyright (C) 2015-2020 Peter Amende - Released under the MIT License.

Packages

No packages published

Languages

  • SCSS 35.9%
  • CSS 35.7%
  • JavaScript 14.9%
  • Handlebars 13.5%