Commit graph

341 commits

Author SHA1 Message Date
Michael Rose 8dcd353e90 Release 4.6.0 💎 2017-09-12 14:59:06 -04:00
Michael Rose 58b8cf8416 Add pre to version 2017-09-12 13:01:45 -04:00
Michael Rose 1570e85fb1 Update Magnific Popup to v1.1.0 2017-09-12 12:54:17 -04:00
Michael Rose 7845654225 Update jQuery Smooth Scroll to v2.2.0 2017-09-12 12:48:59 -04:00
Michael Rose 38c2bdbfd8 Update jQuery
Theme targets IE9+ allowing for using the newer/smaller version
2017-09-12 12:42:52 -04:00
Michael Rose 93c4fbc4b9 Color "skins" (#1242)
* Add YIQ Color Contrast mixin
* Remove text underline from `.btn` links
* Move YIQ variables
* Simplify button classes using YIQ color contrast mixin
  - DRY up button CSS using Sass list and YIQ color contrast mixin.
  - Move `color` and `background-color` to new `btn--primary` class instead of assinging on the default class. Removes the need to override them.
* Add `.btn--primary` to buttons that just had `.btn`
* Apply changes to `/docs`
* Add `.btn--primary` class
* Update CHANGELOG and history
* Add sample form
* Abstract colors away into Sass variables for easier themeing
* Add "dark" skin
* Replace hardcoded color with SCSS variable
* Invert Font Awesome icons' colors in author sidebar and footer
* Add Sass changes to `/docs`
* Use primary button type instead of inverse
* Add missing `!default` on `$muted-text-color`
* Add `contrast` and `sunrise` skin colors
* Add `dirt` skin color
* Add `air` skin color option
* Add `mint` skin color
* Add `btn--primary` class to Submit Comment button
* Set skin to `default`
* Document skin color options
* Add note about skin SCSS import

Close #1208
2017-09-12 12:01:43 -04:00
Michael Rose dc47f82af2 Bump 💎 to 4.5.2 2017-09-06 15:14:15 -04:00
Michael Rose 1629f0e4a7 Bump 💎 to 4.5.1 2017-08-18 15:19:24 -04:00
Michael Rose 709a1e8583 Remove blank YAML Front Matter from JavaScript banner
- No longer needed ref: https://github.com/jekyll/jekyll/pull/5918

Ref: https://github.com/mmistakes/minimal-mistakes/issues/1158
2017-08-06 10:43:36 -04:00
Michael Rose 13e299a8f3 Release 💎 4.5.0 2017-08-04 12:41:05 -04:00
Michael Rose 6b9afaa8b7 Fix disappearing author sidebar links
- Close #1136
2017-08-04 11:55:10 -04:00
Michael Rose 0f2d564837 Bump version to 4.4.2 2017-07-07 15:49:17 -04:00
Michael Rose 128977691a Toggle close button on mouseleave
- Close #975
2017-04-27 15:55:49 -04:00
Michael Rose 9361c53c43 Release 💎 4.4.1 2017-04-21 20:03:08 -04:00
Michael Rose e0099ffa5a Transition “hamburger” navicon on click to “X” navicon by adding .close to button
- Close 969
2017-04-21 20:00:14 -04:00
Michael Rose 19568e95ae Release 💎 4.4.0 2017-04-18 12:58:46 -04:00
Michael Rose 3fc1bfde26 Move SCSS partials to /_sass/minimal-mistakes for easier CSS customization 2017-04-18 12:52:11 -04:00
Michael Rose b6e14cbf18 Bump version to 4.3.1 2017-03-16 10:31:43 -04:00
Michael Rose 7316be4280 Bump version to 4.3.0 2017-02-28 10:42:20 -05:00
Michael Rose b9d86f3989 Add banner text to main.min.js (#880)
- Add `---` YAML Front Matter as a workaround to allow the theme gem's version to be overridden locally.
- Adjust page scope in Front Matter default to avoid adding a layout to `main.min.js`
- Fixes #874, Fixes #722
2017-02-28 10:06:18 -05:00
Michael Rose 9e9d26ea97 Update theme meta info 2017-02-21 10:50:57 -05:00
Michael Rose 9da56708b4 Add theme meta info 2017-02-21 10:17:09 -05:00
Michael Rose a488a6b0fe Run through Autoprefixer 2017-02-14 12:42:50 -05:00
Michael Rose 943456cae7 Update GreedyNav.js 2017-02-13 22:15:02 -05:00
Michael Rose 3c93905e23 Update GreedyNav.js 2017-02-13 22:14:10 -05:00
Michael Rose 55843c5dca Remove position: sticky JavaScript polyfill
- Fallback to default positioning for browser that don't support it IE, Chrome < 56, etc.
- Issue #752
2017-01-05 11:48:37 -05:00
Michael Rose 1e661eb10f Update Font Awesome to v4.7.0
- Close #723
2016-12-21 21:44:24 -05:00
Michael Rose 1f9e9d0660 Organize SCSS partials 2016-11-17 11:44:22 -05:00
Michael Rose 4cc9fcb40a Use Jekyll native Sass/SCSS preprocessor
- Move .scss files to default `_sass` folder
- Configure Sass/SCSS in `_config.yml`
- Run .scss files through Autoprefixer
- Remove unnecessary npm scripts for building CSS
- Close #333
2016-08-08 16:01:37 -04:00
Michael Rose 9a9cbc01e3 Make footer stick to the bottom of the page
- Use JavaScript to determine height of `.page_footer` to apply padding to `body` avoiding any content overlap
- Absolute position `.page_footer` to bottom of the page
2016-07-20 09:10:37 -04:00
Matthew Aguirre 97c081eb22 Updated main.min.js 2016-07-14 10:26:14 -04:00
Matthew Aguirre cd79ac9a64 Fixed condition that should be notted. 2016-07-14 10:24:10 -04:00
Matthew Aguirre e5147f8de9 Fixed overlay when 'author__urls-wrapper button' is not present. 2016-07-14 10:13:08 -04:00
Michael Rose 89a44dc057 Improve link posts in archive listings
- Remove `target="_blank"` anti-pattern
- If link post point title to source article
- Switch star icon to a link to indicate "permalink" and markup semantically with `rel="permalink"`
- Reduce opacity of permalink icon
- Adjust hover styles due to shuffling around <a> element
- Close #276
2016-07-11 13:02:59 -04:00
Michael Rose 54a8646901 Enable image popup on < 500px wide screens
- Close #385
2016-07-07 09:53:25 -04:00
Matthew Aguirre c3e2272a6f Updated check for button vizability instead of window width. 2016-06-23 21:00:40 -04:00
Michael Rose 91ad41be87 Build CSS 2016-06-23 10:08:23 -04:00
Michael Rose e86c60a042 Update Font Awesome to 4.6.3 2016-06-23 10:05:34 -04:00
Michael Rose f7c6ddf490 Update vendor JS and build
- Update jQuery to 1.12.4
- Update Stickyfill.js to 1.1.4
2016-06-23 09:59:34 -04:00
Michael Rose 4c1eac7407 Build JS
- Close #372
2016-06-23 09:47:51 -04:00
Matthew Aguirre 9bd96ec92f Fixed disappearing menu. 2016-06-22 18:59:16 -04:00
Michael Rose 166b8f71bb Remove pointer cursor on author__urls that appears on white-space surrounding links.
- Close #354
2016-06-12 22:27:14 -04:00
Michael Rose 1b142507c3 Fix link color in hero overlay 2016-06-06 22:28:51 -04:00
Michael Rose 9d27604578 Remove border from archive items' headings 2016-06-06 22:28:33 -04:00
Michael Rose 4aa0631ac6 Build CSS 2016-06-06 21:17:06 -04:00
Michael Rose e6a5d24bc4 Add subtle border to <h2> elements in main content 2016-06-06 21:16:57 -04:00
Michael Rose b1c6d19acc Neutralize Font Awesome footer icons' color 2016-06-06 21:16:36 -04:00
Michael Rose a3322620ef Lighten font weight 2016-06-06 21:02:11 -04:00
Michael Rose 8cd5be2107 Add border and background color to page footer 2016-06-06 21:01:54 -04:00
Michael Rose ad303b9484 Left align hero overlay and archive features to flow better with left aligned layouts 2016-06-06 15:16:24 -04:00
Michael Rose df86cb62c2 Left align masthead and footer 2016-06-06 15:15:20 -04:00
Michael Rose db869e8274 Increase font size of archive item titles in list view 2016-06-06 12:11:52 -04:00
Michael Rose f497183b2a Fix alignment of icons used in author profile sidebar links
- Close #341
2016-06-06 12:08:45 -04:00
Michael Rose 68b02cd8d8 Use CSS3 transform instead of change in width for masthead menu underline effect 2016-05-31 12:31:39 -04:00
Michael Rose 86d08455e8 Remove duplicate fa-twitter and fa-twitter-square classes from _utilities.scss
- Fixes #302
2016-05-16 09:48:16 -04:00
Tobie Langel 9582a1b117 Fix whitespace issue using CSS. 2016-05-05 23:43:04 +02:00
Michael Rose c3e28b3754 Decrease left/right page padding on small screens to give more space for content. 2016-04-18 16:18:12 -04:00
Michael Rose a8201afaae Fix related posts alignment
- Close #273
2016-04-18 16:16:38 -04:00
Michael Rose 0bf2d67635 Fix alignment of "Follow" button in author profile
- Close #274
2016-04-18 16:13:53 -04:00
Michael Rose 378916f6c5 Update Font Awesome to version 4.6.1 2016-04-15 09:11:51 -04:00
Michael Rose aae29fb9c8 Increase white-space between sidebar and main content 2016-04-14 22:42:33 -04:00
Michael Rose d9c6183ed7 Fix table of contents z-index stacking bug with <code> blocks
- Close #263
2016-04-14 21:31:53 -04:00
Michael Rose 089dd195bb Fix sticky sidebar at wrong breakpoint
- Close #262
2016-04-14 21:29:55 -04:00
Michael Rose fe124580af Adjust white-space around feature row items 2016-04-14 12:23:32 -04:00
Michael Rose baefd0ab06 Fix stacking order of author "Follow" button 2016-04-14 09:47:54 -04:00
Michael Rose 7d033d57ef Update class utility docs 2016-04-13 11:29:44 -04:00
Michael Rose 98ada1b98e Increase contrast of table borders 2016-04-13 08:50:14 -04:00
Michael Rose c1a9f8d9cb Update docs 2016-04-12 16:48:27 -04:00
Michael Rose 2e2e5bfb51 Fix improperly positioned sticky element 2016-04-12 10:42:00 -04:00
Michael Rose 944629b422 Add subtle intro animation to elements and fix z-index stacking issues 2016-04-12 10:00:32 -04:00
Michael Rose e5d5685ad5 Add optional location to author sidebar 2016-04-10 12:16:10 -04:00
Michael Rose 4711a23161 Update syntax highlighting styles 2016-04-10 12:07:00 -04:00
Michael Rose f2153d5b7e Increase white-space between headings 2016-04-07 21:17:26 -04:00
Michael Rose 461a1348c0 Bump up text contrast to improve readability 2016-04-07 11:36:27 -04:00
Michael Rose f92d800c3a Darken $info-color 2016-04-06 15:50:30 -04:00
Michael Rose 2808bd322c Rename site.logo to site.og_image 2016-04-06 15:50:10 -04:00
Michael Rose 6738fa4cbb Add some color to links 2016-04-06 14:46:35 -04:00
Michael Rose 85db09fe35 Use $notice-color to style box-shadow on notices 2016-04-05 22:05:26 -04:00
Michael Rose 47fd353201 Adjust link color 2016-04-05 21:37:16 -04:00
Michael Rose 20fe00d058 Style links in notices 2016-04-05 21:30:25 -04:00
Michael Rose 71a7adec31 Improve list element white-space 2016-04-05 21:15:39 -04:00
Michael Rose 0d61b26dd4 Change caption typeface 2016-04-05 16:14:52 -04:00
Michael Rose ba2bec7317 Dim sidebar 2016-04-05 16:14:35 -04:00
Michael Rose ecae46746d Improve flexibility of applying color to the theme 2016-04-05 15:18:05 -04:00
Michael Rose 0cba582d02 Reduce white-space above masthead 2016-04-04 12:45:44 -04:00
Michael Rose 0ad429c9c7 Properly style inline <code> 2016-04-03 21:52:52 -04:00
Michael Rose 8d1a149e35 Properly style inline <code> 2016-04-03 21:42:02 -04:00
Michael Rose 803096d9fa Add icons to page meta labels (tags, categories, and date) 2016-04-03 21:35:53 -04:00
Michael Rose 7c1bddf704 Refine masthead 2016-04-03 21:23:24 -04:00
Michael Rose c9da12f79e Make sure .full negative margin sticks on images wrapped in <p></p> 2016-04-01 16:31:31 -04:00
Michael Rose 287e73d9e6 Make .current stand out more in pagination bar 2016-04-01 16:08:22 -04:00
Michael Rose 715852ba19 Hidden button labels on small screens but allow screen readers to see them 2016-04-01 16:02:19 -04:00
Michael Rose 416cc123ec Add LinkedIn social share button and add ARIA hidden to Font Awesome icons
- Close #174
- Close #179
2016-04-01 15:40:38 -04:00
Michael Rose a625d4a8f1 Revert background color back to white 2016-04-01 15:14:54 -04:00
Michael Rose e528565f63 Simplify feature row SCSS 2016-04-01 12:50:07 -04:00
Michael Rose b26bc6fa87 Adjust button sizes 2016-04-01 12:43:19 -04:00
Michael Rose 55feca46df Adjust table of contents typography 2016-03-31 22:00:06 -04:00
Michael Rose 9a3d4de6e1 Adjust type scale 2016-03-31 21:47:10 -04:00
Michael Rose d04308520f Adjust sidebar navigation list and syntax highlighting styles 2016-03-31 21:41:00 -04:00
Michael Rose 7d93083b91 Simplify build scripts to use npm instead of gulp
- Close #229
2016-03-31 20:55:54 -04:00
Michael Rose 7a41a04dcc Make typography refinements 2016-03-30 22:20:55 -04:00
Michael Rose 8a58559144 Change syntax highlighting theme again 2016-03-30 22:20:39 -04:00
Michael Rose 4548f70ee5 Refine notices 2016-03-30 21:52:58 -04:00
Michael Rose 045c7db1dd Replace px font-size with relative units (em and rem) 2016-03-30 16:59:48 -04:00
Michael Rose 570864dfb8 Improve pagination styling 2016-03-30 15:26:25 -04:00
Michael Rose 85fb0d0283 Style tweaks to pagination, right sidebar, and background color 2016-03-29 23:13:00 -04:00
Michael Rose 945fb58044 Add post pagination to sidebar and make minor styling alterations 2016-03-28 21:48:42 -04:00
Michael Rose c335b70007 Knock down font-size of <code> 2016-03-27 21:23:04 -04:00
Michael Rose b04ede54ab Modify nav_list and styling 2016-03-25 20:57:52 -04:00
Michael Rose 0d8a76857f Expand on nav_list styles
- Consolidate SCSS partials
2016-03-25 14:50:59 -04:00
Michael Rose 8c93dfbe93 Add white space around archive subtitles 2016-03-25 10:25:14 -04:00
Michael Rose 0a79f95c60 Finesse author sidebar 2016-03-25 09:39:18 -04:00
Michael Rose 627100bf92 Change syntax highlighting colors 2016-03-25 09:33:28 -04:00
Michael Rose 83f519db1e Finesse paragraph indention 2016-03-25 09:11:13 -04:00
Michael Rose 62109b7f0a Improve masthead links' hover state 2016-03-24 15:46:06 -04:00
Michael Rose 83c74a1c40 Remove underline on footnote arrow 2016-03-24 15:34:29 -04:00
Michael Rose 28d6c28050 Build out overlay header and feature row _include helper 2016-03-24 15:28:29 -04:00
Michael Rose 4a38b2a4c5 Add button size classes 2016-03-24 12:14:40 -04:00
Michael Rose 9ae1611925 Center overlay image 2016-03-24 12:04:23 -04:00
Michael Rose 5635a42ed5 Add test content 2016-03-23 22:03:27 -04:00
Michael Rose 974797a2b8 Style overlay background image and add support for caption 2016-03-23 21:59:58 -04:00
Michael Rose cae92a8770 Add header overlay sample posts 2016-03-23 21:50:22 -04:00
Michael Rose 479bce3682 Rough out splash page _layout with styles and test content 2016-03-23 16:35:01 -04:00
Michael Rose 02a1a0b04a Add .wrapper utility class 2016-03-23 16:34:28 -04:00
Michael Rose 6af658b019 Apply rounded corners to all teaser images 2016-03-23 16:33:47 -04:00
Michael Rose 7f42a0e4c2 Fix collapsing floats 2016-03-23 16:33:21 -04:00
Michael Rose f19f08070d Make minor adjustments 2016-03-23 11:43:16 -04:00
Michael Rose d5c3383f2a Disable breadcrumbs on homepage 2016-03-23 11:42:58 -04:00
Michael Rose bd7839833b Remove unused declarations 2016-03-23 11:12:04 -04:00
Michael Rose b694a36559 Fix breadcrumb alignment 2016-03-23 11:06:58 -04:00
Michael Rose 0feeb21821 Update labels, and colors, and things 2016-03-22 22:59:39 -04:00
Michael Rose f029ce6e25 Add reading time to archive layout and include icon 2016-03-22 22:28:12 -04:00
Michael Rose bf4bf6ed82 Add optional reading time to single _layout 2016-03-21 21:42:55 -04:00
Michael Rose d541d45c9c Improve code readability 2016-03-21 16:36:24 -04:00
Michael Rose 4df2367e1c Add "priority plus" navigation pattern for masthead links 2016-03-21 16:01:19 -04:00
Michael Rose 3925087ac2 Remove button move on :active state 2016-03-21 16:00:18 -04:00
Michael Rose 7f30ab04ea Remove Google webfonts as default and include for custom <head> includes
- Create font stacks using system fonts for improved performance
2016-03-21 14:11:14 -04:00
Michael Rose c7d2a8f82c Increase white space around right sidebar on x-large screens 2016-03-21 14:09:45 -04:00
Michael Rose 0cf5f3d9bc Fix IE9 author sidebar styling 2016-03-21 12:37:10 -04:00
Michael Rose a2a4f84580 Improve social follow popover button 2016-03-21 00:03:46 -04:00
Michael Rose abb89f7eb6 Hide social urls behind a button 2016-03-20 22:15:43 -04:00
Michael Rose 780b30c9f6 Massage the grid layout 2016-03-20 15:20:33 -04:00
Michael Rose d5ce1b2226 Simplify styling 2016-03-19 21:50:18 -04:00
Michael Rose 109f4ffb44 DRY up archive include
- Combine grid and list view into one include
2016-03-19 20:58:17 -04:00
Michael Rose da90ccaf49 Stack social links 2016-03-18 20:54:28 -04:00
Michael Rose ce06d2e806 Rename folder scss with an "_" for Jekyll to ignore it 2016-03-18 15:49:50 -04:00
Michael Rose eb2f3d052a Create grid styling for related posts module
- Add default teaser image
- Disable image watch gulp task
2016-03-18 15:07:02 -04:00
Michael Rose 17a6afcd35 Improve sidebar styling for small screens 2016-03-18 11:58:56 -04:00
Michael Rose b657148484 Table of contents styling updates 2016-03-18 11:29:13 -04:00
Michael Rose cf473ef12f Increase width of main content to better fill large screens sizes 2016-03-17 22:56:01 -04:00