Customize theme

* Consolidate colours and update to my pref
* Remove remote fonts
* Remove screenshots/refs to skull/vertical layout
This commit is contained in:
Jennifer C J Radtke
2023-12-03 21:49:13 +00:00
parent 192df8b8bb
commit e0198b13da
9 changed files with 50 additions and 214 deletions

View File

@@ -1,8 +1,6 @@
# Skull theme for Pico CMS
# Theme for Pico CMS
Skull is a basic [Pico](http://picocms.org) theme made utilizing the [Skeleton 2.0](http://getskeleton.com) responsive boilerplate. The theme is using stock Skeleton for the most part, with a few Pico-specific additions.
Comes with two layouts; one with a vertical navigation, one with horizontal navigation.
A basic pico theme forked from https://github.com/bananana/skull, mostly with updates to fonts/colours.
# Installation
@@ -10,40 +8,14 @@ Comes with two layouts; one with a vertical navigation, one with horizontal navi
<pre>
cd /path/to/Pico/themes
git clone https://github.com/bananana/skull
git clone $repo
</pre>
**2)** Edit your *config.php* file and change <code>$config['theme']</code> to <code>$config['theme'] = 'skull'</code>.
**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*.
<pre>
cd /path/to/Pico/themes
mv index.php index-v-nav.php
mv index-h-nav.php index.php
</pre>
**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.
# Screenshots
**Vertical sidebar navigation**
![Screenshot 1](images/screenshot-1.png "Screenshot 1")
- - -
**Horisontal header navigation**
![Screenshot 2](images/screenshot-2.png "Screenshot 2")
- - -
**Mobile**
![Screenshot 0](images/screenshot-0.png "Screenshot 0")
**3)** Change colours in skeleton.css to your preference
# To Do
- Make sure this works with Pico 1.0
- Make layout switching easier
- Add social media icons to footer
- Update favicon