https://github.com/arpban/kite
Drupal 8 Theme for Blogging
https://github.com/arpban/kite
drupal drupal-8 drupal-theme
Last synced: 10 months ago
JSON representation
Drupal 8 Theme for Blogging
- Host: GitHub
- URL: https://github.com/arpban/kite
- Owner: arpban
- Created: 2020-04-06T10:34:32.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-05T18:40:28.000Z (over 3 years ago)
- Last Synced: 2025-02-22T22:20:07.740Z (about 1 year ago)
- Topics: drupal, drupal-8, drupal-theme
- Language: HTML
- Homepage:
- Size: 5.34 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Kite
Drupal 8 theme for blogging

## Development
For development, run the following commands from the theme root directory (with Node version `v10.15.0`).
```bash
$ npm install
$ gulp
```
The SCSS and JS files in `/src/` , which will be compiled to `/built/` automatically.