https://github.com/disjfa/glynn-admin
Admin pages created with jeckyll
https://github.com/disjfa/glynn-admin
bootstrap css css-framework
Last synced: 2 months ago
JSON representation
Admin pages created with jeckyll
- Host: GitHub
- URL: https://github.com/disjfa/glynn-admin
- Owner: disjfa
- License: mit
- Created: 2016-07-07T18:46:55.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2019-01-23T22:16:25.000Z (over 7 years ago)
- Last Synced: 2025-10-29T22:54:17.226Z (8 months ago)
- Topics: bootstrap, css, css-framework
- Language: HTML
- Homepage: https://disjfa.github.io/glynn-admin/
- Size: 7.31 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# glynn-admin
[![version][version-badge]][package]
[![MIT License][license-badge]][LICENSE]
[](#contributors)
[![Watch on GitHub][github-watch-badge]][github-watch]
[![Star on GitHub][github-star-badge]][github-star]
[![Tweet][twitter-badge]][twitter]
A simple and useful admin page interface. An example can be found here: [glynn-admin](https://disjfa.github.io/glynn-admin/).
# Instalation
```
npm install glynn-admin
```
# How to use
Create a base scss file. Add this to the main file.
```scss
@import "glynn-admin/scss/glynn-admin";
```
And go and create a super website.
#### Grunt
Don't forget to setup a loadFile on the base project. In my gruntfile i have these options on the scss loader:
```js
sass: {
dist: {
options: {
loadPath: 'node_modules'
}
}
}
```
#### The hard way
Copy the files from the dist folder. Located here;
```css
glynn-admin/dist/css/glynn-admin.css
```
For the javascript. Just use the default bootstrap, jquery and thether javascript to include in your project.
# Usage
[unsplash](https://unsplash.com/)
[Bootstrap v4](http://getbootstrap.com/)
[Font Awesome](http://fontawesome.io/)
[Social Buttons for Bootstrap](https://lipis.github.io/bootstrap-social/)
[Chart.js](http://www.chartjs.org/)
# Issues
Issues can be reported [here](https://github.com/disjfa/glynn-admin/issues)
## Contributors
Thanks goes to these wonderful people ([emoji key](https://github.com/kentcdodds/all-contributors#emoji-key)):
| [
disjfa](http://www.disjfa.nl)
[📖](https://github.com/disjfa/glynn-admin/commits?author=disjfa "Documentation") [💻](https://github.com/disjfa/glynn-admin/commits?author=disjfa "Code") [💬](#question-disjfa "Answering Questions") |
| :---: |
This project follows the [all-contributors](https://github.com/kentcdodds/all-contributors) specification. Contributions of any kind welcome!
[package]: https://www.npmjs.com/package/glynn-admin
[version-badge]: https://img.shields.io/npm/v/glynn-admin.svg?style=flat-square
[license]: https://github.com/disjfa/glynn-admin/blob/master/LICENSE
[license-badge]: https://img.shields.io/npm/l/glynn-admin.svg?style=flat-square
[github-watch-badge]: https://img.shields.io/github/watchers/disjfa/glynn-admin.svg?style=social
[github-watch]: https://github.com/disjfa/glynn-admin/watchers
[github-star-badge]: https://img.shields.io/github/stars/disjfa/glynn-admin.svg?style=social
[github-star]: https://github.com/disjfa/glynn-admin/stargazers
[twitter]: https://twitter.com/intent/tweet?text=Check%20out%20glynn-admin!%20-%20Cool%20admin%20template!%20Thanks%20@disjfa%20https://github.com/disjfa/glynn-admin%20%F0%9F%A4%97
[twitter-badge]: https://img.shields.io/twitter/url/https/github.com/disjfa/glynn-admin.svg?style=social