temper-tv/main-site/readme.md

24 lines
408 B
Markdown

# What is this
The main site for all things relating to temper and other fun stuff that I
like to do. There is some "dev-posting" here but only when it's super relevant
to what is going on. Other wise "dev" content goes on [shockrah.xyz](https://shockrah.xyz)
## Creating new posts
Use `hugo new content feed/<name>md`
## Shortcodes
> `pic PATH`
Example usage:
```
{{< pic /img/sample.jpg >}}
```