about summary refs log tree commit diff
path: root/users/grfn/gws.fyi/site.nix
args@{ pkgs ? import <nixpkgs> {}, ... }:

let

  orgExportHTML = import ./orgExportHTML.nix args;

in

{
  index = orgExportHTML ./index.org;
  recipes = orgExportHTML ./recipes;
}