mirror of
https://github.com/ahoneybun/ahoneybun.net.git
synced 2025-05-12 11:14:01 -06:00
23 lines
348 B
Markdown
23 lines
348 B
Markdown
+++
|
|
title = "Something Something Dark side"
|
|
date = 2100-01-01
|
|
draft = true
|
|
|
|
[taxonomies]
|
|
categories = [ "blog" ]
|
|
tags = [ "topic" ]
|
|
+++
|
|
|
|
{% note(header="Note") %}
|
|
Hi! I'm a note!
|
|
{% end %}
|
|
|
|
{% important(header="Important") %}
|
|
I'm more important!
|
|
{% end %}
|
|
|
|
There are also `warning`, `tip` and `alert` to use as well!
|
|
|
|
```nix
|
|
I'm a code block!
|
|
````
|