aboutsummaryrefslogtreecommitdiff
path: root/source/template.html
blob: 225fbc5b9c7a219264d111661ab4fc80c4e5fb35 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
<!DOCTYPE html>
<html>
  <head>
    <meta charset="UTF-8"/>
    <meta name="generator" content="pandoc"/>
    <meta name="author" content="neodarz"/>
    <meta name="description" content="Site d'un mec qui c'est encore perdu sur internet..." />
    <meta name="keywords" content="libriste, hacker, bidouiller">
    <meta property="og:title" content="neodarz.net">
    <meta property="og:type" content="site">
    <meta property="og:url" content="https://neodarz.net">
    <meta property="og:image" content="https://neodarz.net/img/favicon-144.png">
    <meta property="og:site_name" content="neodarz.net">
$if(date)$
    <meta name="date" content="$date$"/>
$endif$
    <title>$pagetitle$</title>
    <link rel="apple-touch-icon-precomposed" href="/img/apple-touch-icon-152.png"/>
    <link rel="stylesheet" href="/css/font-awesome.min.css">
    <meta name="msapplication-TileColor" content="#FFFFFF"/>
    <meta name="msapplication-TileImage" content="/img/favicon-144.png"/>
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <link href="/css/normalize.min.css" media="all" rel="stylesheet" type="text/css"/>
    <link href="/css/theme.css" media="all" rel="stylesheet" type="text/css"/>
$if(chinese_article)$
    <link href="/css/theme-chinese-article.css" rel="stylesheet" type="text/css"/>
$endif$
$if(highlighting-css)$
    <link href="/css/highlight.css" media="all" rel="stylesheet" type="text/css"/>
$endif$
$if(custom-css)$
    <style type="text/css">$custom-css$</style>
$endif$
  </head>
  <body>
  <span style="display: none">poubelle@neodarz.net</span>
  <a class="link-header" href="/"><div class="outer"style="width:100%" ><pre class="title-header"><code>
  ████   ██               ██                 ██               ██   ████
 ░░░░   ░░██             ██  ██   ██     ██ ░░██             ██   ░░░░
         ░░██           ██  ░░██ ░░██   ██   ░░██           ██
          ░░██         ░██   ░░   ░░   ██     ░██          ██
           ░░██        ░██            ██      ░██         ██
            ░░██       ░░██         ██        ██         ██
             ░░██ █████ ░░██     ███         ██   █████ ██
              ░░ ░░░░░   ░░     ░░░         ░░   ░░░░░ ░░
      </code></pre></div></a>
    -- generate LANGSWITCH --
    <nav class="nav">
      <div class="lia-border">
        -- generate menu here --
        <hr>
        <ul>
          <a href="/blog" class='lia'><li><span class='left-lia'></span><span class='center-lia'>blog</span><span class='right-lia'></span></li></a>
          <a href="/notes" class='lia'><li><span class='left-lia'></span><span class='center-lia'>notes</span><span class='right-lia'></span></li></a>
          <a href="https://shaarli.neodarz.net/" class='lia'><li><span class='left-lia'></span><span class='center-lia'>shaarli</span><span class='right-lia'></span></li></a>
          <a href="https://framagit.org/NeodarZ" class='lia'><li><span class='left-lia'></span><span class='center-lia'>code - framagit</span><span class='right-lia'></span></li></a>
          <a href="https://git.neodarz.net" class='lia'><li><span class='left-lia'></span><span class='center-lia'>code - local</span><span class='right-lia'></span></li></a>
        </ul>
      </div>
    </nav>
    <div class="bodya">


  <div style="width:100%"><div class="article">
  <article class="content" id="content">
$if(title)$
      <header class="article-header">
        <h1 class="article-title">$title$</h1>
$if(subtitle)$
        <h1 class="article-subtitle">$subtitle$</h1>
$endif$
        <div class="article-metadata">
$if(author)$
          <span class="article-author">$author$</span><br/>
$endif$
$if(date_display)$
          <time class="article-timestamp" $if(date)$datetime="$date$"$endif$>$date_display$</time>
$endif$
$if(updated)$
          <span class="lfooter">
            <time class="updated" datetime="$updated$"><code>$updated$</code></time>
          </span>
$endif$
        </div>
      </header>
$endif$
$body$
    </article>
    </div>
    </div>
    </div>
    <div class="footer">·.: <a href="https://creativecommons.org/licenses/by-sa/4.0/legalcode">CC-BY-SA</a> || <a rel="me" href="https://mastodon.social/@neodarz">Mastodon</a> || <a href="https://git.neodarz.net/neodarz/website/my_new_personal_website.git/about/">&lt;Source code&gt;</a> :.·</div>
  </body>
</html>