Files
temper-tv/main-site/readme.md
shockrah 1075d97698
All checks were successful
Build and Deploy Resume Site / setup-website-content (push) Successful in 23s
committing only because drive is in read mode ;-;
2026-07-12 21:28:19 -07:00

26 lines
419 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 ALT-TEXT`
Example usage:
```
{{< pic /img/sample.jpg >}}
```