Skip to content

Commit 35737f0

Browse files
committed
talk about sass, prioritize issarice.com over riceissa
1 parent b248dab commit 35737f0

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

pages/about-the-site.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,16 +26,17 @@ Most pages are written using [Vim](http://www.vim.org/) using the [Pandoc markdo
2626
For each page that was manually written, the source markdown file can be accessed by clicking “page source” at the top of that page.
2727
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].
2828

29-
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.
29+
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.
30+
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.
3031

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

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

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

4041
[^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).
4142
Instead, one can find a list of many static site generators [here](http://staticsitegenerators.net/).

0 commit comments

Comments
 (0)