summaryrefslogtreecommitdiffstats
path: root/site/index.org
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2012-07-01 14:17:54 +0200
committerGravatar Tom Willemsen2012-07-01 14:17:54 +0200
commitd2efe59b0690eb6d13bac55bf8b81436c0284110 (patch)
treebb775b3439107f541847d83adb3bb4d0c2b29477 /site/index.org
parent7fa6c1d1596192e59419731e8b84d22473e5e902 (diff)
downloadorgweb-d2efe59b0690eb6d13bac55bf8b81436c0284110.tar.gz
orgweb-d2efe59b0690eb6d13bac55bf8b81436c0284110.zip
Rewrite and hopefully improve upon a big chunk of the site
Diffstat (limited to 'site/index.org')
-rw-r--r--site/index.org48
1 files changed, 34 insertions, 14 deletions
diff --git a/site/index.org b/site/index.org
index a28ae76..5240fe4 100644
--- a/site/index.org
+++ b/site/index.org
@@ -1,14 +1,20 @@
#+TITLE: oni org
-#+STYLE: <link rel="stylesheet" type="text/css" href="stylesheet.css" />
#+OPTIONS: toc:nil num:nil author:nil email:nil creator:nil
#+LANGUAGE: en
#+LINK_HOME: http://ryuslash.org
#+LINK_UP: http://ryuslash.org
#+STARTUP: showall
-@<div class="dlmenu">
-[[http://ryuslash.org/][Front page]] || [[file:blog/index.org][Blog]]
-@</div>
+#+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
+
+- [[http://ryuslash.org/][Front page]]
+- [[file:blog/index.org][Blog]]
* About
@@ -29,17 +35,31 @@
- [[http://gitorious.org/%7Eryuslash][Gitorious]]
- [[http://identi.ca/ryuslash][identi.ca]]
- [[http://www.emacswiki.org][EmacsWiki]]
+ - [[http://github.com/ryuslash][github]]
+ - [[http://www.goodreads.com/ryuslash][goodreads]]
-* Configuration files
+* Projects
- I'm working on putting all of my configuration files (dotfiles) in
- ~org-mode~, with ~org-babel~'s literate programming support. [[http://org.ryuslash.org/dotfiles/][Here]] is
- what I have so far.
+ - [[file:projects/git-auto-commit-mode.org][git-auto-commit-mode]] :: An Emacs minor mode for automatically
+ committing changes to a file.
+ - [[file:projects/ryuslash.org][ryuslash.org]] :: My front page.
+ - [[file:projects/eye-on-manga.org][eye-on-manga]] :: A manga collection manager for my N900 phone.
+ - [[file:projects/org-blog.org][org-blog]] :: A continuation of David O'Toole's ~org-blog~ module for
+ emacs.
-* Projects
+* Dotfiles
+
+ I'm working on putting all of my configuration files (dotfiles) in
+ ~org-mode~, with ~org-babel~'s literate programming support.
- - [[file:projects/git-auto-commit-mode.org][git-auto-commit-mode]]
- - [[file:projects/ryuslash.org][ryuslash.org]]
- - [[file:projects/eye-on-manga.org][eye-on-manga]]
- - [[file:projects/org-blog.org][org-blog]]
- - [[file:projects/org.org][org]]
+ - [[http://org.ryuslash.org/dotfiles/emacs/init.html][Emacs]] :: My favorite editor.
+ - [[http://org.ryuslash.org/dotfiles/Xdefaults/Xdefaults.html][Xdefaults]] :: Settings for multiple X programs.
+ - [[http://org.ryuslash.org/dotfiles/Xmodmap/Xmodmap.html][Xmodmap]] :: X keyboard and mouse preferences.
+ - [[http://org.ryuslash.org/dotfiles/diary/diary.html][Diary]] :: A diary (appointments) file for emacs.
+ - [[http://org.ryuslash.org/dotfiles/sawfish/rc.html][Sawfish]] :: A very cool window manager, especially if you like
+ emacs.
+ - [[Beets]] :: A nifty little digital music collection manager.
+ - [[http://org.ryuslash.org/dotfiles/cower/config.html][Cower]] :: A simple CLI for the [[https://aur.archlinux.org][Archlinux User Repository]].
+ - [[http://org.ryuslash.org/dotfiles/pentadactyl/pentadactylrc.html][Pentadactyl]] :: A firefox extension for vi-like key-bindings.
+ - [[http:://org.ryuslash.org/dotfiles/xinit/xinitrc.html][X init]] :: X initialization script.
+ - [[http://org.ryuslash.org/dotfiles/fish/config.html][Fish]] :: A pretty cool shell.