14 lines
219 B
Markdown
14 lines
219 B
Markdown
---
|
|
permalink: '/hello-world'
|
|
---
|
|
|
|
### Oh, another hello world thingy
|
|
|
|
Yes, yet another blog. Hopefully this one sticks.
|
|
|
|
Test inline code: `hey`
|
|
|
|
``` javascript
|
|
// here's some code
|
|
console.log("here's some code");
|
|
```
|