Changement pour hugo

This commit is contained in:
Yannick Francois
2018-03-29 10:19:15 +02:00
commit a6421e78fa
389 changed files with 8423 additions and 0 deletions
View File
+9
View File
@@ -0,0 +1,9 @@
{{ partial "header" . }}
<ul>
{{ range .Data.Pages.ByDate.Reverse }}
<li>{{ dateFormat "02 Jan 2006" .Date }} » <a href="{{ .Permalink}}">{{ .Title }}</a></li>
{{ end }}
</ul>
{{ partial "footer" . }}
+14
View File
@@ -0,0 +1,14 @@
{{ partial "header" . }}
<article>
<h1>
{{ .Title | markdownify }}
{{ with .Params.subtitle }}<br/><small>{{ . }}</small>{{ end }}
</h1>
{{ .Content }}
<article>
{{ partial "footer" . }}
+12
View File
@@ -0,0 +1,12 @@
{{ partial "header" . }}
{{ range .Data.Pages }}
{{if eq .Type "index" }}
{{.Content}}
{{end}}
{{ end }}
{{ partial "footer" . }}
@@ -0,0 +1,2 @@
</html>
+23
View File
@@ -0,0 +1,23 @@
<!DOCTYPE html>
<html lang="fr">
<meta charset="utf-8">
<title>Yannick François - Les pieds dans le code</title>
<meta name="DC.title" content="elsif.fr, site de Yannick François aka yaf aka pouype."/>
<meta name="description" content="Yannick François's website. Senior developer, Code pedagogist. /ut7 teammate, proud member of Electrolab, the crazy hackerspace. Eternel supporter of April, a french association about freesoftware."/>
<meta name="keywords" content="code, développement, lean, agile, logiciel, tdd, objet, ruby, site perso, personnel, ruby on rails, refactoring, openbsd, bsd, libre, creative commons, unix"/>
<meta name="author" content="Yannick François, https://elsif.fr"/>
<meta name="designer" content="Yannick François, https://elsif.fr"/>
<meta name="geo.placename" content="Poissy, Ile de france, France"/>
<meta name="robots" content="index,follow" />
<meta name="language" content="French" />
<meta name="HandheldFriendly" content="True" />
<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" />
<link rel="index" title="Yannick François / Developer" href="https://elsif.fr" />
<link rel="stylesheet" href="/css/knacss.css" media="all"/>
<link rel="stylesheet" href="/css/elsif.css" media="all"/>
<header><h1><a class="top header-title" href="/">Les pieds dans le code</a></h1></header>