summaryrefslogtreecommitdiffstats
path: root/site/projects/yoshi-theme.org
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2013-01-19 02:48:40 +0100
committerGravatar Tom Willemsen2013-01-19 02:48:40 +0100
commiteb9348bf34808eaef2cff462a104929bc2c9e8dd (patch)
treee8c25258819ed54f1617374bc1ded543c8e9046e /site/projects/yoshi-theme.org
parenta3a3f0cf54e3b994da2d093bbe5d895768cf22e7 (diff)
downloadorgweb-eb9348bf34808eaef2cff462a104929bc2c9e8dd.tar.gz
orgweb-eb9348bf34808eaef2cff462a104929bc2c9e8dd.zip
Update and add project pages
I've once again thought up a different common structure for website pages, I hope this one sticks longer than the ones before, but this limits duplication of data somewhat and keeps maintenance costs of these pages fairly low.
Diffstat (limited to 'site/projects/yoshi-theme.org')
-rw-r--r--site/projects/yoshi-theme.org36
1 files changed, 20 insertions, 16 deletions
diff --git a/site/projects/yoshi-theme.org b/site/projects/yoshi-theme.org
index 502010e..1cf99ab 100644
--- a/site/projects/yoshi-theme.org
+++ b/site/projects/yoshi-theme.org
@@ -2,44 +2,48 @@
#+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
+#+LINK: readme http://code.ryuslash.org/cgit.cgi/emacs/yoshi-theme/about/
+#+LINK: manual http://ryuslash.org/projects/yoshi-theme/manual/
#+STARTUP: showall
#+INCLUDE: "jskeys.inc"
#+INCLUDE: "dlmenu.inc"
-* About
+* What does it do?
~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.
+ ~new-theme~ just wasn't cutting it. [[http://ryuslash.org/mediagoblin/mediagoblin.fcgi/u/ryuslash/m/img-20121103-121638/][He]] doesn't actually look anything
+ like this.
- | Status | Active |
| Language | Emacs Lisp |
| License | GPLv3 |
-* Why?
+* Why was it written?
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
+* Who is it for?
- - Many faces for many functions
- - Not too high contrast (no #ffffff on #000000)
+ Anyone who likes it.
-* Dependencies
+* Data
- - GNU Emacs 24
+ | Version | 0 (development only) |
+ | Language | Emacs Lisp |
+ | License | GPLv3 |
-* Download
+** Features
- There are download links at the top of the page.
+ - Not too high contrast (no #ffffff on #000000)
+ - What could be features of a theme? The faces supported?
-* Install
+** Dependencies
- Make sure ~yoshi-theme~ is somewhere in your ~custom-theme-load-path~
- and then just ~load-theme~ it.
+ - [[http://gnu.org/software/emacs/][GNU Emacs 24]] :: It uses the theming system introduced by Emacs
+ v24.
-* Usage
+* More...
- Just look at your screen when it's activated.
+ For further instructions I would refer you to the [[readme][README]] and [[manual][manual]].