Commit Graph

15 Commits

Author SHA1 Message Date
7eb00bbd61 Feature: Incorporate site search into masthead ()
* 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
5d022e03d0 Document how to exclude pages/posts from search index
ref 
2017-11-28 08:43:32 -05:00
2a5cda62b1 Add search layout documentation 2017-11-15 15:03:04 -05:00
423ba0a18f Fix broken SCSS partial links 2017-11-13 18:38:36 -05:00
869a0e5b73 Refactor seo.html and support OpenGraph image overrides ()
- Refactor seo.html include and add `page.header.og_image` override
- DRY up handling of page images (`page.header.image`, `page.header.overlay_image`, `page.header.teaser`, and `site.og_image`).
- Allow page images to be set with `header.og_image` page variable in YAML Front Matter as per feature request in .
- Add sample posts for testing `og_image` override
- Set author bio as site OpenGraph default image
- Document `page.header.og_image` OpenGraph override
- Update CHANGELOG and history

Close 
2017-10-26 15:50:13 -04:00
866fb17d9e Toggle table of contents via front matter ()
* 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 
2017-10-20 14:54:06 -04:00
c21fa07753 Posts by Tag (singular) ()
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
cb8cb6f41e Header alt tags ()
* Added support for an alt tag for the header image

This allows using page.header.image_description as the alt tag. It
will still default to site.title if unset.

* Added documentation
2017-08-04 12:06:20 -04:00
b1a5a14173 Improve documentation for grid view 2017-07-05 15:45:50 -04:00
cf4f8277c1 Replace modified with last_modified_at ()
Fixes 
2017-04-04 09:12:32 -04:00
2aa473dd82 Escape Liquid 2017-02-24 15:24:29 -05:00
0b07c20c84 Improve the documentation for novice users (Tags+Categories and Pagination) ()
* Enhanced the documentation with some tips for the tags, categories and paginator

* Enhanced the documentation with some tips for the tags, categories and paginator

* Update 05-configuration.md

* Update 10-layouts.md
2017-02-09 14:33:14 -05:00
83424b57c6 Document moving paginated home page to an alternate location 2017-01-24 10:55:21 -05:00
2215ee5c06 Add include for adding custom author profile links to sidebar 2016-12-12 15:21:10 -05: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