feat(gws.fyi): Build from org + integrate with readTree

Build from org via emacs --batch, and update all the top-level
definitions to make things work nicely with readTree.

Change-Id: If0ac49c1d264856392e29b9e7b155641d865525b
Reviewed-on: https://cl.tvl.fyi/c/depot/+/400
Reviewed-by: glittershark <grfn@gws.fyi>
This commit is contained in:
Griffin Smith 2020-06-15 22:24:13 -04:00 committed by glittershark
parent b570e4c7cf
commit e77b2b8f12
6 changed files with 75 additions and 34 deletions

View file

@ -0,0 +1,9 @@
args@{ pkgs, depot, ... }:
let
orgExportHTML = import ./orgExportHTML.nix args;
in
{
index = orgExportHTML ./index.org;
}