-
Notifications
You must be signed in to change notification settings - Fork 56
/
Copy pathreadme.txt
executable file
·48 lines (32 loc) · 1.55 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
# Bluegreen
### A WordPress flexbox theme
A starter theme, based on a theme that's based on a starter theme. ¯\_(ツ)_/¯
- Based on [Underscores](http://underscores.me/) & [Bulmapress](http://bulmapress.com)
- [Bulma](http://bulma.io) integration
- Requires at least: [WordPress](http://wordpress.org) 4.7
- Requires PHP 5.6
- Tested up to: [WordPress 4.7.2](https://wordpress.org/download/)
- Stable tag: 0.0.1
- License: [GNU General Public License v2 or later](http://www.gnu.org/licenses/gpl-2.0.html)
## Installation
1. In your admin panel, go to Appearance > Themes and click the Add New button.
2. Click Upload and Choose File, then select the theme's .zip file. Click Install Now.
3. Click Activate to use your new theme right away.
## To compile scripts
From the theme's root, run `npm install` in CLI, then `gulp`.
## Changelog
#### 0.1.1
*7/4/2018*
- Add login screen styles
- Readme improvements with info on how to compile the stylesheets
#### 0.1.0
*7/18/2017*
- Some base theme enhancements, mostly style adjustments and an archive template tweak
#### 0.0.1
*1/30/2017*
- Initial fork
## Credits
* Based on Bulmapress http://bulmapress.com, (C) 2016 Scops, https://github.com/teamscops/bulmapress
* Based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc., [GPLv2 or later](https://www.gnu.org/licenses/gpl-2.0.html)
* bulma.io http://bulma.io/, (C) 2017 Jeremy Thomas, [MIT](http://opensource.org/licenses/MIT)
* wp-bootstrap-navwalker, (C) 2014 Edward McIntyre - @twittem, [GPLv2 or later](https://www.gnu.org/licenses/gpl-2.0.html)