Commit Graph

42 Commits

Author SHA1 Message Date
de6870743d Document user custom element hooks ()
* Added documentation for including custom CSS on a site or page

* Removed non-configuration related content from 05-configuration.md and cleaned up some style in new sections of 16-stylesheets.md

* Moved small custom head documentation to a ProTip in _docs/06-overriding-theme-defaults.md

* Cleaned up some documentation, and added some example uses of custom head and footer.

* Replace double space with single

* Replace double spaces with single

Co-authored-by: Tom Manner <tsmanner@us.ibm.com>
Co-authored-by: Michael Rose <mmistakes@users.noreply.github.com>
2021-04-13 16:10:08 -04:00
641ca6f3d8 Add note on TOC heading level issue ()
https://github.com/mmistakes/minimal-mistakes/issues/2892#issuecomment-809220952
2021-03-29 08:13:27 -04:00
6282bd9221 Allow custom sorting for collections ()
* Allow custom sorting for collections

* Update docs with custom sort of collections

* Refactoring
2021-02-05 20:37:31 -05:00
5fe4c4810d Allow custom gradient in page header overlays ()
* Allow custom gradient in page header overlays

* Update documentation

* Update CHANGELOG and history
2021-02-05 20:24:25 -05:00
fe77557d60 Add toc_sticky parameter's description () 2021-02-05 20:10:08 -05:00
8bec01b76d Fix broken link in documentation
Close 
2020-08-30 21:28:31 -04:00
e21035e62d Fix typo
Close 
2020-08-30 21:25:30 -04:00
1f0b50044c Update 10-layouts.md 2020-07-24 16:06:32 -04:00
f099739f42 Include documentation for home page grid view 2020-07-24 16:00:37 -04:00
21ae828654 Fix typo in Sass variable map 2020-03-06 15:48:03 -05:00
eb1af70810 Document header tagline 2020-01-07 13:14:50 -05:00
c1df29422b Add note about allowed Markdown in author.bio 2019-07-24 10:16:22 -04:00
59111d1e01 Remove Google+
Google+ is being shutdown on April 2, 2019. Social sharing buttong, comment provider, and author link configs have been removed from the theme.

ref: https://support.google.com/plus/answer/9195133
2019-03-05 18:53:30 -05:00
89c4169191 Update CHANGELOG, history, and canonical_url documentation 2019-01-08 08:32:24 -05:00
e4af8a4036 Update theme documentation 2018-11-25 19:48:19 -05:00
9aedf9a694 Fix broken link in layout documentation
Close 
2018-11-13 09:30:21 -05:00
42de7a56fc Improve author link flexibility
Deprecate social networking links in `_config.yml` in favor or new `author.links` array for any link and in any order. All of Font Awesome's icons are available for use.

```
author:
  links:
    - label: "Your Website"
      icon: "fas fa-fw fa-link"
      url: "https://your-site.com"
    - label: "Twitter"
      icon: "fab fa-fw fa-twitter-square"
      url: "https://twitter.com/username"
    - label: "GitHub"
      icon: "fab fa-fw fa-github"
      url: "https://github.com/username"
    - label: "Instagram"
      icon: "fab fa-fw fa-instagram"
      url: "https://instagram.com/username"
```

Fixes 
2018-09-10 15:05:07 -04:00
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 
2018-09-10 11:04:06 -04:00
c6d726408e : Update example Reddit social share interpolation syntax () 2018-05-08 10:46:44 -04:00
4d4531d19f Replace absolute_url with relative_url 2018-03-20 16:01:21 -04:00
483184d566 Add new layouts 2018-03-20 15:34:10 -04:00
4cfbd7a5aa Document new layouts 2018-03-20 15:06:41 -04:00
31b20a6ad0 Add wide modifier to archive layout 2018-03-20 14:47:13 -04:00
ba5d25c419 Replace hard coded archive pages with new layouts 2018-03-20 14:39:40 -04:00
b59d53e34b Add sample wide pages and update documentation 2018-02-05 14:34:32 -05:00
3e922ddf58 Upgrade Font Awesome to version 5 ()
Upgrade Font Awesome to version 5 (SVG with JavaScript)

Close 
2018-01-04 14:27:27 -05:00
7bf2b58ede v2: Introduce show_overlay_excerpt and document ()
Make excerpts optional in header overlay

Some posts and some header images don't lend themselves well to
displaying the excerpt in the overlay. Make this optional by
introducting a new boolean variable:

`page.header.show_overlay_excerpt`

Set it to implicitly default to `true` so existing users are unaffected by
testing explicitly for "!= false".

This can be enabled globally for a site by changing the default to `false`
in the local _config.yml, or per page by specifying the value in front
matter.

Document show_overlay_excerpt variable

* Add show_overlay_excerpt variable to the Header Overlay field documentation table.

Close 
2018-01-02 16:08:37 -05:00
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