her.esy.fun/src/index.org
2020-02-21 10:27:51 +00:00

67 lines
2.2 KiB
Org Mode

#+TITLE: Welcome!
#+KEYWORDS: programming
#+AUTHOR: Yann Esposito
#+EMAIL: yann@esposito.host
#+DESCRIPTION:
#+LANGUAGE: en
#+LANG: en
#+OPTIONS: H:5
#+STARTUP: showeverything
@@html:<nav>
<a href="/index.html">Home</a> |
<a href="/archive.html">Posts</a> |
<a href="/slides.html">Slides</a> |
<a href="/about-me.html">About</a>
<span class="details">
(<a href="https://gitea.esy.fun/yogsototh">code</a>
<a href="https://espial.esy.fun/u:yogsototh">bookmarks</a>
<a href="https://espial.esy.fun/u:yogsototh/notes">notes</a>)
</span>
</nav>@@
#+INCLUDE: ../logo-svg.org
#+MACRO: br @@html:<br/><br/>@@
Welcome to my personal website.
I generally talk about programming, maybe movies, or miscellaneous topics.
You can follow new articles via [[https://her.esy.fun/rss.xml][RSS]].
I also expose some of my presentations here.
- [[file:archive.org][articles]]
- [[file:slides.org][presentations]]
That website was created with the following constraints in mind by order of
priority:
1. *Respect Privacy*; no tracker of any sort (no ads, no google analytics, no
referrer for all external links, etc...)
{{{br}}}
2. *Almost javascript free*; no js at all except for a single exception,
pages containing Math formulae are displayed using mathjax. That means
that even the CSS theme switcher does not use javascript.
{{{br}}}
3. *Accessibility*; should be easy to read on a text browser so people with
disabilities could easily consume it.
{{{br}}}
4. *Nerdy*; should feel mostly like markdown text +in a terminal+ (bad for
legibility on the web in fact) and source code
should be syntax highlighted.
{{{br}}}
5. *User friendly*; support your preferred light/dark theme by default but you
can change it if you want.
{{{br}}}
6. *RSS*; you should be able to get informed when I add a new blog post.
{{{br}}}
7. *Frugal*; try to minimize the resources needed to visit my website; no
javascript, no web-font, not too much CSS magic, not much images or really
compressed one.
I talk about more details [[file:./posts/new-blog.org][here]].
#+begin_export html
<a href="https://validator.w3.org/feed/check.cgi?url=https%3A%2F%2Fher.esy.fun%2Frss.xml">[Valid RSS]</a>
#+end_export