her.esy.fun/src/index.org

36 lines
1.4 KiB
Org Mode
Raw Permalink Normal View History

2019-07-08 21:16:48 +00:00
#+TITLE: Welcome!
2019-07-05 15:09:14 +00:00
#+KEYWORDS: programming
2019-07-08 21:16:48 +00:00
#+AUTHOR: Yann Esposito
2019-07-29 22:10:54 +00:00
#+EMAIL: yann@esposito.host
2019-07-05 15:09:14 +00:00
#+DESCRIPTION:
#+LANGUAGE: en
#+LANG: en
2019-07-09 12:03:32 +00:00
#+OPTIONS: H:5
2019-07-13 21:30:59 +00:00
#+STARTUP: showeverything
2019-07-08 21:16:48 +00:00
2019-08-14 12:54:14 +00:00
Welcome to my personal website.
2019-07-09 12:36:00 +00:00
2019-08-14 12:54:14 +00:00
Here I will talk mostly about the life of a software developer.
So programming, functional programming in particular.
2019-08-12 09:42:20 +00:00
2019-08-14 12:54:14 +00:00
That website was created with the following constraints in mind by order of
priority:
2019-08-15 21:20:09 +00:00
1. *Respect Privacy*; no tracker of any sort (no ads, no google analytics, no
2019-08-15 15:56:29 +00:00
referrer for all external links, etc...)
2. *almost javascript free*; no js at all except for a single exception,
pages containing Math formula are displayed using mathjax. That means
that event the CSS theme switcher does not use javascript.
2019-08-15 21:20:09 +00:00
3. *disability friendly*; should be easy to read on a text browser so people
2019-08-14 12:54:14 +00:00
with disabilities could easily consume it
2019-08-15 21:20:09 +00:00
4. *nerdy*; should feel mostly like markdown text in a terminal and source code
2019-08-14 12:54:14 +00:00
should be syntax higlighted.
2019-08-16 14:42:56 +00:00
5. *user friendly*; support your preferred light/dark theme by default but you
2019-08-14 12:54:14 +00:00
can change it if you want.
2019-08-16 14:42:56 +00:00
6. *rss*; you should be able to get informed when I add a new blog post.
7. *frugal*; try to minize the resources needed to visit my website; no
2019-08-14 12:54:14 +00:00
javascript, no webfont, not too much CSS magic, not much images or really
compressed one.
2019-08-16 14:42:56 +00:00
I talk about more details [[file:./posts/new-blog.org][here]].