Better microformats support and add PUBLISH_DRAFTS envvar
This commit is contained in:
parent
132b2b69f3
commit
a335aff2d3
31 changed files with 269 additions and 153 deletions
|
|
@ -28,11 +28,12 @@ npm run prettier # Prettier formatting
|
|||
|
||||
### Configuration
|
||||
|
||||
The following optional environment variables can be set with `.env`:
|
||||
The following optional environment variables can be set within a `.env` file:
|
||||
|
||||
| Name | Type | Description |
|
||||
|-|-|-|
|
||||
| `APACHE_CONFIG` | boolean | Whether to generate an `.htaccess` Apache config file at the root of the output directory or not. |
|
||||
| Name | Type | Description |
|
||||
| ---------------- | ------- | ----------------------------------------------------------------------------------------------------------------------------- |
|
||||
| `APACHE_CONFIG` | boolean | If set to true, generates an `.htaccess` Apache config file at the root of the output directory. |
|
||||
| `PUBLISH_DRAFTS` | boolean | If set to true, includes drafts in the production build. Published drafts still won't be directly indexed by any other pages. |
|
||||
|
||||
### Export story for upload
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue