|
3 | 3 | # Table of contents |
4 | 4 | <!-- MDTOC maxdepth:6 firsth1:0 numbering:0 flatten:0 bullets:0 updateOnSave:1 --> |
5 | 5 |
|
6 | | -[Fields in YYYY-CITY.yml](#fields-in-yyyy-cityyml) |
7 | | - [General Fields](#general-fields) |
8 | | - [Date-related Fields](#date-related-fields) |
9 | | - [Branding Fields](#branding-fields) |
10 | | - [Location Fields](#location-fields) |
11 | | - [Navigation Fields](#navigation-fields) |
12 | | - [Organizer Fields](#organizer-fields) |
13 | | -  [Team Members](#team-members) |
14 | | -  [Organizer Emails](#organizer-emails) |
15 | | - [Sponsor fields](#sponsor-fields) |
16 | | -  [Sponsor Levels](#sponsor-levels) |
17 | | - [Program Fields](#program-fields) |
18 | | -  [Program Items](#program-items) |
19 | | -   [Program Element Colors](#program-element-colors) |
20 | | -  [Ignite Fields](#ignite-fields) |
21 | | -[Pages and Frontmatter](#pages-and-frontmatter) |
22 | | - [General Page Fields](#general-page-fields) |
23 | | - [Talk Page Fields](#talk-page-fields) |
24 | | - [Speaker Page Fields](#speaker-page-fields) |
| 6 | +[Fields in YYYY-CITY.yml](#fields-in-yyyy-cityyml) |
| 7 | + [General Fields](#general-fields) |
| 8 | + [Date-related Fields](#date-related-fields) |
| 9 | + [Branding Fields](#branding-fields) |
| 10 | + [Location Fields](#location-fields) |
| 11 | + [Navigation Fields](#navigation-fields) |
| 12 | + [Organizer Fields](#organizer-fields) |
| 13 | +  [Team Members](#team-members) |
| 14 | +  [Organizer Emails](#organizer-emails) |
| 15 | + [Sponsor fields](#sponsor-fields) |
| 16 | +  [Sponsor Levels](#sponsor-levels) |
| 17 | + [Program Fields](#program-fields) |
| 18 | +  [Program Items](#program-items) |
| 19 | +   [Program Element Colors](#program-element-colors) |
| 20 | +  [Ignite Fields](#ignite-fields) |
| 21 | +[Pages and Frontmatter](#pages-and-frontmatter) |
| 22 | + [General Page Fields](#general-page-fields) |
| 23 | + [Talk Page Fields](#talk-page-fields) |
| 24 | + [Speaker Page Fields](#speaker-page-fields) |
| 25 | + [Blog Post Fields](#blog-post-fields) |
25 | 26 |
|
26 | 27 | <!-- /MDTOC --> |
27 | 28 |
|
@@ -267,3 +268,12 @@ Pages of the type `speaker` have a few additional frontmatter elements available |
267 | 268 | | `linkedin` | No | Speaker's LinkedIn URL | "https://www.linkedin.com/in/mattstratton/" | |
268 | 269 | | `github` | No | Speakers' GitHub username. | "mattstratton" | |
269 | 270 | | `image` | No | The image for the speaker. This image is relative to the `static/events/YYYY-CITY/speakers` directory. It can be either .png or .jpg. It must be square, and 300px square, 600px square, or 900px square. | "matt-stratton.jpg" | |
| 271 | + |
| 272 | +### Blog Post Fields |
| 273 | + |
| 274 | +| Field Name | Required | Description | Example | |
| 275 | +|-----------------|----------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| |
| 276 | +| `Description` | No | The short summary of this post. This is used in various places on the site, as well as for sharing. While it is optional, it is highly recommended to use it. Markdown is allowed. | "[DevOpsDays Chicago](https://devopsdays.org/events/2016-chicago) took place on August 30th & 31st at Summit West in beautiful downtown Chicago. A sold-out, diverse crowd gathered for keynotes, presentations, lightning talks, and open spaces to learn, discuss, and promote all things DevOps." | |
| 277 | +| `Author` | No | The name of the person who wrote the blog post. | "Matt Stratton" | |
| 278 | +| `title` | Yes | The title for the blog post. | "Chicago 2016 In Review" | |
| 279 | +| `sharing_image` | No | The image to use for social sharing. This is a path relative to the `static` directory. | "img/blog/chicago-2016-sharing.jpg" | |
0 commit comments