Add "tron-theme" project page
This commit is contained in:
parent
ceb6fdaf4c
commit
b897e3e239
2 changed files with 29 additions and 0 deletions
|
@ -47,6 +47,7 @@
|
||||||
- [[file:projects/dispass.el.org][dispass.el]] :: An [[emacs][Emacs]] wrapper for DisPass.
|
- [[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'
|
- [[file:projects/gitto.org][gitto]] :: A utility for keeping track of my git repositories'
|
||||||
status.
|
status.
|
||||||
|
- [[file:projects/tron-theme.org][tron-theme]] :: An [[emacs][Emacs]] theme inspired by the Tron: Legacy movie.
|
||||||
|
|
||||||
* Dotfiles
|
* Dotfiles
|
||||||
|
|
||||||
|
|
28
site/projects/tron-theme.org
Normal file
28
site/projects/tron-theme.org
Normal file
|
@ -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.
|
Loading…
Reference in a new issue