Skip to content

botwiki/botwiki-wp-theme

This branch is 1 commit ahead of, 70 commits behind master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

34d2efa · Mar 17, 2023
Apr 28, 2018
Oct 27, 2021
Feb 4, 2023
Feb 4, 2023
Feb 4, 2023
Mar 2, 2018
Oct 12, 2022
Mar 2, 2018
Mar 12, 2023
Feb 7, 2023
Mar 2, 2018
Apr 14, 2021
Feb 7, 2023
Mar 2, 2018
Jul 19, 2019
Feb 4, 2023
Mar 2, 2018
Mar 24, 2018
Feb 23, 2023
Jan 10, 2023
Jan 10, 2023
May 25, 2020
Aug 20, 2020
Aug 20, 2020
Oct 12, 2022
Feb 4, 2023
Mar 7, 2023
Nov 4, 2020
Jan 13, 2023
Feb 4, 2023
Aug 26, 2021
Mar 7, 2023
Mar 17, 2023
Mar 17, 2023
Feb 20, 2023
Jul 16, 2020
Mar 17, 2018
Feb 20, 2023
Nov 19, 2020
Mar 2, 2018
Mar 7, 2023
Mar 2, 2018
Nov 19, 2022
Sep 20, 2021
May 12, 2018
Aug 30, 2021
Nov 2, 2022
Feb 4, 2023
Feb 12, 2023
Mar 7, 2023
Feb 4, 2023

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.