You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pages/about-the-site.md
+4-3Lines changed: 4 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -26,16 +26,17 @@ Most pages are written using [Vim](http://www.vim.org/) using the [Pandoc markdo
26
26
For each page that was manually written, the source markdown file can be accessed by clicking “page source” at the top of that page.
27
27
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].
28
28
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.
30
31
31
32
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.
33
34
I also have a [mirror on BitBucket](https://bitbucket.org/riceissa/issarice.com/).
34
35
35
36
The actual site is served via [Linode](https://www.linode.com/), using Apache 2 on a 64-bit Debian 7 (Wheezy) machine.
36
37
I currently use the [Linode 1GB \$10 per month plan](https://www.linode.com/pricing).
37
38
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/).
39
40
40
41
[^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).
41
42
Instead, one can find a list of many static site generators [here](http://staticsitegenerators.net/).
0 commit comments