this repo has no description
1+++
2title="demo"
3description="a basic demo of zola."
4date=2019-08-06
5
6[taxonomies]
7tags = ["demo", "zola", "highlighting"]
8categories = ["programming", "wu tang",]
9
10[extra]
11+++
12
13Here's a general demo of Zola and how things look with zerm.
14
15# Header I
16
17Inline code: `println!("Wu Tang!");`
18
19Zola has built in syntax highlighting. If there's not a theme you like, you can
20easily add more.
21
22zerm uses Fira Code fonts, which means we get ligatures in addition to
23Zola's powerful syntax highlighting ✨.
24
25```rs
26fn foo(arg: String) -> Result<u32, Io::Error> {
27 println!("Nice!"); // TODO: the thingy
28 if 1 != 0 {
29 println!("How many ligatures can I contrive??");
30 println!("Turns out a lot! ==> -/-> <!-- <$> >>=");
31 }
32 Ok(42)
33}
34```
35
36## Header II
37
38Want block quotes? We got block quotes.
39
40Remember the wise words of Ras Kass:
41
42> In Hotel Rwanda, reminder to honor these street scholars who ask why
43U.S. Defense is twenty percent of the tax dollar. Bush gave 6.46 billion to
44Halliburton for troops support efforts in Iraq; meanwhile, the hood is hurting,
45please believe that.
46>
47> -- "Verses", _Wu-Tang Meets The Indie Culture_
48
49### Header III
50
51| members | age | notable album | to be messed with? |
52|------------------|-----|----------------------------------------------|-------------------------------------------------------------------------|
53| GZA | 52 | Liquid Swords | no |
54| ODB | 35 | Return to the 36 Chambers: The Dirty Version | absolutely not |
55| Raekwon Da Chef | 49 | Only Built 4 Cuban Linx... | `"no"` that's spanish for "no" |
56| Ghostface Killah | 49 | Fishscale | i swear you keep asking that question and the answer ain't gonna change |
57| Inspectah Deck | 49 | CZARFACE | `protect ya neck, boy` |
58
59
60#### Header IV
61
62Here's a video of my rabbit, Smalls, loaf'n to lofi beats:
63
64{{ youtube(id="UUpuz8IObcs") }}
65