Commit Graph
100 Commits
Author SHA1 Message Date
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 60de8f20aa Keep images from becoming over optimize... revisit this later 2016-03-20 15:20:54 -04:00
Michael Rose 780b30c9f6 Massage the grid layout 2016-03-20 15:20:33 -04:00
Michael Rose 1e3b62d893 Include images task in default 2016-03-19 22:00:55 -04:00
Michael Rose 50b6c7ca50 Add grid archive to Portfolio index 2016-03-19 21:58:41 -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 ddedefd52c Update _scss path in watch 2016-03-18 20:53:56 -04:00
Michael Rose c94ccf056b Whitelist GitHub Pages supported plugins for use with --safe flag 2016-03-18 20:51:42 -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 dc20be33a0 Add second row of gallery images for testing purposes 2016-03-18 11:31:55 -04:00
Michael Rose b657148484 Table of contents styling updates 2016-03-18 11:29:13 -04:00
Michael Rose e7ff7d260a Update gulp image minification task 2016-03-18 10:54:47 -04:00
Michael Rose 7f62d35e86 Replace " with ' 2016-03-18 10:44:09 -04:00
Michael Rose 0e97df213e Replace ' with " 2016-03-18 10:43:17 -04:00
Michael Rose cf473ef12f Increase width of main content to better fill large screens sizes 2016-03-17 22:56:01 -04:00
Michael Rose 266f87d5ab Customizable comments label 2016-03-17 22:55:13 -04:00
Michael Rose 9fecb03081 Add title to comments section
- Style .page__comments-title
- Add comments label text to data file
- Add .html extension to comment provider _includes
2016-03-17 22:36:20 -04:00
Michael Rose f69b84df75 Watch script files except _*.js for changes 2016-03-17 21:41:02 -04:00
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
Michael Rose a5f8516ef5 Minor edits to Gulpfile 2016-03-09 12:10:43 -05:00
Michael Rose c19cd2a391 Replace Grunt tasks with Gulp 2016-03-07 22:20:32 -05:00
Michael Rose 85a3df7fd7 Alphabetize 2016-03-07 22:20:01 -05:00
Michael Rose 8259f9a6b1 Merge branch 'feature/refactor-tasks' of https://github.com/mmistakes/minimal-mistakes into feature/refactor-tasks 2016-03-07 12:47:18 -05:00
Michael Rose 856e86d4e9 Merge branch 'feature/refactor-includes-layouts' into develop 2016-03-07 11:49:13 -05:00
Michael Rose 455067a000 Add option to disable social sharing globally 2016-03-07 11:48:25 -05:00
Michael Rose 9164c5053d Add more analytics and commenting options 2016-03-07 11:29:35 -05:00
Michael Rose 3bd495f1d4 Remove extensions from _includes to simplify naming 2016-03-07 10:27:07 -05:00
Michael Rose 0ccaef5a96 Add space after YAML Front Matter 2016-03-07 09:51:50 -05:00
Michael Rose f4cc49ffca Remove some categories to get around Windows path limit errors 2016-03-07 09:47:00 -05:00
Michael Rose 9da33af942 Merge branch 'feature/use-jekyll-feed' into develop 2016-03-06 22:32:50 -05:00
Michael Rose 7d21c0afc3 Rename author hashes for friendlier names in feed.xml 2016-03-06 22:32:01 -05:00
Michael Rose 1c300ef040 Replace bespoke feed.xml with jekyll-feed plugin 2016-03-06 22:31:38 -05:00
Michael Rose 3b0f42d9bc Merge branch 'feature/use-jekyll-feed' of https://github.com/mmistakes/minimal-mistakes into feature/use-jekyll-feed
* 'feature/use-jekyll-feed' of https://github.com/mmistakes/minimal-mistakes:
  Feature: Replace feed.xml with jekyll-feed gem
2016-03-06 22:14:11 -05:00
Michael Rose b7bff6c8cd Merge branch 'feature/improve-demos' into develop 2016-03-06 22:11:03 -05:00
Michael Rose 6787b61933 Edit defaults 2016-03-06 22:08:36 -05:00
Michael Rose b2cc96622e Add sample portfolio/case study 2016-03-06 22:08:13 -05:00
Michael Rose 8e125b7617 Disable author profile on archive pages 2016-03-06 22:07:48 -05:00
Michael Rose cf2fbef815 Add flag to enable sidebar author profile or alternate info 2016-03-06 22:05:43 -05:00
Michael Rose 0665dccffb Rename post.html _layout to single 2016-03-06 21:11:27 -05:00
Michael Rose 9702a5f3d8 Fix <title> for pages without a title 2016-03-06 21:08:27 -05:00
Michael Rose 178f414a92 Rename include to archive-list-single.html 2016-03-06 21:01:09 -05:00
Michael Rose 427ed394ad Use archive template for home page
- Remove home specific _layout
2016-03-06 21:00:48 -05:00
Michael Rose 0788e48bb2 Markdownify post titles 2016-03-06 20:51:16 -05:00
Michael Rose b6a0db9f70 Add Sitemap 2016-03-05 22:11:43 -05:00
Michael Rose 9e38799433 Edit 2016-03-05 22:11:32 -05:00
Michael Rose feb4509f65 DRY up archives by using an include 2016-03-05 22:11:23 -05:00