From a24653c893ba62ed94e47def2fc361346cca2e6b Mon Sep 17 00:00:00 2001 From: Sridhar Ratnakumar Date: Fri, 17 Apr 2020 22:22:32 -0400 Subject: [PATCH] Link to quick preview from tutorial --- guide/2014301.md | 1 + 1 file changed, 1 insertion(+) diff --git a/guide/2014301.md b/guide/2014301.md index 315d7a8..b96f45b 100644 --- a/guide/2014301.md +++ b/guide/2014301.md @@ -19,6 +19,7 @@ content/ default.nix Main.hs README.md rib-sample.cabal The three key items here are: 1. `Main.hs`: Haskell source containing the DSL of the HTML/CSS of your site. + See [2015601](zcf:/). 2. `content/`: The source content (eg: Markdown sources and static files) 3. `dest/`: The target directory, excluded from the git repository, will contain _generated_ content (i.e., the HTML files, and copied over static content)