Commit Graph

52 Commits

Author SHA1 Message Date
jusola ad77c6fc90 Dataleffat + yhdistys.md 2022-08-17 16:06:05 +03: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 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 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 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 ac18104d0b Reduce blank pages when printing in Chrome
Close #29
2017-09-14 15:55:25 -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 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 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
Michael Rose 4099f6c519 Indent $color variable list 2017-03-16 14:39:44 -04:00
Michael Rose bdb2033edd Cleanup SCSS Lint warnings 2017-03-16 14:34:29 -04:00
Michael Rose 21494729e1 Change comment style 2017-03-16 11:37:25 -04:00
Michael Rose 33336a9b1e Overlay intro image with theme’s `$accent-color` 2017-03-13 22:38:34 -04:00
Michael Rose 1d50924d8b Add support for large intro images
- Add Unsplash images to example site for testing
2017-03-13 22:13:50 -04:00
Michael Rose d8a9ecc0fe Add support for `site.image` in mastnead 2017-03-13 15:23:04 -04:00
Michael Rose eb065a23e2 Adjust placement of sidebar toggle 2017-03-13 15:22:26 -04:00
Michael Rose adbe7ce252 Add `optimizeLegibility` to headings 2017-03-13 14:42:05 -04:00
Michael Rose 2fbf4165e2 Increase leading of intro paragraphs 2017-03-13 14:41:39 -04:00
Michael Rose 724e6b5136 CSS cleanup
- Remove unused styles
- Run through Autoprefixer
2017-03-10 14:37:14 -05:00
Michael Rose b98d1b49e0 Break long words in entry titles that could potentially overflow. 2017-03-09 14:21:10 -05:00
Michael Rose cc54e61ae7 Improve text and image utility classes 2017-03-09 14:20:28 -05:00
Michael Rose ab80d45a45 Add styling for keyboard text, `kbd` element 2017-03-09 11:03:46 -05:00
Michael Rose ce81b744f7 Style the `q` element similar to `blockquote` 2017-03-09 10:58:04 -05:00
Michael Rose a811c32f58 Use margin instead of padding 2017-03-09 10:19:36 -05:00