2023-09-24 22:50:54 +00:00
|
|
|
# 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`
|
|
|
|
|
2023-10-20 02:25:32 +00:00
|
|
|
## Shortcodes
|
|
|
|
|
|
|
|
> `pic PATH`
|
|
|
|
|
|
|
|
Example usage:
|
|
|
|
|
|
|
|
```
|
|
|
|
{{< pic /img/sample.jpg >}}
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|
|
2023-09-24 22:50:54 +00:00
|
|
|
|