~xdavidwu/xdavidwu.link

294f8dc7 — Lars Olesen 7 years ago
Do not print the comments form (#1195)

Add `.page__comments-form` to "non-printing" selectors in print styles
b562ea99 — Michael Rose 7 years ago
Update CHANGELOG and history
9a9c2f1f — Nelson Estevão 7 years ago
License url fixed (#1189)

62f297a3 — Michael Rose 7 years ago
Fix heading
8e6a8cd6 — Michael Rose 7 years ago
Bump :gem: to 4.5.1
61101bd7 — Michael Rose 7 years ago
Add note about setting Discourse `server` as a scheme-less URL
eg. `meta.discourse.com` and not `http://meta.discourse.com`

Close #1182
c905ff97 — Michael Rose 7 years ago
Update CHANGELOG and history
Replace old Disqus script with Universal Embed Code (#1179)

* update embeddable disqus javascript

* Update disqus.html
d549d3d0 — Michael Rose 7 years ago
Update CHANGELOG, history, and documentation
4546bc92 — Lars Olesen 7 years ago
Added Danish translation. (#1188)

* Added Danish translation.

* Fixed typo
5b8cdad0 — Michael Rose 7 years ago
Merge branch 'rjkaes-escape-url-in-social-share'
42208fec — Michael Rose 7 years ago
Update CHANGELOG and history
d598a2a2 — Robert James Kaes 7 years ago
URL Encode Title and Page URL in Social Share Links

The links to the various social networks include data from the post
(title and url) which can contain URL special characters.  Pass each of
the generated URLs through Liquid's `url_encode` filter to build HTML
complaint URLs.
b796c5fa — Michael Rose 7 years ago
Update CHANGELOG and history
bf855557 — Michael Rose 7 years ago
Extend grid view to the right to better fill the page
- Use a negative right margin to pull `.grid__wrapper` into the dead space left for a sidebar.
- Add sample documents to "portfolio" collection to test grid view
- Update CHANGELOG and history
844d8fb4 — Michael Rose 7 years ago
Fix "follow" links `z-index` order to avoid overlapping issues

Close #1167
5165dfd7 — Michael Rose 7 years ago
Merge branch 'master' of https://github.com/mmistakes/minimal-mistakes
debca5df — Michael Rose 7 years ago
Adjust width of `.sidebar` to match `.sidebar__right`
- Use `$right-sidebar-width-narrow` and `$right-sidebar-width` Sass variables to determine width of sidebar instead of Susy `span` function
a034b4e8 — Michael Rose 7 years ago
Fix positioning of sidebar table of contents when using `layout: splash`

Close #1169
84b11c26 — Michael Rose 7 years ago
Roll back `gems:` to `plugins:` change in `_config.yml`
- GitHub Pages still doesn't seem to load safe plugins when using `plugins` key
Next