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
+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;