🚧 WIP 🚧

This commit is contained in:
Yann Esposito (Yogsototh) 2019-07-04 23:03:51 +02:00
parent a4263afbe4
commit cc42a76a47
Signed by untrusted user who does not match committer: yogsototh
GPG key ID: 7B19A4C650D59646
7 changed files with 254 additions and 44 deletions

56
dist/homepage-pandoc.html vendored Normal file
View file

@ -0,0 +1,56 @@
<p>Welcome to <a href="https://her.esy.fun">her.esy.fun</a>!</p>
<h1 id="testing">Testing</h1>
<p>I will test some classical things. First let's test <strong>bold</strong>, then <em>italic</em> then, <code>code</code> and <code>terminal</code>. Also forgot <del>barré</del>. And a veryveryveryverylongwordlike Supercalifragilisticexpialidocious and even longer SupercalifragilisticexpialidociousSupercalifragilisticexpialidocious and even very very longer SupercalifragilisticexpialidociousSupercalifragilisticexpialidociousSupercalifragilisticexpialidociousSupercalifragilisticexpialidociousSupercalifragilisticexpialidocious</p>
<div class="sourceCode" id="cb1"><pre class="sourceCode clojure"><code class="sourceCode clojure"><a class="sourceLine" id="cb1-1" title="1">(<span class="bu">def</span><span class="fu"> foo</span></a>
<a class="sourceLine" id="cb1-2" title="2"> <span class="st">&quot;this is some clojure code&quot;</span></a>
<a class="sourceLine" id="cb1-3" title="3"> [&amp; args]</a>
<a class="sourceLine" id="cb1-4" title="4"> (string/join <span class="st">&quot;, &quot;</span> args))</a></code></pre></div>
<p>Then let's try some blockquote:</p>
<blockquote>
<p>This is a quote here. I'm fond of using it.</p>
<p> Shakespeare</p>
</blockquote>
<ul>
<li>item 1</li>
<li>item 2
<ul>
<li>sub-item</li>
<li>re-sub-item
<ul>
<li>sub-sub-item</li>
</ul></li>
<li>sub</li>
</ul></li>
<li>item 3</li>
<li>item 4</li>
</ul>
<ol>
<li>foo</li>
<li>bar</li>
<li>baz</li>
</ol>
<hr />
<p>some text</p>
<p>A figure with a caption:</p>
<figure>
<img src="./img/a.png" alt="The bomb that started the expriment in Twin Peaks" alt="The bomb" /><figcaption>The bomb that started the expriment in Twin Peaks</figcaption>
</figure>
<h1 id="h2-test">h2 test</h1>
<h2 id="h3-test">h3 test</h2>
<h3 id="h4-test">h4 test</h3>
<h4 id="h5-test">h5 test</h4>
<h5 id="h6-test">h6 test</h5>
<h6 id="h7-does-not-exists">h7 does not exists</h6>
<ol>
<li><p>lower …</p>
<ol>
<li><p>deeper</p>
<ol>
<li><p>even deeper…</p>
<ol>
<li><p>still even deeeeper</p>
<p>Deep enough now :)</p></li>
</ol></li>
</ol></li>
</ol></li>
</ol>

73
dist/homepage.html vendored
View file

