Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/eiriksm/orkjern_theme

orkjern_theme used on https://orkjern.com
https://github.com/eiriksm/orkjern_theme

Last synced: about 2 months ago
JSON representation

orkjern_theme used on https://orkjern.com

Awesome Lists containing this project

README

        

orkjern_theme
=============
[![Build Status](https://travis-ci.org/eiriksm/orkjern_theme.svg?branch=master)](https://travis-ci.org/eiriksm/orkjern_theme)
[![devDependency Status](https://david-dm.org/eiriksm/orkjern_theme/dev-status.svg)](https://david-dm.org/eiriksm/orkjern_theme#info=devDependencies)

orkjern_theme used on orkjern.com

## Tweaks
To add google analytics to the site, add a line in your settings.php that looks something like this:
```php
$config['orkjern_theme']['ga_id'] = 'UA-XXXXXXX-Y';
```
To add disqus comments to your site, add a line in your settings.php that looks something like this:
```php
$config['orkjern_theme']['disqus_shortname'] = 'myshortname';
```