~xdavidwu/xdavidwu.link

c5a68ae8 — Michael Rose 6 years ago
Add header `actions` array support for multiple call to action links

```
header:
  overlay_image: /assets/images/unsplash-image-1.jpg
  og_image: /assets/images/page-header-og-image.png
  caption: "Photo credit: [**Unsplash**](https://unsplash.com)"
  actions:
    - label: "Learn More"
      url: "https://unsplash.com"
```

Fixes #1461
fd227da9 — Michael Rose 6 years ago
Add support to gallery helper for defining column layout

e.g. `{% include gallery id="gallery" layout="half" caption="2 column gallery caption" %}

Fixes #1821
2969225a — Michael Rose 6 years ago
Fix sidebar navigation list toggle.

Prettier managled `@include breakpoint` media queries causing the input/checkbox toggle hack styles to go missing.

Fixes #1819
7cf46f3c — Michael Rose 6 years ago
Update CHANGELOG and history
2db10857 — Michael Rose 6 years ago
Merge branch 'master' of https://github.com/mmistakes/minimal-mistakes
078d11d5 — Michael Rose 6 years ago
Place `:hover` declarations after `:visited` to fix hover animation

Fixes #1820
89e9a25c — Michael Rose 6 years ago
Update CHANGELOG and history
20f4876c — Michael Rose 6 years ago
Release 4.12.2 💎
abc9a8b5 — Michael Rose 6 years ago
Update CHANGELOG and history
995a29ab — Samplasion 6 years ago
Add Italian translation for search (#1793)

b121d050 — Michael Rose 6 years ago
Adjust toc indents
ab4f0174 — Michael Rose 6 years ago
Update CHANGELOG and history
e177e450 — Michael Rose 6 years ago
Update jekyll-toc to v1.0.5
917548b0 — Michael Rose 6 years ago
Allow heading levels 1-6 in table of contents

Adjust minimum and maximum levels to allow all headings and fix CSS to style indentation and nested lists properly in jekyll-toc and Kramdown generated table of contents.

Fixes #1782
953c6455 — Michael Rose 6 years ago
Reduce padding and adjust toc `font-size`

Fit more text to handle indentation better.

Ref: #1782
a6860863 — Michael Rose 6 years ago
Update CHANGELOG and history
68c4a1f3 — Luc Sarzyniec 6 years ago
Fix: use relative links for menu items when possible (#1783) (#1784)

f5c7d966 — Michael Rose 6 years ago
Update CHANGELOG and history
98a381a1 — Pat Eskinasy 6 years ago
Fixing scaling issue w. emoji in Sidebar Author Profile (#1780)

* Fixing scaling issue w. emoji in Sidebar Author Profile

Had the same issue as in mmistakes#1554

So should there be more demand for having emojis in sidebar, this style change fixes it

* Fix indendation and nesting
f34626ca — Michael Rose 6 years ago
Adjust height of navigation toggle
Next