The page style in your *.md file.
h2¶
The main content of your article
h3¶
The main content of your article
h4¶
The main content of your article
h5¶
The main content of your article
h6¶
The main content of your article
Table Style:
| Field | Description |
|---|---|
| NAME | Displayed in header and footer. Used in SEO and RSS. |
| Displayed in contact section. | |
| NUM_POSTS | Limit num of posts on home page. |
| NUM_WORKS | Limit num of works on home page. |
| NUM_PROJECTS | Limit num of projects on home page. |
Code Snippet:
export const data = {
name: 'Name',
value: 'Value'
}
export function getName() {
return data.name
}