File tree 1 file changed +11
-10
lines changed
_overviews/scala3-scaladoc
1 file changed +11
-10
lines changed Original file line number Diff line number Diff line change @@ -35,25 +35,26 @@ Example name is `2015-10-23-dotty-compiler-bootstraps.md`.
35
35
36
36
## Structure
37
37
38
+ When creating a blog page, you will have a first part to fill in with different fields. See the following example:
39
+
38
40
```
39
41
---
40
- layout: A reference to the layout for the blog page
41
- author: Name of the author of the page
42
- title: Name of the author of the page
43
- subTitle: Subtitle of the page
42
+ layout: < A reference to the layout page for the blog page>
43
+ author: < Name of the author of the page>
44
+ title: <Title of the page>
45
+ subTitle: < Subtitle of the page>
44
46
excerpt_separator: <!--more-->
45
- date: Date of creation of the page
46
- authorImg: Image of the author of the page
47
+ date: < Date of the creation of the page>
48
+ authorImg: <Link to the author's image>
47
49
---
48
50
<Content>
49
51
```
50
- Keep in mind that with the exception of the author's name and title, the fields are optional.
51
52
52
- ## Special characters for structures
53
+ ## Special characters for the content
53
54
54
- ```` <content> ```` : For code
55
+ ` ```<content>``` ` : For code
55
56
56
- ` ##Subtitle ` : For subtitles
57
+ ` ## Subtitle ` : For subtitles
57
58
58
59
` word ` : To highlight
59
60
You can’t perform that action at this time.
0 commit comments