From cc42a76a4733425567db64d4d9af6ac970586073 Mon Sep 17 00:00:00 2001 From: "Yann Esposito (Yogsototh)" Date: Thu, 4 Jul 2019 23:03:51 +0200 Subject: [PATCH] :construction: WIP :construction: --- dist/homepage-pandoc.html | 56 ++++++++++++++++++ dist/homepage.html | 73 ++++++++++++++++++----- homepage.org => dist/homepage.org | 17 +++--- dist/index.html | 96 +++++++++++++++++++++++++------ dist/index.org | 23 ++++++++ dist/minimalist.css | 11 ++-- dist/posts/index.org | 22 +++++++ 7 files changed, 254 insertions(+), 44 deletions(-) create mode 100644 dist/homepage-pandoc.html rename homepage.org => dist/homepage.org (88%) create mode 100644 dist/index.org create mode 100644 dist/posts/index.org diff --git a/dist/homepage-pandoc.html b/dist/homepage-pandoc.html new file mode 100644 index 0000000..d32e9ff --- /dev/null +++ b/dist/homepage-pandoc.html @@ -0,0 +1,56 @@ +

Welcome to her.esy.fun!

+

Testing

+

I will test some classical things. First let's test bold, then italic then, code and terminal. Also forgot barré. And a veryveryveryverylongwordlike Supercalifragilisticexpialidocious and even longer SupercalifragilisticexpialidociousSupercalifragilisticexpialidocious and even very very longer SupercalifragilisticexpialidociousSupercalifragilisticexpialidociousSupercalifragilisticexpialidociousSupercalifragilisticexpialidociousSupercalifragilisticexpialidocious

+
(def foo
+  "this is some clojure code"
+  [& args]
+  (string/join ", " args))
+

Then let's try some blockquote:

+
+

This is a quote here. I'm fond of using it.

+

– Shakespeare

+
+ +
    +
  1. foo
  2. +
  3. bar
  4. +
  5. baz
  6. +
+
+

some text

+

A figure with a caption:

+
+The bomb that started the expriment in Twin Peaks
The bomb that started the expriment in Twin Peaks
+
+

h2 test

+

h3 test

+

h4 test

+

h5 test

+
h6 test
+
h7 does not exists
+
    +
  1. lower …

    +
      +
    1. deeper

      +
        +
      1. even deeper…

        +
          +
        1. still even deeeeper

          +

          Deep enough now :)

        2. +
      2. +
    2. +
  2. +
diff --git a/dist/homepage.html b/dist/homepage.html index 2a185fc..7b8b579 100644 --- a/dist/homepage.html +++ b/dist/homepage.html @@ -3,7 +3,7 @@ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - + her.esy.fun @@ -11,6 +11,7 @@ + + + +
+

her.esy.fun

+

+her.esy.fun +

+ +

+This is a new take on my personal blog. +With a lot more minimalism in mind. +

+ +
+

Articles

+
+
+ diff --git a/dist/index.org b/dist/index.org new file mode 100644 index 0000000..decba13 --- /dev/null +++ b/dist/index.org @@ -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: + +[[https://her.esy.fun][her.esy.fun]] + +This is a new take on my personal blog. +With a lot more minimalism in mind. + +* Articles diff --git a/dist/minimalist.css b/dist/minimalist.css index 895ce6a..0629e64 100644 --- a/dist/minimalist.css +++ b/dist/minimalist.css @@ -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; diff --git a/dist/posts/index.org b/dist/posts/index.org new file mode 100644 index 0000000..aa359a9 --- /dev/null +++ b/dist/posts/index.org @@ -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: + +[[https://her.esy.fun][her.esy.fun]] + +This is a new take on my personal blog. +With a lot more minimalism in mind. + +* Articles