2015-01-02 02:27:03 -05:00
# Skull theme for Pico CMS
Skull is a basic [Pico ](http://picocms.org ) theme made utilizing the [Skeleton 2.0 ](http://getskeleton.com ) responsive boilerplate.
Comes with two layouts; one with a vertical navigation, one with horizontal navigation.
# Installation
2015-01-02 02:39:45 -05:00
**1)** Clone the theme into your Pico theme directory.
2015-01-02 02:27:03 -05:00
2015-01-02 02:35:55 -05:00
<pre>
2015-01-02 02:27:03 -05:00
cd /path/to/Pico/themes
git clone https://github.com/bananana/skull
2015-01-02 02:35:55 -05:00
</pre>
2015-01-02 02:27:03 -05:00
2015-01-02 02:39:45 -05:00
**2)** Edit your * config.php * file and change <code>$config['theme']</code> to <code>$config['theme'] = 'skull'</code>.
2015-01-02 02:27:03 -05:00
2015-01-02 02:39:45 -05:00
**3)** By default the theme is set to have a vertical sidebar with navigation. To change to something that looks more like the default Pico theme (with horizontal header), rename * index.php * file to * index-v-nav.php * and rename * index-h-nav.php * to * index.php * .
2015-01-02 02:27:03 -05:00
2015-01-02 02:36:33 -05:00
<pre>
2015-01-02 02:27:03 -05:00
cd /path/to/Pico/themes
mv index.php index-v-nav.php
mv index-h-nav.php index.php
2015-01-02 02:36:33 -05:00
</pre>
2015-01-02 02:27:03 -05:00
2015-01-02 02:39:45 -05:00
**4)** At this point you can remove the alt theme layout if you don't find in necessary. There's also a layout specific css file in * skull/css * direcotry.
2015-01-02 02:27:03 -05:00
# Screenshots
2015-01-02 02:39:45 -05:00
**Vertical sidebar navigation**
2015-01-02 02:34:00 -05:00

- - -
2015-01-02 02:39:45 -05:00
**Horisontal header navigation**
2015-01-02 02:34:00 -05:00

- - -
2015-01-02 02:39:45 -05:00
**Mobile**
2015-01-02 02:34:00 -05:00

2015-01-02 02:41:25 -05:00
# To Do
- Make layout switching easier