templating (ryuji) done
This commit is contained in:
19
posts/example.md
Normal file
19
posts/example.md
Normal file
@@ -0,0 +1,19 @@
|
||||
Hello! This is an **example** post *not meant* to be actually served on the blog. Go to the `gh-pages` branch of the repo for the actual blog posts and stuff.
|
||||
|
||||
[look its a link](https://example.com)
|
||||
|
||||

|
||||
|
||||
## Wow a header
|
||||
|
||||
```js
|
||||
console.log("code block!!!");
|
||||
//todo: syntax highlighting
|
||||
```
|
||||
|
||||
> ## woah a blockquote
|
||||
> Yeehaw ^[1]^
|
||||
|
||||
===
|
||||
|
||||
- [1]: Source? Me.
|
||||
Reference in New Issue
Block a user