Commit a8b19b38 authored by Murukesh Mohanan's avatar Murukesh Mohanan

updated readme

parent 81273ecf
...@@ -3,6 +3,8 @@ The site has been tested in Firefox 22.0 (Desktop), Chrome 28.0 ...@@ -3,6 +3,8 @@ The site has been tested in Firefox 22.0 (Desktop), Chrome 28.0
Mini 7.5 (Android 4.3). Opera Mini faired well, but missed a few steps. Mini 7.5 (Android 4.3). Opera Mini faired well, but missed a few steps.
Probably won't work well in IE < 9. Probably won't work well in IE < 9.
---
The weird font sizes on Chrome and Firefox on Android are due to font The weird font sizes on Chrome and Firefox on Android are due to font
boosting. I'll keep it enabled because it does vastly improve boosting. I'll keep it enabled because it does vastly improve
legibility, and also fits the page (horizontally) within the screen. To legibility, and also fits the page (horizontally) within the screen. To
...@@ -18,15 +20,19 @@ Or, alternatively: ...@@ -18,15 +20,19 @@ Or, alternatively:
<meta name="HandheldFriendly" content="true"> <meta name="HandheldFriendly" content="true">
``` ```
----
The site is written for Jekyll as used by Github Pages, and that is The site is written for Jekyll as used by Github Pages, and that is
installed on mars. The site is updated using: installed on mars. The site is updated using:
```sh ```sh
cd ~/devel/web && /usr/local/bin/jekyll build -d cd ~/devel/web &&
/users/pg13/murukesh/public_html -w --config _config.yml,_sitename.yml /usr/local/bin/jekyll build -d /users/pg13/murukesh/public_html -w --config _config.yml,_sitename.yml
``` ```
`_sitename.yml` is my way of tricking Jekyll into adding a `root_url` to ---
`_sitename.yml` is a way of tricking Jekyll into adding a `root_url` to
the generated URLs. On Github, the file isn't read and `root_url` is the generated URLs. On Github, the file isn't read and `root_url` is
empty, leading to absolute URLs from the root of the site. On the CSE empty, leading to absolute URLs from the root of the site. On the CSE
home folder, `_sitename.yml` defines `root_url` to be `~murukesh`, home folder, `_sitename.yml` defines `root_url` to be `~murukesh`,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment