From 2f0e0b87fca9fb65ef6e3ac331fde0c1a55cacd9 Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Mon, 1 Apr 2013 14:23:40 +0200 Subject: New style index --- site/about.org | 22 ++++++++++++++++++ site/fonts.org | 13 +++++++++++ site/index.org | 60 +++++++++++++++++++++++++++---------------------- site/windowmanagers.org | 11 +++++++++ 4 files changed, 79 insertions(+), 27 deletions(-) create mode 100644 site/about.org create mode 100644 site/fonts.org create mode 100644 site/windowmanagers.org (limited to 'site') diff --git a/site/about.org b/site/about.org new file mode 100644 index 0000000..4f27dfe --- /dev/null +++ b/site/about.org @@ -0,0 +1,22 @@ +#+TITLE: about +#+OPTIONS: toc:nil +#+LANGUAGE: en +#+STARTUP: showall + +#+begin_html + + +#+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. diff --git a/site/fonts.org b/site/fonts.org new file mode 100644 index 0000000..e8fdd8e --- /dev/null +++ b/site/fonts.org @@ -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. diff --git a/site/index.org b/site/index.org index 4885bf3..3d2e2fc 100644 --- a/site/index.org +++ b/site/index.org @@ -11,30 +11,36 @@ #+end_html -- [[http://ryuslash.org/][Home]] -- [[http://blog.ryuslash.org/][Blog]] -- [[http://code.ryuslash.org][Code]] -- [[http://ryuslash.org/mediagoblin/][Pictures]] - -* 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. - -* Projects - - [[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]] +* ryuslash + + - Read a little [[file:about.org][about]] me. + + - Read my [[http://blog.ryuslash.org/][blog]], it has boring things.. + + - 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]]. + + - 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. + + - 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. diff --git a/site/windowmanagers.org b/site/windowmanagers.org new file mode 100644 index 0000000..630381a --- /dev/null +++ b/site/windowmanagers.org @@ -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. -- cgit v1.2.3-54-g00ecf