https://github.com/flowdee/themedd-starter
This is my very personal child theme for building websites based on Themedd.
https://github.com/flowdee/themedd-starter
Last synced: about 1 month ago
JSON representation
This is my very personal child theme for building websites based on Themedd.
- Host: GitHub
- URL: https://github.com/flowdee/themedd-starter
- Owner: flowdee
- Created: 2017-09-06T07:59:11.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-09-30T17:26:07.000Z (over 7 years ago)
- Last Synced: 2025-02-02T15:48:51.776Z (3 months ago)
- Language: JavaScript
- Homepage: https://github.com/easydigitaldownloads/themedd
- Size: 47.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Themedd Starter
This is my very personal child theme for building websites based on [Themedd](https://github.com/easydigitaldownloads/themedd).
## Features
* Integrated grunt workflow supporting LESS/JS compiling as well as a text-domain checker
* Ready for translations## Setup
### Placeholders
Due to the fact that I used placeholder names, prefixes and labels, you must do some replacements inside the files.
Let's assume your project will be called "Jumping Donut", then we're going to find a short version (e.g. _jd_) which will be used as prefix for functions, constants etc.
* Search for: `Themedd Starter` and replace with: `Jumping Donut`
* Search for: `TEDDS_` and replace with: `JD_`
* Search for: `tedds_` and replace with: `jd_`_In case I missed some placeholders, please gimme a shout._
### Grunt (LESS, Uglify etc.)
In order to setup the grunt workflow, simply execute the following commands via your console:
``` php
// Installing dependencies
npm install// Run watcher while developing and updating less/js files
grunt watch// Finish the work and generating the zip file of the plugin
grunt finish
```### Credits
This theme is **not** official made or maintained by the team behind _Themedd_. It's built by [flowdee](https://twitter.com/flowdee).
You like my work? [Support me](https://donate.flowdee.de/) or not. I don't mind, as long as I was able to help you :wink: