iot-sim javascript
The H1 headline
Small excerpt to be displayed in the article card
June 6, 2024
Yn
Your name
Your position
Instruction
- create a folder in /articles
- copy
template.mdxto the folder and rename it toindex.mdx - update
frontmattersection ... see frontent matter - see my-first-post example for markup, embed code, plantuml diagram, code highlighting examples
Frontmatter
| property | example value | description | |
|---|---|---|---|
| slug: "my-page" | my-page | path in /articles | mandatory |
| slugName: "My Page" | My Page | Navigation Label | mandatory |
| title: "The H1 headline" | Hello World | H1 article headline | mandatory |
| description | Hello World is the most common code example name | Small excerpt to be displayed in the article card | mandatory |
| date | 2024-06-06 | Date in YYY-MM-DD format | mandatory |
| active | true | Boolean flag to show an article | mandatory |
| author | Mr. Code | Author's name | optional |
| author_image | https://avatarfiles.alphacoders.com/515/51577.jpg | Author's avatar image | optional |
| author_title | 1337 | Author's position | optional |
| hero_image | https://avatarfiles.alphacoders.com/515/51577.jpg | Hero image to be displayed in article card | optional |
| hero_image_alt | Sh** Up And Take My Money! | Hero image description | optional |
| tags | iot-sim, javascript | Tags describing the article. Separate via , | optional |