diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2023-05-24 06:18:10 +0200 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2023-05-24 06:18:10 +0200 |
| commit | af205845111a42b4ec5761918a9e6a3bfa1455f8 (patch) | |
| tree | 2d83499b81704e625b373f855c2a0741d63b3c75 /config.toml | |
| parent | df1729b484b8ad74eae997f737d7c763ff843f3d (diff) | |
| download | mitjafelicijan.com-af205845111a42b4ec5761918a9e6a3bfa1455f8.tar.gz | |
Added RSS feed for notes only
Diffstat (limited to 'config.toml')
| -rw-r--r-- | config.toml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/config.toml b/config.toml index 93fb8a0..02779c8 100644 --- a/config.toml +++ b/config.toml | |||
| @@ -39,3 +39,19 @@ enableRobotsTXT = true | |||
| 39 | 39 | ||
| 40 | [markup.highlight] | 40 | [markup.highlight] |
| 41 | style = 'github' | 41 | style = 'github' |
| 42 | |||
| 43 | # Taxonomies. | ||
| 44 | [outputs] | ||
| 45 | index = ["HTML", "atom"] | ||
| 46 | section = ["HTML", "notes"] | ||
| 47 | |||
| 48 | # Output formats. | ||
| 49 | [outputFormats] | ||
| 50 | [outputFormats.atom] | ||
| 51 | mediatype = "application/rss" | ||
| 52 | rel = "atom" | ||
| 53 | baseName = "atom" | ||
| 54 | [outputFormats.notes] | ||
| 55 | mediatype = "application/rss" | ||
| 56 | rel = "notes" | ||
| 57 | baseName = "notes" | ||
