Skip to content
Snippets Groups Projects
Commit 816a03d2 authored by orestis.malaspin's avatar orestis.malaspin
Browse files

not really working

parent bb59efb5
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment