Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/eiriksm/orkjern_theme
- Owner: eiriksm
- Created: 2014-07-22T19:22:54.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2019-04-14T10:48:54.000Z (over 5 years ago)
- Last Synced: 2024-10-12T01:46:35.273Z (3 months ago)
- Language: HTML
- Homepage:
- Size: 546 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
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';
```