Merge pull request #477 from rocode/master
Minor documentation typo fixes
This commit is contained in:
commit
1dae935a1b
|
@ -36,7 +36,7 @@ $ gutenberg build --base-url $DEPLOY_URL
|
||||||
This is useful for example when you want to deploy previews of a site to a dynamic URL, such as Netlify
|
This is useful for example when you want to deploy previews of a site to a dynamic URL, such as Netlify
|
||||||
deploy previews.
|
deploy previews.
|
||||||
|
|
||||||
+You can override the default output directory 'public' by passing a other value to the `output-dir` flag.
|
You can override the default output directory 'public' by passing a other value to the `output-dir` flag.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
$ gutenberg build --output-dir $DOCUMENT_ROOT
|
$ gutenberg build --output-dir $DOCUMENT_ROOT
|
||||||
|
|
|
@ -40,7 +40,7 @@ templates/macros.html -> replace themes/simple-blog/templates/macros.html
|
||||||
static/js/site.js -> replace themes/simple-blog/static/js/site.js
|
static/js/site.js -> replace themes/simple-blog/static/js/site.js
|
||||||
```
|
```
|
||||||
|
|
||||||
You can also choose to only parts of a page if a theme define some blocks by extending it. If we wanted
|
You can also choose to only override parts of a page if a theme define some blocks by extending it. If we wanted
|
||||||
to only change a single block from the `post.html` page in the example above, we could do the following:
|
to only change a single block from the `post.html` page in the example above, we could do the following:
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue