Skip to content

Commit 8056019

Browse files
committed
Corrections
1 parent 61c3497 commit 8056019

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

_overviews/scala3-scaladoc/blog.md

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -35,25 +35,26 @@ Example name is `2015-10-23-dotty-compiler-bootstraps.md`.
3535

3636
## Structure
3737

38+
When creating a blog page, you will have a first part to fill in with different fields. See the following example:
39+
3840
```
3941
---
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>
4446
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>
4749
---
4850
<Content>
4951
```
50-
Keep in mind that with the exception of the author's name and title, the fields are optional.
5152

52-
## Special characters for structures
53+
## Special characters for the content
5354

54-
````<content>```` : For code
55+
` ```<content>``` ` : For code
5556

56-
`##Subtitle` : For subtitles
57+
`## Subtitle` : For subtitles
5758

5859
`word` : To highlight
5960

0 commit comments

Comments
 (0)