-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added installation instructions to README.
- Loading branch information
1 parent
a92df40
commit ddc1322
Showing
1 changed file
with
18 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,21 @@ | ||
![Botwiki](https://botwiki.org/wp-content/uploads/2018/02/botwiki-background-03.png) | ||
|
||
# Botwiki WordPress Theme | ||
|
||
A WordPress theme for Botwiki, using [HTML5 Blank](http://html5blank.com) as a starting point. | ||
|
||
## Installation | ||
|
||
1. [Install WordPress.](https://codex.wordpress.org/Installing_WordPress) | ||
2. After you create your admin account, create a second account. An account with user ID 2 will be used as a maintenance account, for example, when someone submits a new bot, but isn't logged in, this account will be used as an author. | ||
3. Download/clone this repo and add it to your theme folder. | ||
4. `composer install` | ||
5. Set this theme as your site theme. | ||
|
||
## Updating the theme | ||
|
||
1. [Install node.js.](https://nodejs.org/en/) | ||
2. From inside the theme folder, run `npm install`. | ||
3. `gulp` | ||
|
||
All source files are inside the `src` folder. |