Jade
78d0b4c230
Make pages undated (don't appear in rss), fix a backwards arrow
2021-05-13 01:31:06 -07:00
Jade
c7b1af832e
Add !!Con 2021 content
2021-05-13 01:13:50 -07:00
Jade
6ff7b698d8
relicense content
2021-04-12 23:09:17 -07:00
Jade
e12ccb5006
rewrite a bunch of the nix post
2021-03-13 03:22:19 -08:00
Jade
41812643dd
a bunch of css hacking, RDFa
2021-03-13 03:22:07 -08:00
Jade
d2272258e0
fix #3 fix #4
2021-03-13 01:26:24 -08:00
Jade
7679383f96
fix #5
2021-03-13 01:21:26 -08:00
lf-
744d837327
cards, new post thing
2021-03-09 07:17:54 -08:00
lf-
7555f3bbcb
fixup some final pages
2021-03-09 04:32:42 -08:00
lf-
94e44e406b
Fix nix syntax so that snippets included out of context render properly
...
Example:
```nix
mkDerivation = args: super.mkDerivation (args // {
doCheck = false;
enableLibraryProfiling = false;
});
```
Used to highlight the `=` as illegal syntax, which would be true if it
were the only thing in a nix file. So let's just ignore that stuff and
turn it into normal text.
2021-03-09 04:29:12 -08:00
lf-
90f2a7cba2
cleanup posts
2021-03-09 04:27:30 -08:00
lf-
a1bdad57dd
A pile of code changes
2021-03-09 03:41:36 -08:00
lf-
33de49464e
import recipes: todo add to site
2021-03-09 03:40:32 -08:00
lf-
3e4932f921
import old posts
2021-03-09 03:40:12 -08:00
lf-
8ae937faf6
initial commit
2021-03-08 00:30:22 -08:00