https://github.com/philwareham/textpattern-hive-admin-theme
The default Hive admin theme that ships as standard with Textpattern CMS.
https://github.com/philwareham/textpattern-hive-admin-theme
admin-dashboard css sass scss textpattern theme
Last synced: 9 months ago
JSON representation
The default Hive admin theme that ships as standard with Textpattern CMS.
- Host: GitHub
- URL: https://github.com/philwareham/textpattern-hive-admin-theme
- Owner: philwareham
- License: gpl-2.0
- Created: 2011-07-18T09:43:37.000Z (over 14 years ago)
- Default Branch: main
- Last Pushed: 2025-04-07T07:13:32.000Z (10 months ago)
- Last Synced: 2025-04-11T13:09:52.365Z (10 months ago)
- Topics: admin-dashboard, css, sass, scss, textpattern, theme
- Language: HTML
- Homepage: https://design-patterns.textpattern.com/docs/
- Size: 19.3 MB
- Stars: 18
- Watchers: 6
- Forks: 8
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Hive admin-side theme for Textpattern CMS
The default admin theme that ships as standard with [Textpattern CMS](https://textpattern.com/).
## Demos - v 4.8.8
[Design patterns documentation](http://design-patterns.textpattern.com/stable/docs/).
[Flat mockup of Textpattern admin area](http://design-patterns.textpattern.com/stable/mockups/).
## Demos - v 4.9 dev
[Design patterns documentation](http://design-patterns.textpattern.com/dev/docs/).
[Flat mockup of Textpattern admin area](http://design-patterns.textpattern.com/dev/mockups/).
## Supported web browsers
* Chrome, Edge, Firefox, Safari and Opera the last two recent stable releases.
## Build setup
### Installing required tools
The project uses [Grunt](https://gruntjs.com/) to run tasks and [Sass](https://sass-lang.com/) for CSS pre-processing. First make sure you have base dependencies installed: [Node.js](https://nodejs.org/) and [Grunt](https://gruntjs.com/). You can install Node using the [installer](https://nodejs.org/) and Grunt with npm:
```ShellSession
$ npm install -g grunt-cli
```
Consult the Grunt documentation for more instructions if necessary.
### 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 manager:
```ShellSession
$ cd textpattern-hive-admin-theme
$ npm install
```
**npm** installs Node modules for Grunt.
## 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:
```ShellSession
$ 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
Licensed under the [GPLv2 license](https://github.com/philwareham/textpattern-hive-admin-theme/blob/main/LICENSE).