Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mattstratton/castanet.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Reddington <791642+chrisreddington@users.noreply.github.com>2020-12-23 00:07:39 +0300
committerGitHub <noreply@github.com>2020-12-23 00:07:39 +0300
commit3db321ad112b90636d30e0cb5ed587d0bd20219a (patch)
treeaa862e9fc8d85e01edf7d134fb3bdfef58b920b6 /REFERENCE.md
parent7d7d88c4fa334036b52612b1262c117dc589404e (diff)
Add episode numbers/prefix in RSS and Relevant Titles/Links [Attempt #2] (#322)
* Attempt #2 at title changes Signed-off-by: Chris Reddington <791642+chrisreddington@users.noreply.github.com> * Tweaks to conditional based on review. Signed-off-by: Chris Reddington <791642+chrisreddington@users.noreply.github.com>
Diffstat (limited to 'REFERENCE.md')
-rw-r--r--REFERENCE.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/REFERENCE.md b/REFERENCE.md
index dad77ef..9aec11e 100644
--- a/REFERENCE.md
+++ b/REFERENCE.md
@@ -42,6 +42,8 @@ These should be set under the `[params]` section:
|-------------------------|----------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| `mainSections` | Yes | Sets the page type for what shows up on the homepage. This must be set. | "episode"
| `site_theme` | No | The color scheme for the overall site. Currently the options are `orange` (default), `grey`, and `blue`. | "blue" |
+| `episode_number_style` | No | The format used for episode numbers in the episode's RSS feed. The choices are either parens, dash or brackets. If not set, the episode title in the RSS feed will just default to the title of the episode, without any episode number included. | "brackets" |
+| `episode_number_prefix` | No | A prefix used in the episode's RSS feed before the episode number. For example, if episode_number_prefix was set to CWC for episode 1, then the output might be Title of the Episode - CWC1. | "CWC" |
| `site_layout` | No | The layout for the home page. The options are `row` (default) or `grid`. | "grid" |
| `enable_jumbo` | No | When using the `row` layout, will set a jumbotron at the top instead of the sidebar. | "true" |
| `show_next_upcoming` | No | If there are episodes with the upcoming frontmatter set to true, then it will display the next episode on homepage. This halves the screen real estate of the latest episode section, which will then be displayed side by side. | "true" |