summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemse2013-10-02 00:27:10 +0200
committerGravatar Tom Willemse2013-10-02 00:27:10 +0200
commit8cf9315c3c4ffd41f476fe44af1551bcb909a421 (patch)
tree62f5e75ac806b53daf9275b8d4aed11588bfb573
parent0c1c736bae53fd4c79df601dd2561ddf8e50bbaf (diff)
downloadorgweb-8cf9315c3c4ffd41f476fe44af1551bcb909a421.tar.gz
orgweb-8cf9315c3c4ffd41f476fe44af1551bcb909a421.zip
Update front page
-rw-r--r--site/index.org70
-rw-r--r--site/org.css11
2 files changed, 53 insertions, 28 deletions
diff --git a/site/index.org b/site/index.org
index e39bba2..ed3020e 100644
--- a/site/index.org
+++ b/site/index.org
@@ -1,7 +1,7 @@
#+TITLE: ryuslash
#+LANGUAGE: en
#+STARTUP: showall
-#+OPTIONS: toc:nil
+#+OPTIONS: toc:nil H:1
* My coding projects
@@ -10,42 +10,56 @@
useful. They are not sorted in order of importance, popularity or
size.
- - [[file:projects/baps1.org][baps1]] :: A simple PS1 formatting utility. Doesn't do a lot yet,
- but does it a hell of a lot faster than the PHP script it
- replaced. (I hope)
+** [[file:projects/baps1.org][baps1]] :C:
- - [[file:projects/cdispass.org][cdispass]] :: A [[http://conkeror.org][Conkeror]] interface for [[http://dispass.babab.nl][DisPass]]. Input your
- passphrases directly into web forms, no need to
- copy/paste them.
+ A simple PS1 formatting utility. Doesn't do a lot yet, but does it a
+ hell of a lot faster than the PHP script it replaced. (I hope)
- - [[file:projects/dispass.el/index.org][dispass.el]] :: An Emacs wrapper for [[http://dispass.babab.nl][DisPass]], quite handy but
- destroys all your security.
+** [[file:projects/cdispass.org][cdispass]] :Conkeror:JavaScript:
- - [[file:projects/eye-on-manga.org][Eye on Manga]] :: I kept forgetting which manga to buy, or more
- accurately, which I already have, so I wrote a
- Maemo application to help me remember.
+ A [[http://conkeror.org][Conkeror]] interface for [[http://dispass.babab.nl][DisPass]]. Input your passphrases directly
+ into web forms, no need to copy/paste them.
- - [[file:projects/git-auto-commit-mode.org][git-auto-commit-mode]] :: Automatically commit changes to git after
- each save. Handy for certain types of documents, which don't
- need long commit messages, but should be stored on each
- revision.
+** [[file:projects/dispass.el/index.org][dispass.el]] :Elisp:
- - [[file:projects/gitto.org][gitto]] :: An application to get an overview of the state of your
- repositories.
+ An Emacs wrapper for [[http://dispass.babab.nl][DisPass]], quite handy but destroys all your
+ security.
- - [[file:projects/mode-icons.org][mode-icons]] :: An emacs module that shows an icon instead of the
- major mode's name in some cases.
+** [[file:projects/eye-on-manga.org][Eye on Manga]] :Maemo:C:
- - [[file:projects/ogi.org][ogi]] :: An =org-mode= interface to github issues, not very complete
- yet, but at least it can grab some issues for you, I think.
+ I kept forgetting which manga to buy, or more accurately, which I
+ already have, so I wrote a Maemo application to help me remember.
- - [[file:projects/yoshi-theme.org][yoshi-theme]] :: A theme named after my cat. I needed a name and
- couldn't think of one, he doesn't actually look
- anything like this theme, for example: He doesn't
- have so much text all over him.
+** [[file:projects/git-auto-commit-mode.org][git-auto-commit-mode]] :Elisp:
- - more :: I have [[http://code.ryuslash.org][other projects]] around here too. Not sure if you
- would be interested in that, though.
+ Automatically commit changes to git after each save. Handy for
+ certain types of documents, which don't need long commit messages,
+ but should be stored on each revision.
+
+** [[file:projects/gitto.org][gitto]] :Guile:Scheme:
+
+ An application to get an overview of the state of your repositories.
+
+** [[file:projects/mode-icons.org][mode-icons]] :Elisp:
+
+ An emacs module that shows an icon instead of the major mode's name
+ in some cases.
+
+** [[file:projects/ogi.org][ogi]] :Elisp:
+
+ An =org-mode= interface to github issues, not very complete yet, but
+ at least it can grab some issues for you, I think.
+
+** [[file:projects/yoshi-theme.org][yoshi-theme]] :Theme:Elisp:
+
+ A theme named after my cat. I needed a name and couldn't think of
+ one, he doesn't actually look anything like this theme, for example:
+ He doesn't have so much text all over him.
+
+** more
+
+ I have [[http://code.ryuslash.org][other projects]] around here too. Not sure if you would be
+ interested in that, though.
* Some other interests
diff --git a/site/org.css b/site/org.css
index d29b56a..9802662 100644
--- a/site/org.css
+++ b/site/org.css
@@ -14,6 +14,17 @@ body {
line-height: 160%;
}
+.tag {
+ float: right;
+ background-color: inherit;
+ font-size: 100%;
+}
+
+.tag span {
+ background-color: #eee;
+ padding: 2px 4px;
+}
+
#content,
#org-div-home-and-up,
#postamble {