mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-18 03:58:32 +02:00
[Docs] Add Pelican Markdown exporter
This commit is contained in:
parent
a0849c0ec8
commit
813fd7698f
1 changed files with 7 additions and 4 deletions
|
@ -266,13 +266,16 @@ supported by many programs and programming languages.
|
||||||
</journal>
|
</journal>
|
||||||
```
|
```
|
||||||
|
|
||||||
### YAML
|
### Pelican Markdown
|
||||||
``` sh
|
``` sh
|
||||||
jrnl --format yaml
|
jrnl --format pelican-markdown -o <existing directory>
|
||||||
```
|
```
|
||||||
|
|
||||||
This outputs your journal into YAML format. YAML is a commonly used data format and is
|
This outputs your journal as Markdown files with YAML(-ish) front matter. This
|
||||||
supported by many programs and programming languages.
|
particular format can be used by Pelican, a static site generator, as
|
||||||
|
"markdown" input.
|
||||||
|
|
||||||
|
In versions 2.6 and prior, this exporter was referred to as the "YAML" exporter.
|
||||||
|
|
||||||
**Example output**:
|
**Example output**:
|
||||||
``` yaml
|
``` yaml
|
||||||
|
|
Loading…
Add table
Reference in a new issue