github-actions[bot] on gh-pages
Deployed 1081002 with MkDocs ve… (compare)
github-actions[bot] on gh-pages
Deployed 0676ae1 with MkDocs ve… (compare)
squidfunk on master
Added missing screenshot (compare)
squidfunk on master
Documentation (compare)
github-actions[bot] on gh-pages
Deployed 7192639 with MkDocs ve… (compare)
squidfunk on master
Improved example admonition sty… (compare)
github-actions[bot] on gh-pages
Deployed c13012d with MkDocs ve… (compare)
squidfunk on master
Fixed watch mode aborting on CS… (compare)
github-actions[bot] on gh-pages
Deployed 36f13cb with MkDocs ve… (compare)
squidfunk on master
Updated Insiders documentation (compare)
github-actions[bot] on gh-pages
Deployed bf775ec with MkDocs ve… (compare)
squidfunk on master
Trimmed down Dockerfile by remo… (compare)
github-actions[bot] on gh-pages
Deployed 88437e4 with MkDocs ve… (compare)
squidfunk on master
Documentation (compare)
github-actions[bot] on gh-pages
Deployed 8ad530b with MkDocs ve… (compare)
search.xml
change: I was trying to integrate OpenSearch, which is a standard that allows to search directly from the browser bar (i.e. try to type "github.com" and then TAB), you can search GitHub directly. I haven't managed yet to get it working on Chrome, but it works 'okayish' on Firefox:
mkdocs-minify-plugin
for minification. However, 404.html
never gets minified. This is because the on_post_page
event isn't fired for 404.html, and the plugin uses that event for HTML minification
on_template
by hooking during on_env
{% extends "base.html" %}
{% block extrahead %}
<meta property="og:type" content="website" />
<meta property="og:title" content="{{ page.title }}" />
<meta property="og:url" content="{{ page.canonical_url }}" />
<meta property="meta" content="{{ page.meta }}" />
{% endblock %}
og:
meta properties.
meta
extension).