Skip to content

botwiki/botwiki-wp-theme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Botwiki

Botwiki WordPress Theme

A WordPress theme for Botwiki, using HTML5 Blank as a starting point.

Installation

  1. Install 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.
  2. From inside the theme folder, run npm install.
  3. gulp

All source files are inside the src folder.