Commit graph

853 commits

Author SHA1 Message Date
Michael Rose
af16afdaf2 Combine SCSS and JS into one assets folder 2016-03-17 21:32:55 -04:00
Michael Rose
f87b828ca2 Adjust widths 2016-03-17 15:50:22 -04:00
Michael Rose
f85dd7aee2 Enable Stickyfill on screen width > 768px 2016-03-17 15:38:07 -04:00
Michael Rose
e72642539e Revert "Remove position: sticky polyfill"
This reverts commit 6ab127f293.
2016-03-17 15:07:30 -04:00
Michael Rose
6ab127f293 Remove position: sticky polyfill 2016-03-16 16:47:28 -04:00
Michael Rose
1ce8926272 Improve right sidebar styling to better handle position: fixed content 2016-03-16 16:18:37 -04:00
Michael Rose
2b1a38715c Fix typo 2016-03-15 14:11:31 -04:00
Michael Rose
5a14bfb98c Add .full image class for spanning the entire content container 2016-03-15 12:55:19 -04:00
Michael Rose
2b28790ae8 Remove unused style declarations 2016-03-15 12:54:50 -04:00
Michael Rose
6a66f431da Disable Susy grid debug 2016-03-15 12:38:04 -04:00
Michael Rose
6c6546c1ea Gut grid mixins and replace with Susy for greater flexibility 2016-03-15 12:34:14 -04:00
Michael Rose
72661942cf Cleanup table of contents styling 2016-03-14 23:02:06 -04:00
Michael Rose
add794e05e Hide sidebar on small screens 2016-03-14 22:00:19 -04:00
Michael Rose
f2b4b4ebc9 Add spaces 2016-03-14 21:59:55 -04:00
Michael Rose
c7a7a5d707 Enable sticky sidebar
- Hide sidebar on small screens
2016-03-14 21:30:03 -04:00
Michael Rose
7fa159a9a2 Only enable breadcrumbs when using Jekyll Archives category pages 2016-03-11 21:09:09 -05:00
Michael Rose
2c2d5fb616 Adjust sidebar styling
- Disable sticky
- Show for small screens and adjust accordingly
2016-03-11 16:36:41 -05:00
Michael Rose
53b6bf549c Make "Follow: " label option 2016-03-11 16:18:58 -05:00
Michael Rose
1bce5a55e8 Harmonize spacing 2016-03-11 16:17:41 -05:00
Michael Rose
0b7f243aeb Make sure breadcrumbs, tag lists, and category lists only display when enabled 2016-03-11 16:17:20 -05:00
Michael Rose
a08934bbe3 Add examples for tags and categories path_type 2016-03-11 16:16:18 -05:00
Michael Rose
5d9e0af805 More style cleanup and housekeeping 2016-03-11 15:55:06 -05:00
Michael Rose
a3d251a18e Improve breadcrumb helper
- Add support for collections
- Add support for crumb links that point to auto-generated archive pages (courtesy of Jekyll Archives plugin) and single page Liquid spaghetti pages
- Improve styling
2016-03-11 15:54:16 -05:00
Michael Rose
3aa50cc5a5 Add support for Jekyll Archives plugin
- Option to select GitHub Pages compatible tag/category page archive or plugin generated archives
2016-03-11 09:39:20 -05:00
Michael Rose
1ccd5f6bf0 Edit sidebar and page meta styles 2016-03-10 22:29:30 -05:00
Michael Rose
a31bd447d0 Properly detect if a page has tags or categories
- Arrays are truthy, test on first item instead
2016-03-10 22:12:37 -05:00
Michael Rose
cf0db7c19a Simplify collections and remove categories and tags for now 2016-03-10 22:11:00 -05:00
Michael Rose
4427cf4c8e Add page taxonomy links for tags and categories
- Customizable text via _data file
- Enable/disable links by setting archive page filenames in _config.yml
2016-03-10 21:53:28 -05:00
Michael Rose
f63b8fe294 Add file extensions back to non-helper _includes 2016-03-10 21:13:01 -05:00
Michael Rose
8d046af7a9 Continue to refine styles and layouts 2016-03-10 13:06:59 -05:00
Michael Rose
3df0afbdc9 Add smooth scroll and sticky scripts 2016-03-10 13:06:17 -05:00
Michael Rose
caefcce729 Cleanup SCSS 2016-03-10 11:13:54 -05:00
Michael Rose
dd6d29ba76 Add WDM gem to properly enable auto-regeneration on Windows 2016-03-10 08:59:23 -05:00
Michael Rose
3b1cefde27 First pass at cleaning out the CSS cruft
- Dump unused styles
- Use breakpoint mixin for media queries
2016-03-09 22:19:11 -05:00
Michael Rose
d84f35c0e1 Correct headline hierarchy 2016-03-09 22:18:10 -05:00
Michael Rose
d0a08a0e7a Update gems 2016-03-09 22:17:18 -05:00
Michael Rose
2b494bb9d8 Update vendor files
- Drop IE8 polyfill scripts
2016-03-09 21:23:27 -05:00
Michael Rose
611be93d83 Add white space to improve code readability 2016-03-09 20:49:33 -05:00
Michael Rose
feb504592c Remove locale hash to shorten Liquid variable names 2016-03-09 20:49:17 -05:00
Michael Rose
ea8fb6fe33 Add support for localizing UI text with a _data file 2016-03-09 16:33:27 -05:00
Michael Rose
927b3d36ff Add follow links to footer
- Close #205
2016-03-09 15:54:20 -05:00
Michael Rose
d6e43b6977 Merge branch 'feature/visual-refresh' of https://github.com/mmistakes/minimal-mistakes into feature/visual-refresh 2016-03-09 15:23:50 -05:00
Michael Rose
1a4c935c27 Merge branch 'feature/pagination' into develop 2016-03-09 15:12:09 -05:00
Michael Rose
7ac2a1263e Paginate posts for home page
- Configurejekyll-paginate
- Modify home page to include paginator loop
- Add pagination include and basic styling
- Add " - page #" to <title></tile> for SEO benefits
2016-03-09 15:11:34 -05:00
Michael Rose
fee2adfa46 Merge branch 'feature/pagination' of https://github.com/mmistakes/minimal-mistakes into feature/pagination 2016-03-09 14:21:26 -05:00
Michael Rose
e6664adc0c Merge branch 'feature/more-sample-posts' into develop 2016-03-09 12:23:08 -05:00
Michael Rose
9d8b2f5de2 Disable author sidebar 2016-03-09 12:22:46 -05:00
Michael Rose
9662a83a5c Add author sidebar disabled and custom sidebar content sample posts 2016-03-09 12:22:18 -05:00
Michael Rose
4a1ab51ec9 Merge branch 'feature/refactor-tasks' into develop 2016-03-09 12:17:48 -05:00
Michael Rose
1ee7b092bc Try to get Linguist to ignore vendor files 2016-03-09 12:16:54 -05:00