~xdavidwu/xdavidwu.link

d79d8065 — Michael Rose 8 years ago
Merge branch 'master' of https://github.com/fa-ribeiro/minimal-mistakes into feature/image-helper
27647b4b — Michael Rose 8 years ago
Merge branch 'feature/locale-fix' into develop
89ca15cb — Michael Rose 8 years ago
Merge branch 'patch-1' of https://github.com/jpatters/judaicadh.github.io into feature/locale-fix
39bf03fe — Jordan 8 years ago
Fixed improper formatting of some locales

This was causing stack level too deep errors.
b97b189f — Michael Rose 8 years ago
Add structured data markup for `itemprop="person"` in author-profile (#647)

Adds schema.org data for image, name, homeLocation, url, email,
and sameAs (for all the social media links).
72cb12b7 — Alois Klink 8 years ago
Add structured data markup for `itemprop="person"` in author-profile

Adds schema.org data for image, name, homeLocation, url, email,
and sameAs (for all the social media links).
a5699c4c — Fernando Ribeiro 8 years ago
Do not assume images would be placed in `/assets/images/`

In order to add an image to a post, just use the following syntax:

{% include image image_path="/full/path/to/MyPostImage.png" caption="The optional image caption" %}

or

{% include image image_path="https://example.com/images/MyPostImage.png" caption="The optional image caption" alt="The optional alt text" %}
e0cd65e1 — Fernando Ribeiro 8 years ago
Replace base_path with `absolute_url` filter
be7999e2 — Fernando Ribeiro 8 years ago
Update image
5b93fd77 — Michael Rose 8 years ago
Merge branch 'release/4.0.5' into develop
69a6961a — Michael Rose 8 years ago
Bump version to 4.0.05
edeb7a37 — Michael Rose 8 years ago
Update CHANGELOG.md
12fb35b7 — Michael Rose 8 years ago
Replace `base_path` with `absolute_url` filter
f098a129 — Michael Rose 8 years ago
Merge branch 'feature/pagination-link-color' into develop
ec2752b8 — Michael Rose 8 years ago
Make pager (next/previous) active state more obvious by adding changing gray color to `$link-color`
8e8603fd — Michael Rose 8 years ago
Bump `add_runtime_dependency` for gems
666a9630 — Michael Rose 8 years ago
Merge branch 'feature/sidebar-flicker-fix' into develop
11dc487f — Michael Rose 8 years ago
Fix `.sidebar` flicker/jump when hovered
- Close #583
9519c967 — Michael Rose 8 years ago
Move `gh-pages` branch files into `/docs` and add test files
- Jekyll ignore `/docs` and `/test` folders when using from root
- Update Staticman config to point to correct branch and data file location
- Replace `{{ base_path }}` references with `absolute_url` filter
- Update documentation
396f35e2 — Michael Rose 8 years ago
Update CHANGELOG.md
Next