Michael Rose
68df0b6b63
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
2018-09-10 11:04:06 -04:00
Michael Rose
b0ff6ef4c6
Release 4.12.2 💎
2018-09-02 12:18:51 -04:00
Michael Rose
7760108601
Release 4.12.1 💎
2018-08-07 22:59:46 -04:00
Michael Rose
ae99717eb6
Release 4.12.0 💎
2018-06-22 15:16:17 -04:00
Michael Rose
738254cd9f
Add Hungarian localized UI text strings
2018-06-04 12:06:12 -04:00
Michael Rose
50dca72f4b
Add feature row image caption example
2018-05-15 15:43:34 -04:00
Jamie Smith
0101aac2ca
fix broken recipe collection and make pets work ( #1664 )
2018-05-11 12:45:32 -04:00
Michael Rose
f4ffaa2aeb
Release 4.11.2 💎
2018-05-03 19:32:48 -04:00
Michael Rose
d4b4c890db
Add Slovak localized UI text strings
2018-04-10 08:43:11 -04:00
Michael Rose
1ab092bcd4
Release 4.11.1 💎
2018-03-20 17:30:07 -04:00
Michael Rose
4d4531d19f
Replace absolute_url
with relative_url
2018-03-20 16:01:21 -04:00
Michael Rose
19a943eec1
Fix permalinks
2018-03-20 15:34:17 -04:00
Michael Rose
cc81736778
Replace hard coded archive pages with layouts
2018-03-20 15:09:40 -04:00
Michael Rose
b274ada35c
Update version
2018-03-12 19:38:21 -04:00
Michael Rose
ba9079041b
Release 4.10.0 💎
2018-02-16 14:27:49 -05:00
Michael Rose
b9d9dc11bf
Release 4.9.1 💎
2018-02-05 14:41:43 -05:00
Andrea
3598e8ebf2
Fix docs. Change Isaac Newton with Albert Einstein ( #1508 )
2018-01-30 20:28:44 -05:00
Michael Rose
d90a3d521a
Add archive feature row test page
2018-01-17 14:14:01 -05:00
Michael Rose
8d5429bcc0
Add Lunr license
2018-01-10 11:22:41 -05:00
Michael Rose
9634bb84fb
Simplify year archive Liquid
2018-01-05 20:47:34 -05:00
Michael Rose
eaf50acea6
Release 4.9.0 💎
2018-01-04 22:52:11 -05:00
Michael Rose
3e922ddf58
Upgrade Font Awesome to version 5 ( #1446 )
...
Upgrade Font Awesome to version 5 (SVG with JavaScript)
Close #1396
2018-01-04 14:27:27 -05:00
Michael Rose
df61273db7
Release 4.8.1 💎
2017-12-28 14:10:48 -05:00
Michael Rose
457a96a07c
Add Japanese localized UI text strings
2017-12-28 13:53:59 -05:00
Michael Rose
c2d9791a9b
Release 4.8.0 💎
2017-12-07 10:28:54 -05:00
Michael Rose
7eb00bbd61
Feature: Incorporate site search into masthead ( #1383 )
...
* Integrate search into masthead
* Fix cutoff descenders in archive article titles
* Remove search page from `/test` site
* Enable masthead search
* Remove dedicated search page
* Fix masthead search form padding
* Improve insertion of search content
* Speed up page transition
* Add fade transition to search content
* Rename visibility class names
* Add `site.search` to _config.yml
* Document site search feature
* Update CHANGELOG and history
2017-12-07 08:56:14 -05:00
Michael Rose
931eedaefa
Release 4.7.1 💎
2017-11-15 15:57:07 -05:00
Michael Rose
2a5cda62b1
Add search layout documentation
2017-11-15 15:03:04 -05:00
Nick Garlis
cc3b21bc86
Add Lunr Search ( #1353 )
...
* Add `search.html` layout and JavaScript
* Move `{{ content }}` before search input
* Add spaces for consistency
Close #1011
2017-11-15 14:43:31 -05:00
Michael Rose
cba9e9fbfd
Bump version to 4.7.0
2017-11-06 20:31:12 -05:00
Michael Rose
b4a38ce912
Update skin count
2017-11-06 16:27:22 -05:00
Michael Rose
866fb17d9e
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
2017-10-20 14:54:06 -04:00
Michael Rose
fc8ca433c5
Add Polish localized UI text strings
...
Ref: #1304
2017-10-16 12:43:44 -04:00
Michael Rose
8dcd353e90
Release 4.6.0 💎
2017-09-12 14:59:06 -04:00
Michael Rose
93c4fbc4b9
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
2017-09-12 12:01:43 -04:00
Michael Rose
dc47f82af2
Bump 💎 to 4.5.2
2017-09-06 15:14:15 -04:00
Ohad Schneider
c21fa07753
Posts by Tag (singular) ( #1209 )
...
Correct "Posts by Tag" (singular) to be more consistent with "Posts by Category"
* Update tag-archive.html
* Update about.md
* Update 10-layouts.md
* Update README.md
* Update 14-helpers.md
2017-08-29 22:03:13 -04:00
Michael Rose
1629f0e4a7
Bump 💎 to 4.5.1
2017-08-18 15:19:24 -04:00
Michael Rose
13e299a8f3
Release 💎 4.5.0
2017-08-04 12:41:05 -04:00
Michael Rose
984f0dfda7
Bump version to 4.4.2
2017-07-07 15:49:55 -04:00
Christian Oliff
610e64bb7d
HTTPS some external links ( #1083 )
...
HTTPS some external links
2017-06-26 11:36:51 -04:00
Michael Rose
8494157e64
Bump version to 4.4.1
2017-04-21 20:06:21 -04:00
Michael Rose
19568e95ae
Release 💎 4.4.0
2017-04-18 12:58:46 -04:00
Sebastian Wiesner
cf4f8277c1
Replace modified with last_modified_at ( #930 )
...
Fixes #929
2017-04-04 09:12:32 -04:00
Michael Rose
d90baeaaa5
Bump version to 4.3.1
2017-03-16 10:34:21 -04:00
Michael Rose
7316be4280
Bump version to 4.3.0
2017-02-28 10:42:20 -05:00
Michael Rose
7f28945723
Bump version to 4.2.2
2017-02-21 10:45:05 -05:00
Michael Rose
f7a8e28914
Add Korean localized UI text
2017-02-14 14:28:41 -05:00
Michael Rose
3fb35310a0
Add Russian localized UI text to test and documentation site
...
- Close #815
2017-02-14 14:14:31 -05:00
Michael Rose
93778ff734
Bump version to 4.2.1
2017-01-24 10:57:08 -05:00
Michael Rose
d061a950c2
Bump version to 4.2.0
2017-01-24 10:17:39 -05:00
Michael Rose
aeedd52864
Add Nepali (Nepalese) text
2017-01-24 09:42:49 -05:00
Michael Rose
55843c5dca
Remove position: sticky
JavaScript polyfill
...
- Fallback to default positioning for browser that don't support it IE, Chrome < 56, etc.
- Issue #752
2017-01-05 11:48:37 -05:00
Michael Rose
990af789f4
Bump version to 4.1.1
2016-12-21 23:13:56 -05:00
Michael Rose
89d602c3f3
Bump version to 4.1.0
2016-12-12 15:28:30 -05:00
Michael Rose
9b65e8e0d7
Bump version to 4.0.10
2016-12-01 15:46:07 -05:00
Michael Rose
f3bc19a13d
Update CHANGELOG.md/history and bump vesion to 4.0.9
2016-11-21 16:05:52 -05:00
Michael Rose
072fd29116
Bump version to 4.0.8
2016-11-21 09:55:38 -05:00
Michael Rose
028371c709
Update CHANGELOG.md and bump version to 4.0.7
2016-11-17 16:01:39 -05:00
Michael Rose
85f80a1c0f
Bump version to 4.0.6
2016-11-16 11:43:32 -05:00
Michael Rose
90e7abcebe
Bump version to 4.0.05
2016-11-04 12:50:40 -04:00
Michael Rose
b29e4bf5c9
Replace base_path
with absolute_url
filter
2016-11-04 12:50:03 -04:00
Michael Rose
73d12ab1b1
Replace {{ base_path }
with absolute_url
filter
2016-11-03 11:59:23 -04:00
Michael Rose
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