From 816a03d2777f5f18a4aa8cb8f4e45d3786761366 Mon Sep 17 00:00:00 2001 From: Orestis Malaspinas <orestis.malaspinas@hesge.ch> Date: Thu, 5 Nov 2020 08:38:13 +0100 Subject: [PATCH] not really working --- hakyll-bootstrap/Main.hs | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/hakyll-bootstrap/Main.hs b/hakyll-bootstrap/Main.hs index f8ec77e..6e5b848 100644 --- a/hakyll-bootstrap/Main.hs +++ b/hakyll-bootstrap/Main.hs @@ -72,7 +72,8 @@ static = do .||. "css/*" .||. "js/*" .||. "cours/math_tech_info/figs/*" - .||. "cours/isc_physics/figs/*") $ do + .||. "cours/isc_physics/figs/*" + .||. "cours/prog_seq/figs/*") $ do route idRoute compile $ copyFileCompiler @@ -283,7 +284,8 @@ revealCompiler = do , "pandoc-crossref" , "-t" , "revealjs" - , "--self-contained" + , "-s" + -- , "--self-contained" , "--metadata" , "title=metadata.yaml" , "-V" @@ -299,6 +301,7 @@ cfg = defaultConfiguration main :: IO () main = hakyllWith cfg $ do pages + static posts cours_conc conc @@ -315,5 +318,4 @@ main = hakyllWith cfg $ do resizeThumbnails resizeLarge resizeHeads - static -- GitLab