Initial commit

This commit is contained in:
kageru 2020-04-01 20:14:50 +02:00
commit 97de4c0664
Signed by: kageru
GPG Key ID: 8282A2BEA4ADA3D2

26
test.md Normal file
View File

@ -0,0 +1,26 @@
# This is a test title
I’m testing generated static pages for this right now.
I can put text here.
```py
import antigravity
print("and maybe some code, too?")
```
And some more.
```rs
pub fn main() {
println!("in many different languages");
}
```
```hs
main :: IO ()
main = do
printf "And memes \\o/"
```
## And another section
And even more.
Updating stuff is also possible.