New style index

This commit is contained in:
Tom Willemsen 2013-04-01 14:23:40 +02:00
parent 5695637fc1
commit 2f0e0b87fc
4 changed files with 74 additions and 22 deletions

22
site/about.org Normal file
View file

@ -0,0 +1,22 @@
#+TITLE: about
#+OPTIONS: toc:nil
#+LANGUAGE: en
#+STARTUP: showall
#+begin_html
<script src="/keyjs.js" type="text/javascript"></script>
<script type="text/javascript">
keyjs_initialize({ "u": [ "keyjs_goto", "http://ryuslash.org" ],
"h": [ "keyjs_goto", "http://ryuslash.org" ] });
</script>
#+end_html
* About
I'm a programming, free software and GNU/Linux enthusiast. I'm also
a programmer professionally, so that works out well.
I was born in the Netherlands, live in Belgium and work for a dutch
company. I have been using GNU/Linux since 2008, having settled on
[[http://www.archlinux.org][Archlinux]] after trying [[http://www.ubuntu.com][Ubuntu]], [[http://fedoraproject.org][Fedora]] and [[http://zenwalk.org][Zenwalk]]. I have been using
[[emacs][GNU Emacs]] since not long after switching over to GNU/Linux.

13
site/fonts.org Normal file
View file

@ -0,0 +1,13 @@
I'm always looking for new and better fonts.
- [[http://damieng.com/blog/2008/05/26/envy-code-r-preview-7-coding-font-released][Envy Code R]] :: Another programming font.
- Has a dashed ~0~ (zero).
- It has a bold typeface.
- It has a cursive typeface.
- [[http://sourceforge.net/projects/sourcecodepro.adobe/][Source Code Pro]] :: The monospaced companion of the [[http://sourceforge.net/projects/sourcesans.adobe/][first open source
font]] by adobe.
- It has a dotted ~0~ (zero).
- It has a bold typeface.
- It has no cursive typeface, and they don't seem to intend to add
one.

View file

@ -11,30 +11,36 @@
</script>
#+end_html
- [[http://ryuslash.org/][Home]]
- [[http://blog.ryuslash.org/][Blog]]
- [[http://code.ryuslash.org][Code]]
- [[http://ryuslash.org/mediagoblin/][Pictures]]
* ryuslash
* About
- Read a little [[file:about.org][about]] me.
I'm a programming, free software and GNU/Linux enthusiast. I'm also
a programmer professionally, so that works out well.
- Read my [[http://blog.ryuslash.org/][blog]], it has boring things..
I was born in the Netherlands, live in Belgium and work for a dutch
company. I have been using GNU/Linux since 2008, having settled on
[[http://www.archlinux.org][Archlinux]] after trying [[http://www.ubuntu.com][Ubuntu]], [[http://fedoraproject.org][Fedora]] and [[http://zenwalk.org][Zenwalk]]. I have been using
[[emacs][GNU Emacs]] since not long after switching over to GNU/Linux.
- Have a look at
[[file:projects/baps1.org][baps1]],
[[http://projects.ryuslash.org/dispass.el/][dispass.el]],
[[file:projects/dvdroid.org][DVDroid]],
[[file:projects/eye-on-manga.org][eye-on-manga]],
[[file:projects/git-auto-commit-mode.org][git-auto-commit-mode]],
[[file:projects/gitto.org][gitto]],
[[file:projects/markam.org][Markam]],
[[file:projects/mode-icons.org][mode-icons]],
[[file:projects/ogi.org][ogi]],
[[file:projects/yoshi-theme.org][yoshi-theme]],
or any of my [[http://code.ryuslash.org][silly other projects]].
* Projects
- I can also be found at
[[http://github.com/ryuslash][github]],
[[https://gitorious.org/~ryuslash][gitorious]],
[[http://identi.ca/ryuslash][identi.ca]],
[[https://diasp.org/u/ryuslash][diasp.org]],
[[http://www.goodreads.com/ryuslash][goodreads]],
and perhaps some other places, but that shouldn't interest you
much.
[[file:projects/baps1.org][baps1]]
[[file:projects/dispass.el.org][dispass.el]]
[[file:projects/dvdroid.org][DVDroid]]
[[file:projects/eye-on-manga.org][eye-on-manga]]
[[file:projects/git-auto-commit-mode.org][git-auto-commit-mode]]
[[file:projects/gitto.org][gitto]]
[[file:projects/markam.org][Markam]]
[[file:projects/mode-icons.org][mode-icons]]
[[file:projects/ogi.org][ogi]]
[[file:projects/yoshi-theme.org][yoshi-theme]]
- Look at some of the [[http://ryuslash.org/mediagoblin/][pictures]] I've uploaded.
- I also have some [[file:fonts.org][notes on fonts]] I have tried.
- Or on some [[file:windowmanagers.org][window managers]] I've used.

11
site/windowmanagers.org Normal file
View file

@ -0,0 +1,11 @@
I am barely ever satisfied with my window manager, so I'm always
looking to identify why, what I can do about it and which window
manager allows me to do that. I have a strong preference for
programmable window managers, so that will entail most of the ones
I'll list here.
- [[http://awesome.naquadah.org/][awesome]] :: Almost everyone knows awesome, it's (one of) the biggest
and best-known tiling window managers around.
- It is an automatic tiler.
- It is configured using lua, this gives it a lot of flexibility,
but lua is far from my favorite language.