Skip to content

bryceac/RDarkness

Repository files navigation

Author: Bryce

Author's blog: http://blog.brycecampbell.me

Copyright: 2012 Bryce Campbell

Description: RDarkness is a theme created for Habari and tested with version 0.8. Its code is based on a mix of K2, Charcoal, and Mzingi. Even though it is a dark theme, only the main background is dark, in order to ensure readability.

Version: 0.6

Table of Contents

Version History

0.3
Last known version that works on 0.8
0.4
Update. Theme is now configurable. released 4/30/2013
0.5
Update. Theme now works on Habari 0.10 alpha.
0.4.1
Minor update. fixed issue with child themes and changed link address formatting on printed page.
0.4.2
Minor update. Theme now works on both Ghost and Habari. released 2/01/2013
0.4.3
Minor update. new stylesheet with common rules added and highlighting current page user is on (pages only, not posts or pages generated by pagination). released 5/16/2014
0.6
Update that changes theme layout a bit by making it responsive and be more bsed on HTML 5

FAQ

  • What happened to configuration and special features?
    Due to the extensive amount of testing done on transitioning to a responsive layout, I had to eliminate a few things for the test environment to properly recognize it, and those features will most likely not reappear.
    What version of HTML does this use?
    It was made against the W3C HTML 5 standard.
  • Does this theme work with WordPress?
    No, it does not because the functions used are mainly found only in Habari. WordPress has different names for functions that do the same things though. There is other code too, but Wordpress will not recognize that either, because the code used, which seems similar to Habari, is meant for Ghost users.
  • Why does the theme not look the exact same in all browsers?
    The layout should be the same, but this theme uses CSS gradients with solid color fallbacks. Browsers that do not support gradient backgrounds should see these solid colors instead.
  • Why do I get less out of this theme on Ghost than I do on Habari?
    Ghost does not have all of the same features as Habari and it will be a while before the platform gets into feature parity.

Support

If you need help, send an email to either of the following, depending on platform:

Habari: habari@brycecampbell.me

Ghost: ghost@brycecampbell.me

How to install:

Habari

To install this theme, move the RDarkness folder or clone this repo to

BlogRoot/user/themes/

BlogRoot
directory where Habari resides
user
user directory
themes
themes directory

Theme will need to be activated for it to be your blog's theme.

Ghost

Install this theme by moving RDarkness folder or clone repo into:

BlogRoot/content/themes/

syntax format is same as Habari instruction, but content takes place of user folder.

Select theme in admin interface to use.

Misc.

Habari

There are spaces populated by things I added for my own blog. As of version 0.4, if there are things you do not want displayed, they can be turned out in theme configuration. I ask that you do not edit any PHP files, unless necessary by the plugin you want to use.

In order to keep things configurable, do not remove any conditional PHP statements, especially the recent comments code, because a lot of them are responsible for making the theme configurable.

If you make changes to sidebar.php, I suggest you backup that file, so you do not lose your changes when getting updates.

Version 0.6.x has been tested with Habari 0.9. It is not known if anything beyond 0.3 is backward compatible with 0.8.

Ghost

Theme was tested with Ghost 0.8.x and is not known whether it is compatible with earlier version.