diff options
author | Zhiming Wang <zmwangx@gmail.com> | 2015-05-05 00:08:53 -0700 |
---|---|---|
committer | Zhiming Wang <zmwangx@gmail.com> | 2015-05-05 00:08:53 -0700 |
commit | d14e9ac5b86c911cb255ab30425790488c20fb4d (patch) | |
tree | 7a14faa9dd1e513850f33ced91d14729c3cb36e7 /source | |
parent | 07bf43a314fe65ccd9c7cb663c3c6134a47cc269 (diff) | |
download | my_new_personal_website-d14e9ac5b86c911cb255ab30425790488c20fb4d.tar.xz my_new_personal_website-d14e9ac5b86c911cb255ab30425790488c20fb4d.zip |
a lot of work
Mainly generating feed and index.
Diffstat (limited to '')
-rw-r--r-- | source/css/theme.css | 14 | ||||
-rw-r--r-- | source/index.md | 4 |
2 files changed, 16 insertions, 2 deletions
diff --git a/source/css/theme.css b/source/css/theme.css index b06fe2a2..60308aac 100644 --- a/source/css/theme.css +++ b/source/css/theme.css @@ -34,6 +34,10 @@ h2.meta { font-style: italic; } +h2.toc { + text-align: left; +} + h3 { font-size: 12pt; } @@ -88,3 +92,13 @@ footer .cc-icon { background-size: 16px; vertical-align: middle; } + +div.indextoc ul { + list-style-type: none; + padding-left: 2em; +} + +div.indextoc ul li time.tocdate { + float: left; + width: 8em; +} diff --git a/source/index.md b/source/index.md index 0236fb77..b654ab88 100644 --- a/source/index.md +++ b/source/index.md @@ -5,6 +5,6 @@ title: dl? cmplnts? I am an undergrad at Stanford (junior as of May 2015) studying mathematics and theoretical physics. I enjoy coding in my spare time, for fun and profit (getting things done). I am lazy in general so I try to automate things as much as possible. -My first programming language was Pascal and I consider C my mother tongue, but recently I write my code in Python or Bash (non-interactive) most of the time. My text editor is Emacs, and my interactive shell is Zsh. I use four-space indents. What else is there to tell? +My first programming language was Pascal and I consider C my mother tongue, but recently I write my code in Python or Bash (non-interactive) most of the time. My operating system is OS X, my text editor is Emacs, my interactive shell is Zsh, my package manager is Homebrew, and my default browser (at the moment — it changes a lot) is Google Chrome. I use four-space indents. What else is there to tell? -The blog could be about anything, but most of the stuff should be technical. +This blog could be about anything, but most of the stuff should be technical. |