minor !publish!
This commit is contained in:
parent
fc5856976a
commit
7fcd715855
1 changed files with 6 additions and 7 deletions
|
@ -14,11 +14,11 @@ abstract: |
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
||||||
# Break locally & online version
|
# Break local & online version
|
||||||
|
|
||||||
- `print` items that point to to inexistent files (e.g. a print item with field `print: "article/inexistent-file.md" `) will break the site, and will now allow to compile. This can occur when a target file was renamed, or when a file was converted to draft. Debug that by removing all files of the print directory (except `_index.md`)
|
- `print` items that point to to inexistent files (e.g. a print item with field `print: "article/inexistent-file.md" `) will break the site, and will now allow to compile. This can occur when a target file was renamed, or when a file was converted to draft. Debug by removing all files of the print directory (except `_index.md`)
|
||||||
- **mixing draft and non draft items** in collections (e.g. issue that `has_artices: ["article/draft.md", "article/non-draft.md"`). Debug: double check that all children of a non-draft item are also non-draft.
|
- **mixing draft and non draft items** in collections (e.g. issue that `has_artices: ["article/draft.md", "article/non-draft.md"`). Debug: double check that all children of non-draft items are also non-draft.
|
||||||
- Messing up the header (front matter) of a markdown file:
|
- Messing up the header (front matter) of a Markdown file:
|
||||||
```
|
```
|
||||||
---
|
---
|
||||||
title: "How to break this site ⚫ "
|
title: "How to break this site ⚫ "
|
||||||
|
@ -27,9 +27,8 @@ abstract: |
|
||||||
contributors: ["jane-contributor.md"] <--forgetting to close any array brackets will break
|
contributors: ["jane-contributor.md"] <--forgetting to close any array brackets will break
|
||||||
draft: true
|
draft: true
|
||||||
keywords:
|
keywords:
|
||||||
- draft <-- not following this syntax/indent will break
|
- draft <-- not following this syntax/indentation will break
|
||||||
abstract: |
|
abstract: |
|
||||||
The text of your abstract. <-- not following this syntax/indent will break
|
The text of your abstract. <-- not following this syntax/indentation will break
|
||||||
--- <-- removing one or more dashes will break
|
--- <-- removing one or more dashes will break
|
||||||
|
|
||||||
```
|
```
|
Loading…
Add table
Reference in a new issue