Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
talk about sass, prioritize issarice.com over riceissa
  • Loading branch information
riceissa committed Dec 28, 2014
1 parent b248dab commit 35737f0
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pages/about-the-site.md
Expand Up @@ -26,16 +26,17 @@ Most pages are written using [Vim](http://www.vim.org/) using the [Pandoc markdo
For each page that was manually written, the source markdown file can be accessed by clicking “page source” at the top of that page.
The markdown files are then compiled to HTML using a static site generator I wrote, which is stored in [`generator.py`](https://github.com/riceissa/riceissa.com/blob/master/generator.py) in the repository[^ssglist].

The CSS for this site uses [Ethan Schoonover](http://ethanschoonover.com/)’s light [solarized theme](http://ethanschoonover.com/solarized) as well as small ideas from various places like [Gwern’s site](http://www.gwern.net/About#tools) and GitHub’s (old) documentation pages.
The [style sheet for this site](https://github.com/riceissa/issarice.com/blob/master/css/minimal.scss) is written using [SASS](http://sass-lang.com/), then is compiled to CSS.
It uses [Ethan Schoonover](http://ethanschoonover.com/)’s light [solarized theme](http://ethanschoonover.com/solarized) as well as small ideas from various places like [Gwern’s site](http://www.gwern.net/About#tools) and GitHub’s (old) documentation pages.

All of the source files necessary to build this site are hosted on GitHub.
You can visit the repository [here](https://github.com/riceissa/riceissa.com) or by clicking “website source” at the top of any page.
You can [visit the repository](https://github.com/riceissa/riceissa.com) by clicking “website source” at the top of any page.
I also have a [mirror on BitBucket](https://bitbucket.org/riceissa/issarice.com/).

The actual site is served via [Linode](https://www.linode.com/), using Apache 2 on a 64-bit Debian 7 (Wheezy) machine.
I currently use the [Linode 1GB \$10 per month plan](https://www.linode.com/pricing).

I have registered the domains [riceissa.com](http://riceissa.com) and [issarice.com](http://issarice.com) through [Hover](https://www.hover.com/).
I have registered the domains [issarice.com](http://issarice.com) and [riceissa.com](http://riceissa.com) through [Hover](https://www.hover.com/).

[^ssglist]: Although the static site generator I wrote is freely licensed, I don't recommend that others use it (at least for now); it is somewhat of a hack that I put together to get some features I wanted working (but found lacking in other static site generators).
Instead, one can find a list of many static site generators [here](http://staticsitegenerators.net/).
Expand Down

0 comments on commit 35737f0

Please sign in to comment.