Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arpban/kite
Drupal 8 Theme for Blogging
https://github.com/arpban/kite
drupal drupal-8 drupal-theme
Last synced: about 1 month 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 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-05T18:40:28.000Z (about 2 years ago)
- Last Synced: 2024-11-09T08:46:43.998Z (3 months 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.