md2html is now compiling md contents to index.html
This commit is contained in:
@@ -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>
|
||||
@@ -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 @@
|
||||
nb_page = 100;
|
||||
nb_page = 2;
|
||||
|
||||
Reference in New Issue
Block a user