Skip to content

ClaireBrione/txp-hive-admin-theme

 
 

Repository files navigation

Hive admin-side theme for Textpattern CMS

Dependency Status devDependency Status

This project is the source for the default admin theme that ships as standard with Textpattern CMS as of v4.6.0 onwards.

Supported web browsers

  • Internet Explorer 10 onwards.
  • Chrome, Edge, Firefox, Safari and Opera the last two recent stable releases.

Requirements

Building this source repository requires:

Build setup

Installing required tools

The project uses Grunt to run tasks and Sass for CSS pre-processing. First make sure you have base dependencies installed: Node.js, Grunt and Bower. You can install Node using the installer and Grunt and Bower with npm:

$ npm install -g bower grunt-cli

Consult the tools’ documentation for more instructions. You might need to use sudo npm install -g bower grunt-cli instead when installing on certain Unix-based systems.

Installing dependencies

After you have the base dependencies taken care of, you can install the project’s dependencies. Navigate to the project’s directory, and run the dependency managers:

$ cd txp-hive-admin-theme
$ npm install
$ bower install

npm installs Node modules for Grunt and bower manages client-side scripts. You might need to use sudo npm install instead when installing on certain Unix-based systems.

Building

This repository hosts sources and needs to be built before it can be used. After you have installed all dependencies, you will be able to run tasks using Grunt, including building:

$ grunt [task]

Where the [task] is either build or watch.

  • The build task builds the project.
  • The watch task will launch a task that watches for file changes; the project is then automatically built if a source file is modified.

Pre-built version

We provide a pre-built version of the theme files within the dist directory in case you don’t want to build it yourself.

License

Released under the GNU General Public License, see LICENSE.txt for terms and conditions.

Releases

No releases published

Packages

No packages published

Languages

  • HTML 67.4%
  • CSS 29.8%
  • PHP 2.0%
  • JavaScript 0.8%