md2html is now compiling md contents to index.html

This commit is contained in:
Bachir Soussi Chiadmi
2017-05-30 11:31:37 +02:00
parent a1968857f6
commit 9e1ab238c3
4 changed files with 110 additions and 8 deletions
+39
View File
@@ -0,0 +1,39 @@
<!DOCTYPE html>
<html class="normal" lang="fr">
<head>
<meta charset="utf-8">
<title>Cascade</title>
<link rel="stylesheet" href="/assets/css/main.css">
</head>
<body>
<!-- PAGES -->
<div id="pages">
<div id="master-page" class="paper">
<div class="page">
<div class="body">
<div class="bloc x0 y0 w9 h12 flow-main" style="margin-bottom:0pt;"></div>
<!-- <div class="bloc x0 w1 flow-fn" style="bottom: 115pt;"></div> -->
</div>
</div>
</div>
</div>
<div id="stories">
<div id="flow-main">
</div>
<!-- // my-story -->
</div>
<!-- // stories -->
<script src="/assets/lib/jquery.min.js" charset="utf-8"></script>
<script src="/assets/js/setup.js" charset="utf-8"></script>
<script src="/assets/js/html2print.js" charset="utf-8"></script>
<script src="/assets/js/script.js" charset="utf-8"></script>
</body>
</html>
+2 -2
View File
@@ -47,9 +47,9 @@
// .body:after { bottom: $line-height * -3; }
/*gauche*/
.paper:nth-child(odd) .body:before { content: "Tous, des sang-mélés"; }
.paper:nth-child(odd) .body:before { content: "Cascade, default header"; }
/*droite*/
.paper:nth-child(even) .body:before { content: "Tous, des sang-mélés"; }
.paper:nth-child(even) .body:before { content: "Cascade, default header"; }
.body:after { content: counter(folio); z-index: 499;}
+1 -1
View File
@@ -1 +1 @@
nb_page = 100;
nb_page = 2;