Commit Graph

68 Commits

Author SHA1 Message Date
jusola ad77c6fc90 Dataleffat + yhdistys.md 2022-08-17 16:06:05 +03:00
Michael Rose 8a65981de1 Release 1.4.5 💎 2021-07-05 21:13:37 -04:00
Michael Rose 7ba10fab76 Release 1.4.4 💎 2019-08-20 21:59:59 -04:00
Michael Rose 7c4260036f Release 1.4.3 💎 2019-08-20 21:54:06 -04:00
Michael Rose 112bdc5186 Release 1.4.2 💎 2019-07-18 19:01:25 -04:00
Michael Rose 94e9efafe1 Rename LICENSE 2018-10-09 18:12:09 -04:00
Michael Rose 32d2aed866 Release 1.4.1 💎 2018-08-07 22:44:44 -04:00
Tony Ho 9f2a37c27f Adjust colours to meet WCAG 2 AA (#68)
See https://dequeuniversity.com/rules/axe/2.2/color-contrast
2018-07-20 12:27:54 -04:00
Michael Rose 9a0a95fc24
Add layouts (#60)
* Add new layouts

* Add sample collection documents and pages

* Move `footer`

* Style archive related things

* Update CHANGELOG

* Disable hero image overlay by default

* Add support for post thumbnails

* Add grid layout

* Add suggested image sizes

* Add layout for grouping posts by year

* Document new layouts

* Add issue template

* Add sample content to demo new layouts

* Add sample archive pages to navigation

* Add comma

* Release 1.4.0 💎
2018-04-02 20:55:22 -04:00
Michael Rose 273daaaecd Add intro image overlay SCSS variable
To disable intro image color accent overlay add set the following SCSS variable to `false` like so:

$intro-image-color-overlay: false;

Fixes #55
2018-03-25 20:14:09 -04:00
Michael Rose f848524e3b Fix printing in FireFox
ref: https://github.com/mmistakes/jekyll-theme-basically-basic/issues/29#issuecomment-369232569
2018-03-02 11:42:07 -05:00
Michael Rose bd68f2bd77 Release 1.3.1 💎 2018-02-16 15:07:48 -05:00
Michael Rose a45dbb5464 Release 1.3.0 💎 2018-02-16 09:52:01 -05:00
Michael Rose e94ea30ffd
Add support for Lunr and Algolia search (#48)
* Add basic support for Lunr and Algolia search
* Fix skip links
* Fix URL paths
* Add toggle for Algolia "powered by" badge
* Improve placement of search toggle
* Fix search icon fill color
* Add search documentation
* Update CHANGELOG
* Enable search on demo site
* Update TOC
2018-02-16 09:46:51 -05:00
Michael Rose 6ab8988f3b Fix `border-bottom` for Gist line numbers 2018-01-23 16:00:20 -05:00
Michael Rose 6d2ee6d7ba Release 1.2.0 💎 2018-01-05 15:16:55 -05:00
Michael Rose 7792636b68 Add skin appopriate colors for code blocks 2018-01-05 15:08:05 -05:00
Michael Rose 5cee58f647 Fix color of menu toggle text 2018-01-05 15:00:45 -05:00
Michael Rose a3692ec213 Improve syntax highlighting styles
Replace hardcoded hex values with Sass variables in [Base16](http://chriskempson.com/projects/base16/)
2018-01-05 14:54:51 -05:00
Michael Rose 628629d268
Upgrade to Susy 3 (#42)
Most of Susy's mixins have been deprecated, `@include container()`, `@include full()`, `@include span()`, `@include prefix()`, `@include suffix()`, `@include gallery()`, etc replace with new functions.

Fixes #21
2018-01-05 14:25:42 -05:00
Michael Rose 6f9012ad94 Release 💎 1.1.3 2017-10-19 09:10:03 -04:00
Michael Rose c8bfe48830 Fixed sidebar visibility bug
Add `visibility: hidden` to `.sidebar` and toggle it to `visible` when sidebar is in view. Keeps it from showing up when scrolling past the browser's viewport in Safari as well.

Fixes #31
2017-09-25 10:34:15 -04:00
Michael Rose 505d454f02 Release 💎 1.1.2 2017-09-14 16:00:42 -04:00
Michael Rose ac18104d0b Reduce blank pages when printing in Chrome
Close #29
2017-09-14 15:55:25 -04:00
Michael Rose 7bf2021c2b Release 💎 1.1.1 2017-09-06 15:37:18 -04:00
Michael Rose 0af9f30b78 Release 💎 1.1.0 2017-03-30 11:22:41 -04:00
Michael Rose 4182c34ff6 Vertically align inner toggle for webkit browsers 2017-03-29 15:27:15 -04:00
Michael Rose 585444bced Adjust navicon line-height 2017-03-29 15:12:28 -04:00
Michael Rose 6184be31e6 Adjust navicon button 2017-03-29 15:06:37 -04:00
Michael Rose 79d5dd378c Overlay menu adjustments (#16)
* Improve animation of off-canvas menu
* Simplify styles and push main content with CSS transforms for higher FPS
* Reduce padding around toggle button
* Customize color of focus state
* Merge overlay menu changes into /docs

Close #15
2017-03-29 14:55:31 -04:00
Michael Rose 7127714e4b Fix `body` height and `.wrapper` box shadow. (#14)
Close #13
2017-03-28 21:34:04 -04:00
Michael Rose 4b915b40be Sidebar off-canvas refactor (#11)
- Remove tinted background

- Refactor sidebar overlay
  - Remove problematic overlay and `pointer-events: hidden`
  - Size sidebar accordingly to avoid it covering up `.wrapper` content and interfering with interactions

- Add `-ms-` vendor prefixes for Internet Exploer

- Update CHANGELOG

Close #9
2017-03-27 14:43:01 -04:00
Michael Rose ae3d1da3aa Release 💎 1.0.1 2017-03-23 16:00:27 -04:00
Michael Rose 7a1993a672 Add responsive embed helper classes for fluid-width videos. (#5)
Close #2
2017-03-23 15:46:54 -04:00
Michael Rose 8d6aaa0f9d Fix property order 2017-03-23 15:10:23 -04:00
Michael Rose bde770b5fc Improve print styles (#4)
Close #4
2017-03-23 14:58:26 -04:00
Michael Rose 5d0cb91cab Release 💎 1.0.0 2017-03-20 15:52:25 -04:00
Michael Rose 81ca0ae168 Target last 1 version with Autoprefixer 2017-03-20 12:53:02 -04:00
Michael Rose 42739b5eed Rename `site.image` to `site.logo` for parity with jekyll-seo-tag plugin
- Describe site-wide elements in _config.yml
2017-03-19 12:27:58 -04:00
Michael Rose 4d8b9c832d Autoprefix flex-box declarations 2017-03-19 11:24:01 -04:00
Michael Rose 9208016cac Increase space below intro title 2017-03-17 12:01:54 -04:00
Michael Rose 4e8851782e Rename intro to hero 2017-03-17 11:55:29 -04:00
Michael Rose 7aa6cf79c5 Add `menu` label text to sidebar toggle button 2017-03-17 09:56:16 -04:00
Michael Rose 85b219c28c Adjust CV entry styling 2017-03-17 09:37:30 -04:00
Michael Rose 6888d43804 Add optional read time 2017-03-17 09:36:47 -04:00
Michael Rose 6d47ed3599 Disable UnnecessaryParentReference for mixin 2017-03-16 15:43:06 -04:00
Michael Rose ce7dc78dc1 Disable DuplicateProperty for CSS hack 2017-03-16 15:39:43 -04:00
Michael Rose 515fe375e6 Nest `.is--visible` declarations 2017-03-16 15:39:17 -04:00
Michael Rose 51de468dbb Nest `.open` navicon classes and comment out unused 2017-03-16 15:20:49 -04:00
Michael Rose 89aebb82ec Cleanup SCSS Lint warnings 2017-03-16 15:13:21 -04:00