2023-12-03 21:49:13 +00:00
|
|
|
# Theme for Pico CMS
|
2015-01-02 02:27:03 -05:00
|
|
|
|
2023-12-03 21:49:13 +00:00
|
|
|
A basic pico theme forked from https://github.com/bananana/skull, mostly with updates to fonts/colours.
|
2015-01-02 02:27:03 -05:00
|
|
|
|
|
|
|
|
# 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
|
2023-12-03 21:49:13 +00:00
|
|
|
git clone $repo
|
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
|
|
|
|
2023-12-03 21:49:13 +00:00
|
|
|
**3)** Change colours in skeleton.css to your preference
|
2015-01-02 02:41:25 -05:00
|
|
|
|
|
|
|
|
# To Do
|
|
|
|
|
|
2023-12-03 21:49:13 +00:00
|
|
|
- Add social media icons to footer
|
|
|
|
|
- Update favicon
|