~xdavidwu/xdavidwu.link

4c419777 — Michael Rose 8 years ago
Rename `#comments` to something more specific
- Close #582
e05442c4 — Michael Rose 8 years ago
Merge branch 'feature/scss-restructure' into develop
f25d1c0d — Michael Rose 8 years ago
Organize SCSS partials
098729c9 — Michael Rose 8 years ago
Add default values to variables
6702b527 — Michael Rose 8 years ago
Remove newline
3d8d8736 — Michael Rose 8 years ago
Merge branch 'release/4.0.6' into develop
23c43c54 — Michael Rose 8 years ago
Bump version to 4.0.6
9d4957cc — Michael Rose 8 years ago
Update CHANGELOG.md and history
127b7519 — Michael Rose 8 years ago
Add `rake preview` task for testing `/test` during theme development
f031e813 — Michael Rose 8 years ago
Merge branch 'feature/image-helper' into develop
9f3bff3c — Michael Rose 8 years ago
Rename image helper to figure
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
Next