Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit c3a3d56

Browse filesBrowse files
committed
Update README
1 parent c63ebd6 commit c3a3d56
Copy full SHA for c3a3d56

File tree

1 file changed

+6
-6
lines changed
Filter options

1 file changed

+6
-6
lines changed

‎README.md

Copy file name to clipboardExpand all lines: README.md
+6-6Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -86,19 +86,19 @@ Your Markdown articles need to include a YAML header like this.
8686

8787
```yaml
8888
---
89-
title: "Your awesome article"
89+
title: "Your awesome title"
9090
topics: ["GitHub Actions", "Ruby", "YAML"]
9191
published: true
9292
---
9393
9494
Your article starts here.
9595
```
9696

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` | |
102102

103103
Note that your article file must start with `---`.
104104

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.