intègre le CSS dans le template
This commit is contained in:
@@ -1,6 +1,5 @@
|
|||||||
# TODO
|
# TODO
|
||||||
|
|
||||||
- inclure le CSS dans le template
|
|
||||||
- intégrer une lecture par « tag »
|
- intégrer une lecture par « tag »
|
||||||
- construire des outils de validations avant publication (html, css, flux, ...)
|
- construire des outils de validations avant publication (html, css, flux, ...)
|
||||||
- modifier les url pour utiliser les année/mois/jour comme arborescence
|
- modifier les url pour utiliser les année/mois/jour comme arborescence
|
||||||
|
|||||||
@@ -15,8 +15,16 @@
|
|||||||
<meta name="MobileOptimized" content="320" />
|
<meta name="MobileOptimized" content="320" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=0, minimum-scale=1.0, maximum-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=0, minimum-scale=1.0, maximum-scale=1.0" />
|
||||||
<link rel="index" title="Yannick François / Développeur / Pédagogue" href="index.html" />
|
<link rel="index" title="Yannick François / Développeur / Pédagogue" href="index.html" />
|
||||||
<link rel="stylesheet" href="/css/201912-elsif.css" media="all"/>
|
|
||||||
<link rel="alternate" type="application/rss" href="/feed.xml" title="elsif.fr/feed" />
|
<link rel="alternate" type="application/rss" href="/feed.xml" title="elsif.fr/feed" />
|
||||||
|
<style>
|
||||||
|
body { font-size:16pt; max-width:42rem; margin: 1em; color: black; background: white; font-family: Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif; }
|
||||||
|
a { color: darkred; }
|
||||||
|
a:hover { background: gold; }
|
||||||
|
a:visited, a:active { color: dimgrey; }
|
||||||
|
nav { text-align:center; font-size:smaller; padding: 0; margin: 0; }
|
||||||
|
nav li { list-style-type: none; }
|
||||||
|
.portrait { margin: 1em; }
|
||||||
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<article>
|
<article>
|
||||||
@@ -29,8 +37,7 @@
|
|||||||
</article>
|
</article>
|
||||||
<footer>
|
<footer>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="/ruby">ruby</a></li>
|
</ul>
|
||||||
</ul>
|
|
||||||
</footer>
|
</footer>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
@@ -15,8 +15,16 @@
|
|||||||
<meta name="MobileOptimized" content="320" />
|
<meta name="MobileOptimized" content="320" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=0, minimum-scale=1.0, maximum-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=0, minimum-scale=1.0, maximum-scale=1.0" />
|
||||||
<link rel="index" title="Yannick François / Développeur / Pédagogue" href="index.html" />
|
<link rel="index" title="Yannick François / Développeur / Pédagogue" href="index.html" />
|
||||||
<link rel="stylesheet" href="/css/201912-elsif.css" media="all"/>
|
|
||||||
<link rel="alternate" type="application/rss" href="/feed.xml" title="elsif.fr/feed" />
|
<link rel="alternate" type="application/rss" href="/feed.xml" title="elsif.fr/feed" />
|
||||||
|
<style>
|
||||||
|
body { font-size:16pt; max-width:42rem; margin: 1em; color: black; background: white; font-family: Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif; }
|
||||||
|
a { color: darkred; }
|
||||||
|
a:hover { background: gold; }
|
||||||
|
a:visited, a:active { color: dimgrey; }
|
||||||
|
nav { text-align:center; font-size:smaller; padding: 0; margin: 0; }
|
||||||
|
nav li { list-style-type: none; }
|
||||||
|
.portrait { margin: 1em; }
|
||||||
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<article>
|
<article>
|
||||||
@@ -31,8 +39,7 @@
|
|||||||
</article>
|
</article>
|
||||||
<footer>
|
<footer>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="/breve-de-client">breve-de-client</a></li>
|
</ul>
|
||||||
</ul>
|
|
||||||
</footer>
|
</footer>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
@@ -15,8 +15,16 @@
|
|||||||
<meta name="MobileOptimized" content="320" />
|
<meta name="MobileOptimized" content="320" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=0, minimum-scale=1.0, maximum-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=0, minimum-scale=1.0, maximum-scale=1.0" />
|
||||||
<link rel="index" title="Yannick François / Développeur / Pédagogue" href="index.html" />
|
<link rel="index" title="Yannick François / Développeur / Pédagogue" href="index.html" />
|
||||||
<link rel="stylesheet" href="/css/201912-elsif.css" media="all"/>
|
|
||||||
<link rel="alternate" type="application/rss" href="/feed.xml" title="elsif.fr/feed" />
|
<link rel="alternate" type="application/rss" href="/feed.xml" title="elsif.fr/feed" />
|
||||||
|
<style>
|
||||||
|
body { font-size:16pt; max-width:42rem; margin: 1em; color: black; background: white; font-family: Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif; }
|
||||||
|
a { color: darkred; }
|
||||||
|
a:hover { background: gold; }
|
||||||
|
a:visited, a:active { color: dimgrey; }
|
||||||
|
nav { text-align:center; font-size:smaller; padding: 0; margin: 0; }
|
||||||
|
nav li { list-style-type: none; }
|
||||||
|
.portrait { margin: 1em; }
|
||||||
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<article>
|
<article>
|
||||||
@@ -31,8 +39,7 @@
|
|||||||
</article>
|
</article>
|
||||||
<footer>
|
<footer>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="/breve-de-client">breve-de-client</a></li>
|
</ul>
|
||||||
</ul>
|
|
||||||
</footer>
|
</footer>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
@@ -15,8 +15,16 @@
|
|||||||
<meta name="MobileOptimized" content="320" />
|
<meta name="MobileOptimized" content="320" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=0, minimum-scale=1.0, maximum-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=0, minimum-scale=1.0, maximum-scale=1.0" />
|
||||||
<link rel="index" title="Yannick François / Développeur / Pédagogue" href="index.html" />
|
<link rel="index" title="Yannick François / Développeur / Pédagogue" href="index.html" />
|
||||||
<link rel="stylesheet" href="/css/201912-elsif.css" media="all"/>
|
|
||||||
<link rel="alternate" type="application/rss" href="/feed.xml" title="elsif.fr/feed" />
|
<link rel="alternate" type="application/rss" href="/feed.xml" title="elsif.fr/feed" />
|
||||||
|
<style>
|
||||||
|
body { font-size:16pt; max-width:42rem; margin: 1em; color: black; background: white; font-family: Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif; }
|
||||||
|
a { color: darkred; }
|
||||||
|
a:hover { background: gold; }
|
||||||
|
a:visited, a:active { color: dimgrey; }
|
||||||
|
nav { text-align:center; font-size:smaller; padding: 0; margin: 0; }
|
||||||
|
nav li { list-style-type: none; }
|
||||||
|
.portrait { margin: 1em; }
|
||||||
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<article>
|
<article>
|
||||||
@@ -28,8 +36,7 @@
|
|||||||
</article>
|
</article>
|
||||||
<footer>
|
<footer>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="/breve-de-client">breve-de-client</a></li>
|
</ul>
|
||||||
</ul>
|
|
||||||
</footer>
|
</footer>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
+9
-8
@@ -15,21 +15,22 @@
|
|||||||
<meta name="MobileOptimized" content="320" />
|
<meta name="MobileOptimized" content="320" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=0, minimum-scale=1.0, maximum-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=0, minimum-scale=1.0, maximum-scale=1.0" />
|
||||||
<link rel="index" title="Yannick François / Développeur / Pédagogue" href="index.html" />
|
<link rel="index" title="Yannick François / Développeur / Pédagogue" href="index.html" />
|
||||||
<link rel="stylesheet" href="/css/201912-elsif.css" media="all"/>
|
|
||||||
<link rel="alternate" type="application/rss" href="/feed.xml" title="elsif.fr/feed" />
|
<link rel="alternate" type="application/rss" href="/feed.xml" title="elsif.fr/feed" />
|
||||||
|
<style>
|
||||||
|
body { font-size:16pt; max-width:42rem; margin: 1em; color: black; background: white; font-family: Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif; }
|
||||||
|
a { color: darkred; }
|
||||||
|
a:hover { background: gold; }
|
||||||
|
a:visited, a:active { color: dimgrey; }
|
||||||
|
nav { text-align:center; font-size:smaller; padding: 0; margin: 0; }
|
||||||
|
nav li { list-style-type: none; }
|
||||||
|
.portrait { margin: 1em; }
|
||||||
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<article>
|
<article>
|
||||||
$if(title)$<h1>$title$</h1>$endif$
|
$if(title)$<h1>$title$</h1>$endif$
|
||||||
$body$
|
$body$
|
||||||
</article>
|
</article>
|
||||||
<footer>
|
|
||||||
<ul>
|
|
||||||
$for(keywords)$
|
|
||||||
<li><a href="/$keywords$">$keywords$</a></li>
|
|
||||||
$endfor$
|
|
||||||
</ul>
|
|
||||||
</footer>
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user