Run prettier on all *.md files
```
prettier '{app,source}/**/**.md' --write
```
This commit is contained in:
parent
a3ceeaf0f3
commit
85a10c545b
170 changed files with 5127 additions and 2282 deletions
|
|
@ -9,9 +9,12 @@ tags:
|
|||
- zen
|
||||
- theming
|
||||
---
|
||||
How to use [Drush](https://drupal.org/project/drush) to quickly build a new sub-theme of [Zen](https://drupal.org/project/zen).
|
||||
|
||||
First, download the [Zen](https://drupal.org/project/zen "The Zen theme") theme if you haven't already done so.
|
||||
How to use [Drush](https://drupal.org/project/drush) to quickly build a new
|
||||
sub-theme of [Zen](https://drupal.org/project/zen).
|
||||
|
||||
First, download the [Zen](https://drupal.org/project/zen 'The Zen theme') theme
|
||||
if you haven't already done so.
|
||||
|
||||
```language-bash
|
||||
$ drush dl zen
|
||||
|
|
@ -28,8 +31,10 @@ The parameters that I'm passing it are:
|
|||
1. The human-readable name of the theme.
|
||||
2. The machine-readable name of the theme.
|
||||
3. The description of the theme (optional).
|
||||
4. A flag telling Drush not to include any right-to-left elements within my sub-theme as these aren't needed (optional).
|
||||
4. A flag telling Drush not to include any right-to-left elements within my
|
||||
sub-theme as these aren't needed (optional).
|
||||
|
||||
This will create a new theme in sites/all/themes/oliverdavies.
|
||||
|
||||
For further help, type `$ drush help zen` to see the Drush help page for the zen command.
|
||||
For further help, type `$ drush help zen` to see the Drush help page for the zen
|
||||
command.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue