diff --git a/CHANGELOG.md b/CHANGELOG.md index 9521886..4d5504d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,16 @@ # Changelog +__2018-09__ + +* Experimenting collapsible menu in mobile mode (screen width less than 767px) + +__2018-08__ + +* Fine tuning of `highlight.js` using front-matter +* Fixing `layoutReverse` + __2018-07__ + * Revises the shortcode ['fig.html'](https://github.com/htr3n/hyde-hyde/blob/master/layouts/shortcodes/fig.html) * Renames `header/font-awesome.html` to `header/font-awesome-css.html` and adds [_footer/font-awesome-js.html_](https://github.com/htr3n/hyde-hyde/blob/master/layouts/partials/footer/font-awesome-js.html), uses Font-Awesome 5 deferred JavaScript loading to reduce CSS rendering blocking * Refactors and consolidates all responsive breakpoints and creates a new style [_\_responsive.scss_](static-src/scss/hyde-hyde/_responsive.scss) diff --git a/README.md b/README.md index 06f2b5f..9cabdec 100644 --- a/README.md +++ b/README.md @@ -72,7 +72,6 @@ __`Hyde-hyde`__ essentially inherits most of Hyde's [options](https://github.com ... ``` - ### Customisations @@ -154,6 +153,10 @@ If you want to adjust the portfolio page to your needs, please have a look at th +### Mobile + +![Hyde-hyde on mobile](https://github.com/htr3n/hyde-hyde/raw/master/images/mobile.png) + ## Author(s) ### Original Developed by Mark Otto diff --git a/images/mobile.png b/images/mobile.png new file mode 100644 index 0000000..797d0e0 Binary files /dev/null and b/images/mobile.png differ