File tree 1 file changed +6
-6
lines changed
Filter options
1 file changed +6
-6
lines changed
Original file line number Diff line number Diff line change @@ -86,19 +86,19 @@ Your Markdown articles need to include a YAML header like this.
86
86
87
87
` ` ` yaml
88
88
---
89
- title: "Your awesome article "
89
+ title: "Your awesome title "
90
90
topics: ["GitHub Actions", "Ruby", "YAML"]
91
91
published: true
92
92
---
93
93
94
94
Your article starts here.
95
95
` ` `
96
96
97
- | Key | Description | Type | Constraint |
98
- | ----------- | --------------------------------------------------------------- | ------------------------------------ | ------------ |
99
- | `title` | Specify a title of an article | String | |
100
- | `topics` | Specify tags of an article that describes its attributes | Array[String, <String, String, ...>] | Up to 5 tags |
101
- | `published` | Specify whether an article will be posted publicly or privately | Boolean | |
97
+ | Key | Description | Type | Constraint |
98
+ | ----------- | --------------------------------------------------------------- | -------------------------------------- | ------------ |
99
+ | `title` | Specify a title of an article | ` String` | |
100
+ | `topics` | Specify tags of an article that describes its attributes | ` Array[String, <String, String, ...>]` | Up to 5 tags |
101
+ | `published` | Specify whether an article will be posted publicly or privately | ` Boolean` | |
102
102
103
103
Note that your article file must start with `---`.
104
104
You can’t perform that action at this time.
0 commit comments