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:
parent
b570e4c7cf
commit
e77b2b8f12
6 changed files with 75 additions and 34 deletions
9
users/glittershark/gws.fyi/site.nix
Normal file
9
users/glittershark/gws.fyi/site.nix
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
args@{ pkgs, depot, ... }:
|
||||
|
||||
let
|
||||
orgExportHTML = import ./orgExportHTML.nix args;
|
||||
in
|
||||
|
||||
{
|
||||
index = orgExportHTML ./index.org;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue