~xdavidwu/xdavidwu.link

644586e6 — Michael Rose 9 years ago
Make it generic
aba6002f — Michael Rose 9 years ago
Add alternate bio photo for testing purposes
0236054d — Michael Rose 9 years ago
Add optional email address to author bio and feed.xml
- Fixes #35
- To add additional social network profiles edit _author-bio.html
- Icons come from the Font Awesome webfont. See http://fontawesome.io/icons/ for a complete list
5a2d0ed5 — Michael Rose 9 years ago
Ignore
efcf3c9b — Michael Rose 9 years ago
Remove
59f9a27e — Michael Rose 9 years ago
Update
d491d93a — Michael Rose 9 years ago
Update
9ac1f8fe — Michael Rose 9 years ago
Page cleanup
f3973749 — Michael Rose 9 years ago
Toggle paragraph indentation on and off.
- On by default
dd3dcdfb — Michael Rose 9 years ago
Remove Google fonts from head and include as .scss partial
a2417a58 — Michael Rose 9 years ago
Install Octopress to create new posts/pages
873eb786 — Michael Rose 9 years ago
Ignore .sass-cache
23cb7eca — Michael Rose 9 years ago
Convert .less to .scss
d06dd171 — Michael Rose 9 years ago
Replace sitemap.xml with Jekyll Sitemap gem
1a3231f5 — Michael Rose 9 years ago
Simplify and organize _config.yml variables
f4869f79 — Michael Rose 9 years ago
Use data file to maintain site navigation
- Remove top navigation links from _config.yml
cf086c38 — Michael Rose 9 years ago
Update to Jekyll 2.2.0
- Using the theme for the first time install Bundler and then run 'bundle install'
- Updating the theme run 'bundle update' to update all gem dependencies
ac3315e8 — Michael Rose 9 years ago
Ignore Gemfile.lock
6fe28807 — Michael Rose 9 years ago
Merge pull request #67 from earlew/master

minor fix to link color settings
161f5ac7 — Earle Wilson 9 years ago
fixed link colors

Fix allows users to change linkcolorhover, linkcolorfocus and linkcolorvisited from the variables.less file. In the original source code, the link color settings in typography.less did not match link colors settings in variables.less. This caused the link settings in the typography file to override the link settings in variables.less file.
Next