summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2012-07-27 21:43:37 +0200
committerGravatar Tom Willemsen2012-07-27 21:43:37 +0200
commitb897e3e23922971b5c5035b39c06c3567c9b33c4 (patch)
tree61218bed3861c0a1f645a94f833038c3efe3e638
parentceb6fdaf4c58811e8b55d7dceda6e04299f98429 (diff)
downloadorgweb-b897e3e23922971b5c5035b39c06c3567c9b33c4.tar.gz
orgweb-b897e3e23922971b5c5035b39c06c3567c9b33c4.zip
Add "tron-theme" project page
-rw-r--r--site/index.org1
-rw-r--r--site/projects/tron-theme.org28
2 files changed, 29 insertions, 0 deletions
diff --git a/site/index.org b/site/index.org
index d00eafa..0e7b78c 100644
--- a/site/index.org
+++ b/site/index.org
@@ -47,6 +47,7 @@
- [[file:projects/dispass.el.org][dispass.el]] :: An [[emacs][Emacs]] wrapper for DisPass.
- [[file:projects/gitto.org][gitto]] :: A utility for keeping track of my git repositories'
status.
+ - [[file:projects/tron-theme.org][tron-theme]] :: An [[emacs][Emacs]] theme inspired by the Tron: Legacy movie.
* Dotfiles
diff --git a/site/projects/tron-theme.org b/site/projects/tron-theme.org
new file mode 100644
index 0000000..0acb675
--- /dev/null
+++ b/site/projects/tron-theme.org
@@ -0,0 +1,28 @@
+#+TITLE: git-auto-commit-mode
+#+STYLE: <link rel="stylesheet" type="text/css" href="../../stylesheet.css" />
+#+LINK_UP: ../
+#+LINK_HOME: http://ryuslash.org
+#+LINK: src http://code.ryuslash.org/cgit.cgi/tron-theme/
+#+LINK: tar_gz http://code.ryuslash.org/cgit.cgi/tron-theme/snapshot/tron-theme-master.tar.gz
+#+LINK: zip http://code.ryuslash.org/cgit.cgi/tron-theme/snapshot/tron-theme-master.zip
+#+STARTUP: showall
+
+#+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
+
+#+INCLUDE: "dlmenu.inc"
+
+* About
+
+ ~tron-theme~ is a theme loosely based on the visual style of the Tron:
+ Legacy movie. It came about after watching the movie and finding the
+ style of it irresistible.
+
+** Requirements
+
+ - [[http://gnu.org/software/emacs][GNU Emacs]] v24 or later.