mirror of
https://github.com/adulau/brouilleursdeblanc.git
synced 2024-11-07 12:06:26 +00:00
Merge branch 'hotfix/documentation' into develop
Conflicts: assets/js/scripts.min.js
This commit is contained in:
commit
cbe1f91b44
4 changed files with 7 additions and 11 deletions
|
@ -14,8 +14,9 @@ Looking for a simple, responsive, theme for your Jekyll powered blog? Well look
|
||||||
* Tags for [Open Graph](https://developers.facebook.com/docs/opengraph/) and [Twitter Cards](https://dev.twitter.com/docs/cards) for a better social sharing experience.
|
* Tags for [Open Graph](https://developers.facebook.com/docs/opengraph/) and [Twitter Cards](https://dev.twitter.com/docs/cards) for a better social sharing experience.
|
||||||
* Vanilla [custom 404 page]({{ site.url }}/404.html) to get you started.
|
* Vanilla [custom 404 page]({{ site.url }}/404.html) to get you started.
|
||||||
* Stylesheets for Pygments and Coderay [syntax highlighting](http://mmistakes.github.io/articles/so-simple-theme/code-highlighting-post/) to make your code examples look snazzy.
|
* Stylesheets for Pygments and Coderay [syntax highlighting](http://mmistakes.github.io/articles/so-simple-theme/code-highlighting-post/) to make your code examples look snazzy.
|
||||||
* Simple search.
|
* Simple search that overlays results based on post title.
|
||||||
* Grunt build script for easier theme development.
|
* Grunt build script for easier theme development.
|
||||||
|
* [Sitemap](https://github.com/mmistakes/so-simple-theme/blob/master/sitemap.xml) for search engines
|
||||||
|
|
||||||
![screenshot of So Simple Theme](http://mmistakes.github.io/so-simple-theme/images/so-simple-theme-preview.jpg)
|
![screenshot of So Simple Theme](http://mmistakes.github.io/so-simple-theme/images/so-simple-theme-preview.jpg)
|
||||||
|
|
||||||
|
|
5
about.md
5
about.md
|
@ -24,8 +24,9 @@ Looking for a simple, responsive, theme for your Jekyll powered blog? Well look
|
||||||
* Tags for [Open Graph](https://developers.facebook.com/docs/opengraph/) and [Twitter Cards](https://dev.twitter.com/docs/cards) for a better social sharing experience.
|
* Tags for [Open Graph](https://developers.facebook.com/docs/opengraph/) and [Twitter Cards](https://dev.twitter.com/docs/cards) for a better social sharing experience.
|
||||||
* Vanilla [custom 404 page]({{ site.url }}/404.html) to get you started.
|
* Vanilla [custom 404 page]({{ site.url }}/404.html) to get you started.
|
||||||
* Stylesheets for Pygments and Coderay [syntax highlighting](http://mmistakes.github.io/articles/so-simple-theme/code-highlighting-post/) to make your code examples look snazzy.
|
* Stylesheets for Pygments and Coderay [syntax highlighting](http://mmistakes.github.io/articles/so-simple-theme/code-highlighting-post/) to make your code examples look snazzy.
|
||||||
* Simple search.
|
* Simple search that overlays results based on post title.
|
||||||
* Grunt build script for easier theme development.
|
* [Grunt build script]({{ site.url }}/theme-setup/index.html#theme-development) for easier theme development.
|
||||||
|
* [Sitemap](https://github.com/mmistakes/so-simple-theme/blob/master/sitemap.xml) for search engines
|
||||||
|
|
||||||
<a markdown="0" href="{{ site.url }}/theme-setup" class="btn">Install Minimal Mistakes Theme</a>
|
<a markdown="0" href="{{ site.url }}/theme-setup" class="btn">Install Minimal Mistakes Theme</a>
|
||||||
|
|
||||||
|
|
|
@ -206,13 +206,7 @@ var responsiveNav = (function (window, document) {
|
||||||
addClass(nav, "closed");
|
addClass(nav, "closed");
|
||||||
setAttributes(nav, {"aria-hidden": "true"});
|
setAttributes(nav, {"aria-hidden": "true"});
|
||||||
|
|
||||||
if (opts.animate) {
|
|
||||||
setTimeout(function () {
|
|
||||||
nav.style.position = "absolute";
|
|
||||||
}, opts.transition + 10);
|
|
||||||
} else {
|
|
||||||
nav.style.position = "absolute";
|
|
||||||
}
|
|
||||||
|
|
||||||
navOpen = false;
|
navOpen = false;
|
||||||
opts.close();
|
opts.close();
|
||||||
|
|
2
assets/js/scripts.min.js
vendored
2
assets/js/scripts.min.js
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue