Commit Graph

2072 Commits

Author SHA1 Message Date
554e8477a8 Document figure helper 2016-11-15 12:12:27 -05:00
749c780736 Rename image helper to figure 2016-11-15 12:12:14 -05:00
4b10ba1c91 Merge branch 'master' of https://github.com/fa-ribeiro/minimal-mistakes into feature/image-helper 2016-11-15 09:42:37 -05:00
2d30bb5929 Merge branch 'feature/locale-fix' into develop 2016-11-15 09:39:43 -05:00
33fe819922 Fix locales 2016-11-15 09:36:22 -05:00
0ff37a42a8 Merge branch 'patch-1' of https://github.com/jpatters/judaicadh.github.io into feature/locale-fix 2016-11-15 09:33:01 -05:00
61160d548f Fixed improper formatting of some locales
This was causing stack level too deep errors.
2016-11-14 19:56:35 -04:00
1c64b508a9 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).
2016-11-14 11:57:09 -05:00
ce83d3d60e 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).
2016-11-13 20:47:34 +00:00
8834e05b26 Add Staticman entry (#643) 2016-11-12 00:29:18 -05:00
da95259743 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" %}
2016-11-08 20:15:41 +00:00
637e5d9934 Replace base_path with absolute_url filter 2016-11-05 21:46:02 +00:00
37d4eb8807 Update image 2016-11-05 21:27:59 +00:00
32e9073e7e Update docs 2016-11-04 14:06:33 -04:00
6710cae9ef Update docs 2016-11-04 14:05:59 -04:00
b91704a881 Merge branch 'release/4.0.5' into develop 2016-11-04 12:52:38 -04:00
960c8dbc34 Merge branch 'release/4.0.5' 2016-11-04 12:52:31 -04:00
90e7abcebe Bump version to 4.0.05 2016-11-04 12:50:40 -04:00
d5a8a208a5 Update CHANGELOG.md 2016-11-04 12:50:24 -04:00
b29e4bf5c9 Replace base_path with absolute_url filter 2016-11-04 12:50:03 -04:00
bdca8cab8b Merge branch 'feature/pagination-link-color' into develop 2016-11-04 11:37:40 -04:00
7172ccd3da Make pager (next/previous) active state more obvious by adding changing gray color to $link-color 2016-11-04 11:37:22 -04:00
11fccb0908 Make pager (next/previous) active state more obvious by adding changing gray color to $link-color 2016-11-04 11:36:31 -04:00
abea26ecbe Bump add_runtime_dependency for gems 2016-11-04 11:31:02 -04:00
f59625f62c Merge branch 'feature/sidebar-flicker-fix' into develop 2016-11-04 11:22:47 -04:00
f64b8659fc Apply .sidebar hover flicker fix to /docs 2016-11-04 11:22:25 -04:00
d71f801d16 Fix .sidebar flicker/jump when hovered
- Close #583
2016-11-04 11:21:24 -04:00
ee42347f4f Add Staticman entry (#633) 2016-11-03 18:51:57 -04:00
73d12ab1b1 Replace {{ base_path } with absolute_url filter 2016-11-03 11:59:23 -04:00
57a4324fa0 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
2016-11-03 11:52:04 -04:00
8ed97862e5 Update CHANGELOG.md 2016-11-02 17:22:51 -04:00
70c274ae56 Merge branch 'release/4.0.4'
Conflicts:
	README.md
2016-11-02 16:22:49 -04:00
9154710de6 Add note about Ruby gem version 2016-11-02 16:20:12 -04:00
3ade22adf5 Update CHANGELOG.md and bump version to 4.0.4 2016-11-02 16:15:13 -04:00
8b43573087 Merge branch 'feature/theme-gem' into develop 2016-11-02 15:50:14 -04:00
41dd838971 Add _data files to root for those forkers of the repo 2016-11-02 15:48:58 -04:00
e36100486d Added missing Turkish translation for UI text (#621) 2016-10-31 11:32:55 -04:00
52a731539e Added missing Turkish translation for UI text (#621) 2016-10-31 11:30:31 -04:00
166fb69c8b Fix typo and update link to beta release post 2016-10-17 12:21:38 -04:00
7494fbf609 Fix typo and update link to beta release post 2016-10-17 12:21:04 -04:00
d3b2e49044 Remove prepend: "/" from includes and add to image path's instead 2016-10-10 11:48:30 -04:00
f0367ba52b Add default config and home index page 2016-10-10 11:47:44 -04:00
48699597fc Fix navigation bar animation "flicker" in Safari
- Close #568
2016-10-08 21:03:54 -04:00
6d4b52a8a3 [fixed]: too long shadow at bottom 2016-10-08 22:38:18 +02:00
33b570b150 [modified]: even better 2016-10-08 22:33:27 +02:00
3429b9d4a0 [fixed]: aggressive box-shadow 2016-10-08 22:21:19 +02:00
eedf838d1f add image helper for easier image insertion in posts 2016-10-07 21:45:59 +01:00
533da21325 Bump version to 4.0.3 2016-10-07 09:16:08 -04:00
f8e198df0e Add links to documentation 2016-10-06 21:19:53 -04:00
9f4f784dbe Rename LICENSE 2016-10-06 21:14:13 -04:00