covariant.me

This is DaniilFrumin's simple website featuring a bunch of html files generated by a static site generator Hakyll, and a DarcsWeb instance

dom "covariant.me" where
  WWW = begin
    options [indexes];
    set_indexOptions [fancyIndexing];
    readmeName "README";
  end;
with
  web "repos" where
    DocumentRoot = home "www/repos.covariant.me/";
  with
    scriptAlias "/browse" (home "darcsweb/darcsweb.cgi");
    rewriteRule "^/$" "/browse" [redirectWith permanent];
  end;

  simpleWeb "darcs" "websites/stuff/darcs/";

  emailAlias "dan" "<REDACTED>"
end;


CategoryMemberManual CategoryNeedsWork