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 ...@@ -72,7 +72,8 @@ static = do
.||. "css/*" .||. "css/*"
.||. "js/*" .||. "js/*"
.||. "cours/math_tech_info/figs/*" .||. "cours/math_tech_info/figs/*"
.||. "cours/isc_physics/figs/*") $ do .||. "cours/isc_physics/figs/*"
.||. "cours/prog_seq/figs/*") $ do
route idRoute route idRoute
compile $ copyFileCompiler compile $ copyFileCompiler
...@@ -283,7 +284,8 @@ revealCompiler = do ...@@ -283,7 +284,8 @@ revealCompiler = do
, "pandoc-crossref" , "pandoc-crossref"
, "-t" , "-t"
, "revealjs" , "revealjs"
, "--self-contained" , "-s"
-- , "--self-contained"
, "--metadata" , "--metadata"
, "title=metadata.yaml" , "title=metadata.yaml"
, "-V" , "-V"
...@@ -299,6 +301,7 @@ cfg = defaultConfiguration ...@@ -299,6 +301,7 @@ cfg = defaultConfiguration
main :: IO () main :: IO ()
main = hakyllWith cfg $ do main = hakyllWith cfg $ do
pages pages
static
posts posts
cours_conc cours_conc
conc conc
...@@ -315,5 +318,4 @@ main = hakyllWith cfg $ do ...@@ -315,5 +318,4 @@ main = hakyllWith cfg $ do
resizeThumbnails resizeThumbnails
resizeLarge resizeLarge
resizeHeads 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