about summary refs log tree commit diff
path: root/pkgs/profpatsch/profpatsch.de/default.nix
Commit message (Collapse)AuthorAgeFilesLines
* pkgs/profpatsch.de: reference the blog and notes sectionsProfpatsch2021-11-131-20/+66
| | | | | | | | | | This pulls in tvl, since the blog ist mostly over there. It uses `fetchGit`, so caveats may apply. It shouldn’t increase evaluation times very much, since the blog only uses a small subset of tvl. https://github.com/openlab-aux/vuizvui/issues/50 might apply.
* pkgs/profpatsch: adjust exec stuff to new skalibsProfpatsch2021-02-051-1/+1
| | | | | | | | | | | skarnet thought it would be wise to completely change the skalibs exec function interface without any backwards compat, so here we are. Have to reverse the code a bit, because `xmexec0` is a recursive `#define` pointing to `xmexec0_af`. `record-get` gets a rust treatment, it doesn’t really need the C interface just to exec into prog.
* pkgs/profpatsch.de: replace jquery by native jsProfpatsch2020-09-171-11/+1
| | | | | | | It was only used for a single use-case, by now all browsers support this functionality. It’s a pretty heavy dependency for a single use :) Co-Authored-By: midzer <midzer@gmail.com>
* pkgs/profpatsch.de: add key.ascProfpatsch2020-07-191-0/+5
| | | | It’s referenced in id.txt, but I forgot to add it.
* pkgs/profpatsch.de: add updated talkiesProfpatsch2020-07-181-1/+6
| | | | | | I’ve been expanding the list somewhat, it’s time to put them on the website. Moves them into a separate file, which was easier than expected.
* pkgs/profpatsch.de: add preloading directivesProfpatsch2020-07-181-0/+5
| | | | | | Those tell the browser that it’s going to need them later, even it hasn’t found them yet (e.g. the fonts can only be found after loading the CSS).
* pkgs/profpatsch.de: add toc.txtProfpatsch2020-07-061-1/+6
|
* pkgs/profpatsch: remove record-get from profpastch.deProfpatsch2020-07-061-7/+0
|
* pkgs/profpatsch/profpatsch.de: fetch webfontsProfpatsch2020-06-291-13/+40
|
* pkgs/profpatsch: add static build of profpatsch.deProfpatsch2020-06-291-0/+142
This was previously located verbatim on my webserver. Since `df.eu` thought it was a good idea to unilaterally cancel it when I moved my domain, it is now a good idea to nixify what was there.