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:
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 9 insertions, 3 deletions
diff --git a/README.md b/README.md
index 86b6df4..f9fd1c9 100644
--- a/README.md
+++ b/README.md
@@ -80,6 +80,10 @@ You will need to add a handful of configuration items to your `config.toml` file
- `facebook` - Example: `"matt.stratton"`
- `twitter` - Example: `mattstratton`
- `linkedin` - Example: `"mattstratton"`
+ - `homepage` - Example: `"https://www.mattstratton.com"`
+ - `pinterest` - Example: `"mattstratton"`
+ - `instagram` - Example: `"mattstratton"`
+ - `youtube` - Example: `"mattstratton"`
#### A note about `BaseURL`
@@ -142,7 +146,7 @@ Graphical user interface influencer value proposition startup hackathon iPad ana
| `podcast_file` | Yes | The filename of your episode, relative to the `media_prefix` of your config.toml. | `"arrested-devops-podcast-episode053.mp3"` |
| `podcast_bytes` | No | The length of the podcast file in bytes. This is optional, but iTunes and many other podcast players prefer this to be set. | "23907533" |
| `Title` | Yes | The title of the episode. | "Back to School" |
-| `youtube` | No | The ID of the YouTube video (not the full URL). Currently unusued. | "8ClZXJsgpHY"
+| `youtube` | No | The ID of the YouTube video (not the full URL). Currently unusued. | "8ClZXJsgpHY"
### Guests
@@ -169,7 +173,6 @@ Spoon fresh pie ingredients groceries oranges luncheon farm. Broth chick peas Ch
```
-
| Field Name | Required | Description | Example |
|-------------|----------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------|
| `Title` | Yes | The full name of the guest. This is what is displayed on the episode page, etc. | "Jane Smith" |
@@ -178,4 +181,7 @@ Spoon fresh pie ingredients groceries oranges luncheon farm. Broth chick peas Ch
| `GitHub` | No | Guest's GitHub username. | "mattstratton" |
| `Facebook` | No | Guest's Facebook username. Do not use the full URL. | "matt.stratton" |
| `Twitter` | No | Guest's Twitter username, without the `@`. | "mattstratton" |
-| `LinkedIn` | No | LinkedIn profile name. Optional. This is the part that comes after the `https://www.linkedin.com/in/` in your profile URL. | "mattstratton" | |
+| `LinkedIn` | No | LinkedIn profile name. This is the part that comes after the `https://www.linkedin.com/in/` in your profile URL. | "mattstratton" |
+| `Pinterest` | No | Pinterest profile name. | "mattstratton" |
+| `Instagram` | No | Instagram profile name. | "mattstratton" |
+| `YouTube` | No | YouTube profile/channel name | "mattstratton" |