* Add rel=me to author profile links
* Add h-card Microformats markup
* Add h-entry microformat markup
* Fix missing anchor tag
* Fix h-entry microformat markup on single template
* Use minimal subset of Microformat elements
* Move dt-published to `page__date.html` and remove dt-updated
* Remove "author" and "summary"
Leaves "url" as a hidden element
* Add page link to h1 tag
The h1 tag now contains the Schema-org `url` itemprop and the
Microformats `url` class in an anchor tag. The anchor tag is styled to
not look like a link.
* Put author 'u-url' on author__name h3
This also puts the same `{{ author.home | default: '/' | absolute_url }}`
construct on `author__avatar` to remove the Jekyll `author.home`
conditional.
Also addresses SCSS text color error.
* Add script in same style as utterances
But adjusted for the various filed differences
* Add initial script
* Add default settings
* Update changelog
* Add feature to readme
* Add comments html
* add comment provider include
* update config in docs
* Add URL for additional reference
* docs for giscus comments
* Unrelated bugfix: add missing version separator
So that things match the "history" doc.
* add space
* update history doc
* update about doc
* add to test config yaml
* remove unnecessary / incorrect async attribute
* probably should pass the right config paths
* lowercase the repo name
* Update docs to address '1' and '0' for reactions_enabled
Figured I'd match the giscus format rather than convert a boolean to an int there.
* update two additional docs
* docs wording fix
IE9 is absolutely, completely, totally dead. it's marketshare is less than 0.1%.
REF: https://caniuse.com/usage-table
Save some bytes in the HTML for all users by removing the fallback inline CSS.
* feat: Allow search icon in masthead to be set to a Font Awesome icon.
* fix indentations
* Users wishing to avoid FontAwesome should override _includes/masthead.html
* Updated Staticman docs
* remove any ref to official public instance in docs
* remove fallback instance for staticman v2
left staticman v1 untouched as I dunno how to deal with that
* add a "hide" value in config for atom
* Update footer to use param
* update header to use param
* Update docs to note configuration
* undo formatting
* use unless syntax
* unless syntax and indentation
* indentation
When the figure helper is used in a list, which can be either ordered or
unordered, and no caption is specified, a line with text "</figure>"
will be shown below the figure on the rendered page.
This is because, if the '{% if include.caption %}' evaluates to false,
the lines between that 'if' statement and '{% endif %}' will be emptied,
not removed, so the block will be filled by empty lines.
HTML ignores redundant empty lines, but Markdown takes them seriously.
In addition, Markdown expects proper indentation of lines inside lists,
and the closing '</figure>' tag is not indented. When combined, the
empty space and absence of indentation cause Markdown to process the
'</figure>' tag as a separate paragraph instead of an HTML tag, thus the
text for the tag is directly rendered on the page.
The fix for this issue is very simple: remove the empty space when
'include.caption' is false. As described in
<https://shopify.github.io/liquid/basics/whitespace/>, this can be done
by adding hyphens to the 'if' and 'endif' tags.
* Rename include
* Add grid view test pages
* Rename `.post__meta-sep` and use CSS to add line break
* Improve collection grid archive
* Improve page grid archive
* Enable `grid`
* Don't show date icon if there is no `date` value
* Add blank line at EOF
* Add space
* Wrap date and reading time in named `span` elements
* add date to read-time.html
* add option for show_date, dynamic icon style
* change read-time to post__meta
* cleanup post__metal.html
* cleanup post__meta include variables
* put date before read time
* remove space in include variable
* allow customisation of post__meta separator
* add some documentation
* oops fix typo derp
* add post date image
* change page meta separator customisation to CSS
* Enhance support for bilibili videos in responsive video helper, and add corresponding doc
* Apply @iBug's review in mmistakes/minimal-mistakes#2522
* Fix danmaku in page hero video
* Update video to use case..when for iframe src
* Update CHANGELOG and history
Co-authored-by: Anran <51769728+ALeafWolf@users.noreply.github.com>
Co-authored-by: Michael Rose <mmistakes@users.noreply.github.com>
* Search on menu toggle
With that change search is performed when requested. Before it was done
for each pageview, regardless of the fact if search was used by user or
not.
* Localize algolia's empty template
* Use relative_url and absolute_url where possible
Drops the `contains "://"` check, adopt Jekyll 3.7
Ref: https://github.com/mmistakes/minimal-mistakes/pull/2385#issuecomment-579882236
* One more unneeded {% assign %}
* Remove one more assign as noted by mmistakes
* Consolidate 4 more captures
* Consolidate an extra assign on "active" class