summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2013-01-11 02:21:50 +0100
committerGravatar Tom Willemsen2013-01-11 02:21:50 +0100
commit3b87bda0e556a9daa1c39310ed19f53be343ec57 (patch)
tree3dbaaf468aa2f29a339874dc4dcd7c3036d24660
parenta1bc3446052d9db34cdc86fe67807730c8d7efbe (diff)
downloadorgweb-3b87bda0e556a9daa1c39310ed19f53be343ec57.tar.gz
orgweb-3b87bda0e556a9daa1c39310ed19f53be343ec57.zip
Add "yoshi-theme" project
-rw-r--r--site/index.org10
-rw-r--r--site/projects/jskeys.inc8
-rw-r--r--site/projects/yoshi-theme.org45
3 files changed, 55 insertions, 8 deletions
diff --git a/site/index.org b/site/index.org
index 0595d6f..1099135 100644
--- a/site/index.org
+++ b/site/index.org
@@ -28,14 +28,8 @@
* Projects
- - [[file:projects/dispass.el.org][dispass.el]] :: A wrapper for [[http://dispass.babab.nl][DisPass]].
- - [[file:projects/dvdroid.org][DVDroid]] :: A DVD collection application for the Android operating
- system.
- - [[file:projects/eye-on-manga.org][eye-on-manga]] :: A manga collection manager for my N900 phone.
- - [[file:projects/git-auto-commit-mode.org][git-auto-commit-mode]] :: A minor mode for automatically committing
- changes to a file.
- - [[file:projects/gitto.org][gitto]] :: A utility for keeping track of my git repositories'
- status.
+ [[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/yoshi-theme.org][yoshi-theme]]
* Snippets
diff --git a/site/projects/jskeys.inc b/site/projects/jskeys.inc
new file mode 100644
index 0000000..6816a87
--- /dev/null
+++ b/site/projects/jskeys.inc
@@ -0,0 +1,8 @@
+# -*- mode: org; -*-
+#+begin_html
+ <script src="/keyjs.js" type="text/javascript"></script>
+ <script type="text/javascript">
+ keyjs_initialize({ "u": [ "keyjs_goto", "../index.html" ],
+ "h": [ "keyjs_goto", "http://ryuslash.org" ] });
+ </script>
+#+end_html
diff --git a/site/projects/yoshi-theme.org b/site/projects/yoshi-theme.org
new file mode 100644
index 0000000..502010e
--- /dev/null
+++ b/site/projects/yoshi-theme.org
@@ -0,0 +1,45 @@
+#+TITLE: yoshi-theme
+#+LINK: src http://code.ryuslash.org/cgit.cgi/emacs/yoshi-theme/
+#+LINK: tar_gz http://code.ryuslash.org/cgit.cgi/emacs/yoshi-theme/snapshot/yoshi-theme-master.tar.gz
+#+LINK: zip http://code.ryuslash.org/cgit.cgi/emacs/yoshi-theme/snapshot/yoshi-theme-master.zip
+#+STARTUP: showall
+
+#+INCLUDE: "jskeys.inc"
+#+INCLUDE: "dlmenu.inc"
+
+* About
+
+ ~yoshi-theme~ is a GNU Emacs theme named after my cat. It is only
+ named after him because I couldn't think of another name and
+ ~new-theme~ just wasn't cutting it.
+
+ | Status | Active |
+ | Language | Emacs Lisp |
+ | License | GPLv3 |
+
+* Why?
+
+ Since I wasn't 100% happy with the color themes I found, though
+ there are some very good ones, I thought I'd try my own.
+
+* Features
+
+ - Many faces for many functions
+ - Not too high contrast (no #ffffff on #000000)
+
+* Dependencies
+
+ - GNU Emacs 24
+
+* Download
+
+ There are download links at the top of the page.
+
+* Install
+
+ Make sure ~yoshi-theme~ is somewhere in your ~custom-theme-load-path~
+ and then just ~load-theme~ it.
+
+* Usage
+
+ Just look at your screen when it's activated.