vue-website/content/blog/first-post.md

61 lines
862 B
Markdown
Raw Permalink Normal View History

2024-07-26 21:37:20 +10:00
---
title: 'First Blog Post'
description: 'A simple test post to make sure everythings working'
date: '20-07-2024'
id: 1
2024-07-28 21:30:28 +10:00
tags: ''
2024-07-26 21:37:20 +10:00
---
2024-07-26 22:15:35 +10:00
## Hello World!
2024-07-26 21:37:20 +10:00
2024-07-26 22:15:35 +10:00
If you can see this post then that means everything *should* be working
2024-07-26 21:37:20 +10:00
2024-07-26 22:15:35 +10:00
## Mardown Test Stuff
2024-07-26 21:37:20 +10:00
2024-07-26 22:15:35 +10:00
Bullet Points:
- item 1
- item 2
- item 3
Numbered list:
1. option 1
2. option 2
3. option 3
Checklist?
- [ ] empty box
- [x] filled box
Text Styles:
- Normal text
- *Italics*
- **Bold Text**
- ~~Strikethrough~~
> quote text goes here
`inline code`
```js
#block code
var x = 1
```
---
### Links to google:
- https://google.com
- [Google but cooler](https://google.com)
---
### Image Test
![My github profile pic](https://avatars.githubusercontent.com/u/41929769)
## Final Thoughts
Looks like most things are working really well, just need to do a few changes to get code formatting working properly