@ -3,7 +3,7 @@
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<!-- 2019-07-04 Thu 08:37 -->
<!-- 2019-07-04 Jeu 22:31 -->
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>her.esy.fun</title>
@ -11,6 +11,7 @@
<meta name="author" content="Yann Esposito" />
<meta name="keywords" content="programming" />
<link rel="stylesheet" type="text/css" href="/minimalist.css" />
<link rel="stylesheet" type="text/css" href="./minimalist.css" />
<script type="text/javascript">
/*
@licstart The following is the entire license notice for the
@ -61,9 +62,13 @@ for the JavaScript code in this tag.
<body>
<div id="content">
<h1 class="title">her.esy.fun</h1>
<div id="outline-container-orgeeb78dc" class="outline-2">
<h2 id="orgeeb78dc">Testing</h2>
<div class="outline-text-2" id="text-orgeeb78dc">
<p>
Welcome to <a href="https://her.esy.fun">her.esy.fun</a>!
</p>
<div id="outline-container-orgb735553" class="outline-2">
<h2 id="orgb735553">Testing</h2>
<div class="outline-text-2" id="text-orgb735553">
<p>
I will test some classical things.
First let&rsquo;s test <b>bold</b>, then <i>italic</i> then, <code>code</code> and <code>terminal</code>.
@ -126,31 +131,73 @@ some text
</p>
<p>
Single image:
A figure with a caption:
</p>
<div class="figure">
<p><img src="./img/a.png" alt="The bomb" />
</p>
<p><span class="figure-number">Figure 1: </span>The bomb that started the expriment in Twin Peaks</p>
</div>
</div>
</div>
<div id="outline-container-org87a77f4" class="outline-2">
<h2 id="org87a77f4">h2 test</h2>
<div class="outline-text-2" id="text-org87a77f4">
</div>
<div id="outline-container-org3d95a99" class="outline-3">
<h3 id="org3d95a99">h3 test</h3>
<div class="outline-text-3" id="text-org3d95a99">
</div>
<div id="outline-container-org7ed52bf" class="outline-4">
<h4 id="org7ed52bf">h4 test</h4>
<div class="outline-text-4" id="text-org7ed52bf">
</div>
<div id="outline-container-orgc2240ec" class="outline-5">
<h5 id="orgc2240ec">h5 test</h5>
<div class="outline-text-5" id="text-orgc2240ec">
</div>
<div id="outline-container-org449734c" class="outline-6">
<h6 id="org449734c">h6 test</h6>
<div class="outline-text-6" id="text-org449734c">
</div>
<div id="outline-container-org91376ad" class="outline-7">
<h7 id="org91376ad">h7 does not exists</h7>
<div class="outline-text-7" id="text-org91376ad">
</div>
<ul class="org-ul">
<li><a id="org0c18e4c"></a>lower &#x2026;<br />
<ul class="org-ul">
<li><a id="org89b0fdd"></a>deeper<br />
<ul class="org-ul">
<li><a id="org63ae6d0"></a>even deeper&#x2026;<br />
<ul class="org-ul">
<li><a id="orga8ea658"></a>still even deeeeper<br />
<div class="outline-text-11" id="text-orga8ea658">
<p>
And a figure with a caption:
Deep enough now :)
</p>
<div class="figure">
<p><img src="./img/a.png" alt="The bomb" />
</p>
<p><span class="figure-number">Figure 2: </span>The bomb that started the expriment in Twin Peaks</p>
</div>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div id="postamble" class="status">
<p class="author">Author: Yann Esposito</p>
<p class="date">Created: 2019-07-04 Thu 08:37</p>
<p class="date">Created: 2019-07-04 Jeu 22:31</p>
<p class="creator">Spacemacs, org-mode (Emacs 26.1, Org mode 9.2.3)</p>
<p class="validation"><a href="http://validator.w3.org/check?uri=referer">Validate</a></p>
</div>

View file

@ -6,7 +6,7 @@
Welcome to [[https://her.esy.fun][her.esy.fun]]!
* Writer :noexport:
* Writer :noexport:
#+BIND: org-exporet-publishing-directory "./dist"
@ -19,7 +19,8 @@ Welcome to [[https://her.esy.fun][her.esy.fun]]!
#+OPTIONS: todo:t |:t
#+CREATOR: Spacemacs, org-mode (Emacs 26.1, Org mode 9.2.3)
#+HTML_HEAD: <link rel="stylesheet" type="text/css" href="/minimalist.css" />
#+HTML_HEAD: <link rel="stylesheet" type="text/css" href="./minimalist.css" />
#+OPTIONS: H:6
#+BIND: org-export-publishing-directory "./dist"
@ -73,12 +74,12 @@ A figure with a caption:
#+ATTR_HTML: :alt The bomb
[[file:./img/a.png]]
* h1 test
** h2 test
*** h3 test
**** h4 test
***** h5 test
****** h6 test
* h2 test
** h3 test
*** h4 test
**** h5 test
***** h6 test
****** h7 does not exists
******* lower ...
******** deeper
********* even deeper...

96
dist/index.html vendored
View file

@ -1,20 +1,78 @@
<html>
<head>
<title>HER.ESY.FUN</title>
<link rel="stylesheet" type="text/css" href="/minimalist.css">
</head>
<body>
<h1>HER.ESY.FUN</h1>
<p>This is just a test</p>
<blockquote>This is just a blockquote test</blockquote>
<p>A longer paragraph of text. Just to see where is the limit. Also let's just put some
link <a href="/">self-link</a> and some <code>code</code> as well as
<a href="/"><code>link with code</code></a>.
And why not a very long word.
For example, whyareyoulookingatmelikethatthisisnotwhatyoushoulddoreallyitisupsettingmeandyoushouldtakealookatthehappyfrighteninggirlgifaboutthattheme.
<pre>
(defn foo :- Schema
[arg]
(do-something arg))</pre>
</body>
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<!-- 2019-07-04 Jeu 11:00 -->
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>her.esy.fun</title>
<meta name="generator" content="Org mode" />
<meta name="author" content="Yann Esposito" />
<meta name="keywords" content="programming" />
<link rel="stylesheet" type="text/css" href="./minimalist.css" />
<script type="text/javascript">
/*
@licstart The following is the entire license notice for the
JavaScript code in this tag.
Copyright (C) 2012-2019 Free Software Foundation, Inc.
The JavaScript code in this tag is free software: you can
redistribute it and/or modify it under the terms of the GNU
General Public License (GNU GPL) as published by the Free Software
Foundation, either version 3 of the License, or (at your option)
any later version. The code is distributed WITHOUT ANY WARRANTY;
without even the implied warranty of MERCHANTABILITY or FITNESS
FOR A PARTICULAR PURPOSE. See the GNU GPL for more details.
As additional permission under GNU GPL version 3 section 7, you
may distribute non-source (e.g., minimized or compacted) forms of
that code without the copy of the GNU GPL normally required by
section 4, provided you include this license notice and a URL
through which recipients can access the Corresponding Source.
@licend The above is the entire license notice
for the JavaScript code in this tag.
*/
<!--/*--><![CDATA[/*><!--*/
function CodeHighlightOn(elem, id)
{
var target = document.getElementById(id);
if(null != target) {
elem.cacheClassElem = elem.className;
elem.cacheClassTarget = target.className;
target.className = "code-highlighted";
elem.className = "code-highlighted";
}
}
function CodeHighlightOff(elem, id)
{
var target = document.getElementById(id);
if(elem.cacheClassElem)
elem.className = elem.cacheClassElem;
if(elem.cacheClassTarget)
target.className = elem.cacheClassTarget;
}
/*]]>*///-->
</script>
</head>
<body>
<div id="content">
<h1 class="title">her.esy.fun</h1>
<p>
<a href="https://her.esy.fun">her.esy.fun</a>
</p>
<p>
This is a new take on my personal blog.
With a lot more minimalism in mind.
</p>
<div id="outline-container-org70f1768" class="outline-2">
<h2 id="org70f1768">Articles</h2>
</div>
</div>
</body>
</html>

