~xdavidwu/xdavidwu.link

c722e5e3 — Michael Rose 7 years ago
Revert `plugins;` back to `gems:` until github/github-pages gem updates to newer Jekyll
- Plugins won't activate if using the new `plugins` key with Jekyll < 3.5
f465239b — Michael Rose 7 years ago
Fix space alignment
2d87e515 — Peter Dimou 7 years ago
Refactor intro animations into a separate SASS variable (#1147)

36365996 — Michael Rose 7 years ago
Add link to PR
6adece4a — Michael Rose 7 years ago
Update CHANGELOG
88fc8be6 — Sergio C. Orozco Torres 7 years ago
Spanish text for comments (#1118)

ece76c96 — Michael Rose 7 years ago
Merge branch 'sidebar-scrollbar'
87655268 — Michael Rose 7 years ago
Add vertical scrollbar to sidebars that extend outside the viewport

Viewing overflowing sidebar content requires scrolling the entire page which is annoying and causes the reader to lose their place.

Use CSS `calc` to approximate height of the sidebar (`100vh` - height of the masthead) and apply `overflow-y: auto` to add vertical scrollbars when needed.

Fixes #706
0e61603a — Michael Rose 7 years ago
Bump version to 4.4.2
c0ca4c96 — Michael Rose 7 years ago
Release 4.4.2
9aeffd82 — Michael Rose 7 years ago
Bump dependencies
81894122 — Michael Rose 7 years ago
Update CHANGELOG and history
f552a296 — Michael Rose 7 years ago
Change `gems` key in config to `plugins`
9661cd3d — palatinux 7 years ago
 Add $navicon-link-color-hover 2/2 (#1088)

Since the orig color-scheme doesn't always represent the nav/site colors
f1f6e8bd — palatinux 7 years ago
Add $navicon-link-color-hover 1/2 (#1089)

Since the orig color-scheme doesn't always represent the nav/site colors
033d63e4 — Michael Rose 7 years ago
Update CHANGELOG and history
04d8e0cb — Dana Satriya 7 years ago
Add indonesian locale (#1101)

ec0e5d2e — Michael Rose 7 years ago
Adjust nav list `.active` state to accommodate text that spans multiple lines.
c38ef4c8 — Michael Rose 7 years ago
Improve documentation for grid view
Fixed site variables (#1063)

Next