~xdavidwu/xdavidwu.link

ref: 914e391357ededb48ce4420cd3ebfd217db85ebb xdavidwu.link/_layouts/single.html -rw-r--r-- 4.4 KiB
4606e4dd — Michael Rose 7 years ago
Add `id` to page title
07ddf948 — Michael Rose 7 years ago
Convert EOL sequence to LF
7700c5d7 — Michael Rose 7 years ago
Upgrade Font Awesome to version 5 (#1446)

Upgrade Font Awesome to version 5 (SVG with JavaScript)

Close #1396
76632c2e — Michael Rose 7 years ago
Merge branch 'master' of https://github.com/mmistakes/minimal-mistakes
4757419e — Maaz Syed Adeeb 7 years ago
Remove comments in dev environment (#1363)

34fb16a9 — Michael Rose 7 years ago
Merge branch 'master' of https://github.com/mmistakes/minimal-mistakes

# Conflicts:
#	docs/_docs/18-history.md
8591129b — Michael Rose 7 years ago
Toggle table of contents via front matter (#1310)

* Add jekyll-toc include
* Reduce whitespace generated by comments
* Add table of contents include to `single` layout
* Replace `toc` include with jekyll-toc enabled YAML Front Matter
* Update README
* Update table of contents documentation
  - Revise `toc` helper include to mention that it will be deprecated in the next major version.
  - Add documentation to `single` layout explaining how to enable table of contents on those pages.
* Update CHANGELOG and history
* Update LICENSE

Close #1222 
d9dc6e23 — Michael Rose 7 years ago
Color "skins" (#1242)

* Add YIQ Color Contrast mixin
* Remove text underline from `.btn` links
* Move YIQ variables
* Simplify button classes using YIQ color contrast mixin
  - DRY up button CSS using Sass list and YIQ color contrast mixin.
  - Move `color` and `background-color` to new `btn--primary` class instead of assinging on the default class. Removes the need to override them.
* Add `.btn--primary` to buttons that just had `.btn`
* Apply changes to `/docs`
* Add `.btn--primary` class
* Update CHANGELOG and history
* Add sample form
* Abstract colors away into Sass variables for easier themeing
* Add "dark" skin
* Replace hardcoded color with SCSS variable
* Invert Font Awesome icons' colors in author sidebar and footer
* Add Sass changes to `/docs`
* Use primary button type instead of inverse
* Add missing `!default` on `$muted-text-color`
* Add `contrast` and `sunrise` skin colors
* Add `dirt` skin color
* Add `air` skin color option
* Add `mint` skin color
* Add `btn--primary` class to Submit Comment button
* Set skin to `default`
* Document skin color options
* Add note about skin SCSS import

Close #1208 
b78028c5 — Michael Rose 7 years ago
Show 4 latest posts when `site.related_posts` is `nil`

`site.related_posts` should return an array of latest posts when no related ones are found due to `lsi` being disabled (GitHub Page's doesn't support it).

This works around that bug by showing the 4 latest posts to populate the "You May Also Enjoy" module when enabled with `related: true`.

Fixes #554
Related: #978 #1022
2958e88d — Sebastian Wiesner 8 years ago
Replace modified with last_modified_at (#930)

Fixes #929
ce699a59 — Michael Rose 8 years ago
Merge branch 'release/4.3.1'
981e2ee1 — Nicolas Cavigneaux 8 years ago
Remove buggy conditional around related posts header (#901)

This removes a buggy conditional that checks if `related_label` is
available in translations before displaying the header for related
posts but this header already handle missing translation by using a
default string.

With this fix the header is displayed even if the translation for this
label isn't available.

Fix #900
3a240b1c — Michael Rose 8 years ago
Merge branch 'release/4.2.0'
e69b14db — Justin Too 8 years ago
Add page hero video for vimeo/youtube using embedresponsively.com code (#788)

6c0144ff — Michael Rose 8 years ago
Merge branch 'release/4.0.4'

Conflicts:
	README.md
0625e157 — Michael Rose 8 years ago
Merge branch 'feature/theme-gem' into develop
d2685441 — Michael Rose 8 years ago
Replace base_path with `absolute_url` filter where possible
6fd580eb — Michael Rose 8 years ago
Merge branch 'release/3.4.4'
ab9a049e — Michael Rose 8 years ago
Merge branch 'feature/fix-page-hero-liquid-warning' into develop
a7ea03c1 — Michael Rose 8 years ago
Merge branch 'hotfix' of https://github.com/vwchu/minimal-mistakes into feature/fix-page-hero-liquid-warning
Next