Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/proeung/tofu
Drupal 8 Starter Theme
https://github.com/proeung/tofu
drupal-8 drupal-theme drupal8 gulp scss starter-theme theme
Last synced: 4 months ago
JSON representation
Drupal 8 Starter Theme
- Host: GitHub
- URL: https://github.com/proeung/tofu
- Owner: proeung
- License: gpl-2.0
- Created: 2016-07-19T20:02:56.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-01-18T16:53:13.000Z (about 5 years ago)
- Last Synced: 2024-09-27T10:41:14.763Z (4 months ago)
- Topics: drupal-8, drupal-theme, drupal8, gulp, scss, starter-theme, theme
- Language: HTML
- Size: 253 KB
- Stars: 6
- Watchers: 4
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
![alt tag](https://github.com/proeung/tofu/blob/master/screenshot.png?raw=true)
# Tofu - Drupal 8 Starter Theme #
Tofu is a Drupal 8 starter theme designed to keep things simple while providing template suggestion files and useful preprocess functions for your project. This is a theme that is not meant to use as a parent theme, however, feel free to remove or add components to fit your needs.
## Installation ##
1. Setup the location for your new starter-theme (eg. `/themes`).
2. Find and replace the word "Tofu" with the desired name of your new starter theme.
3. Setup the basic information for your starter-theme.
4. Edit your `tofu.theme` file to use the proper function names.
5. Gulp is required to manage assets.
6. First, you will need to install NodeJS.
7. Install gulp with `npm install -g gulp` from the command line. On some setups, sudo may be required.
8. Run `npm install` in your theme directory.
9. Run `gulp` to compiled and watch your JS/CSS changes.
10. Set your website's default theme.