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:
authorMatt Stratton <matt.stratton@gmail.com>2020-05-19 03:09:42 +0300
committerGitHub <noreply@github.com>2020-05-19 03:09:42 +0300
commitf084f06d550031c4a2a5fd8710995f7a67c2f551 (patch)
treebcea0fd3d864bf673852347c3dcc621b021d48d4 /REFERENCE.md
parentd6f97e244c1460fdbd9cb1b95a410284aa705160 (diff)
POC of transcript support (#275)
Diffstat (limited to 'REFERENCE.md')
-rw-r--r--REFERENCE.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/REFERENCE.md b/REFERENCE.md
index c4f8d90..1827e62 100644
--- a/REFERENCE.md
+++ b/REFERENCE.md
@@ -268,6 +268,7 @@ Graphical user interface influencer value proposition startup hackathon iPad ana
| `youtube` | No | The ID of the YouTube video (not the full URL). This will display the video on the episode page, and if you are using the row layout, it will display for the latest episode. | "8ClZXJsgpHY" |
| `truncate` | No | The number of characters to truncate the summary on the row layout.. The default value (if not set) is 600 characters. | "700" |
| `guid` | No | A fixed, globally unique identifier for the episode which should never change. If one is not specified the URL of the `podcast_file` will be used instead. | "aae20190418" |
+| `transcript` | No | The path to the transcript file. The file can have Markdown or be in HTML. It must be relative to the root of your site (this is a file path, not a URL). It is recommended to put them in your `static` directory so that Hugo doesn't try to process them. | "/static/transcripts/chatops.txt" |
## Guests