23
dist/index.org vendored Normal file
View file

@ -0,0 +1,23 @@
#+TITLE: her.esy.fun
#+AUTHOR: Yann Esposito
#+EMAIL: yann.esposito@gmail.com
#+KEYWORDS: programming
#+DESCRIPTION:
#+LANGUAGE: en
#+LANG: en
#+CREATOR: Spacemacs, org-mode (Emacs 26.1, Org mode 9.2.3)
#+OPTIONS: ':t *:t -:t ::t <:t H:3 \n:nil ^:t arch:headline author:t c:nil
#+OPTIONS: creator:comment d:(not LOGBOOK) date:t e:t email:nil f:t inline:t
#+OPTIONS: p:nil pri:nil stat:t tags:t tasks:t tex:t timestamp:t
#+OPTIONS: html-style:nil num:nil toc:nil
#+OPTIONS: html-postamble:nil
#+OPTIONS: H:6
#+OPTIONS: todo:t |:t
#+HTML_HEAD_EXTRA: <link rel="stylesheet" type="text/css" href="./minimalist.css" />
[[https://her.esy.fun][her.esy.fun]]
This is a new take on my personal blog.
With a lot more minimalism in mind.
* Articles

11
dist/minimalist.css vendored
View file

@ -30,7 +30,7 @@ h5 { font-size: 1em; }
h6 { font-size: 1em; }
h1::before { content: "# "; opacity: 0.5; }
h2::before { content: "## "; opacity: 0.5; }
h5::before { content: "### "; opacity: 0.5; }
h3::before { content: "### "; opacity: 0.5; }
h4::before { content: "#### "; opacity: 0.5; }
h5::before { content: "##### "; opacity: 0.5; }
h6::before { content: "###### "; opacity: 0.5; }
@ -105,9 +105,12 @@ ol > li:after {
a, a:visited { color: #008AFF; }
a:active, a:hover, a:focus { color: #0085a1; }
h1 { color: #af005f;}
h2 { color: #5f5faf;}
h3 { color: #0087ff;}
h1 { color: #6c71c4;}
h2 { color: #d33682;}
h3 { color: #dc322f;}
h4 { color: #cb4b16;}
h5 { color: #b58900;}
h6 { color: #859900;}
img { max-width: 100%;
max-height: 800px;

22
dist/posts/index.org vendored Normal file
View file

@ -0,0 +1,22 @@
#+TITLE: her.esy.fun
#+AUTHOR: Yann Esposito
#+EMAIL: yann.esposito@gmail.com
#+KEYWORDS: programming
#+DESCRIPTION:
#+LANGUAGE: en
#+LANG: en
#+CREATOR: Spacemacs, org-mode (Emacs 26.1, Org mode 9.2.3)
#+OPTIONS: ':t *:t -:t ::t <:t H:3 \n:nil ^:t arch:headline author:t c:nil
#+OPTIONS: creator:comment d:(not LOGBOOK) date:t e:t email:nil f:t inline:t
#+OPTIONS: p:nil pri:nil stat:t tags:t tasks:t tex:t timestamp:t
#+OPTIONS: html-style:nil num:nil toc:nil
#+OPTIONS: html-postamble:nil
#+OPTIONS: todo:t |:t
#+HTML_HEAD_EXTRA: <link rel="stylesheet" type="text/css" href="./minimalist.css" />
[[https://her.esy.fun][her.esy.fun]]
This is a new take on my personal blog.
With a lot more minimalism in mind.
* Articles