Skip to content

Commit 0fc0d6d

Browse files
author
Tyler Kemme
committed
Merge with master
2 parents 27b09af + 7d26f87 commit 0fc0d6d

File tree

2 files changed

+18
-7
lines changed

2 files changed

+18
-7
lines changed

README.md

+17-7
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
**License:** GPLv2
77
**License URI:** http://www.gnu.org/licenses/gpl-2.0.html
88

9+
## Demo ##
10+
11+
![gif_demo](https://github.com/tpkemme/wp-cloudflare-dashboard/blob/master/assets/repo/wp-cloudflare-dashboard.gif)
912
## Description ##
1013

1114
A Cloudflare Analytics Dashboard for Wordpress. Simply enter your Cloudflare Email Address and Cloudflare API Key and you can access the analytics dashboards for each of your sites on Cloudflare.
@@ -14,7 +17,7 @@ A Cloudflare Analytics Dashboard for Wordpress. Simply enter your Cloudflare Em
1417

1518
### Installation through Wordpress ###
1619

17-
1. Download the latest release
20+
1. Download the [latest release](https://github.com/tpkemme/wp-cloudflare-dashboard/releases/latest)
1821

1922
2. Upload the entire `/wp-cloudflare-dashboard` directory to the `/wp-content/plugins/` directory OR upload the plugin using the Wordpress 'Plugins' menu.
2023

@@ -23,9 +26,11 @@ A Cloudflare Analytics Dashboard for Wordpress. Simply enter your Cloudflare Em
2326
### Installation for Developers ###
2427

2528
1. Clone the repository to `/wp-content/plugins`
29+
2630
`git clone https://github.com/tpkemme/wp-cloudflare-dashboard.git`
2731

2832
2. Install dependencies with composer and npm
33+
2934
`composer install && npm install --only=dev`
3035

3136
## Contributing ##
@@ -34,13 +39,18 @@ Use the `npm version` command to increment the version number for the plugin acr
3439

3540
The typical developer's workflow looks something like this:
3641

37-
1. Add and push any changes made to the repo
38-
`git add -A && git commit -m "example commit"`
42+
1. Add and push any changes made to the repo
43+
44+
`git add -A && git commit -m "example commit"`
45+
46+
2. Update the version
3947

40-
2. Update the version
41-
`npm version minor && git push origin master`
48+
`npm version minor && git push origin master`
4249

43-
3. Create a new distribution release
44-
`composer dist`
50+
3. Create a new distribution release
51+
52+
`composer dist`
4553

4654
## Screenshots ##
55+
56+
![img_screenshot](https://github.com/tpkemme/wp-cloudflare-dashboard/blob/master/assets/repo/wp-cloudflare-screenshot.png)

_config.yml

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
theme: jekyll-theme-cayman

0 commit comments

Comments
 (0)