Commit Graph

139 Commits

Author SHA1 Message Date
Michael Rose 299da5c985 Add note about `plugins` name change 2017-12-14 11:21:35 -05:00
Michael Rose 5c9db097a3 Add new post 2017-12-01 09:56:04 -05:00
Michael Rose ac1f10d328 Update CHANGELOG 2017-12-01 09:48:50 -05:00
Michael Rose 98b82c087e Update GitHub Pages compatible installation instructions
Replace old fork method with jekyll-remote-theme method.
2017-12-01 09:47:52 -05:00
Michael Rose 21bb1ed642 Enable jekyll-remote-theme plugin 2017-12-01 09:43:56 -05:00
Michael Rose 54f8e2514d Use jekyll-remote-theme for demo site 2017-12-01 09:35:26 -05:00
Michael Rose 6f9012ad94 Release 💎 1.1.3 2017-10-19 09:10:03 -04:00
Michael Rose f42040d513 Only show author image when set
Fixes `{nil, "picture"=>nil"}` in `_layouts/about.html` when author image isn't set in `_config.yml`.

Close #34
2017-10-19 09:02:41 -04:00
Michael Rose e3f6e83e01 Adjust line breaks 2017-10-04 12:21:55 -04:00
Michael Rose 0e33ea1865 Update stale.yml 2017-10-03 13:53:44 -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 48d316a6bd Update stale issue comment 2017-09-25 10:12:44 -04:00
Michael Rose f9d2aebe15 Add Stale bot 2017-09-15 11:49:23 -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 4e715da018 Update CHANGELOG 2017-09-06 15:41:39 -04:00
Michael Rose 7bf2021c2b Release 💎 1.1.1 2017-09-06 15:37:18 -04:00
Michael Rose 3bc7434e75 Merge branch 'master' of https://github.com/mmistakes/jekyll-theme-basically-basic 2017-09-05 13:15:29 -04:00
Michael Rose 8b69401864 Fix Liquid syntax error in `/cv/skills.html`
Liquid syntax error: "Expected id but found end_of_string_in `cv.skills.`" in `/cv/skills.html` include. Remove extra `.` after `cv.skills`
2017-09-05 13:15:22 -04:00
Michael Rose 14ed2e2d2f Enable Liquid strict mode for `/example` site 2017-09-05 13:14:41 -04:00
Michael Rose 1c571dbf6c Revert back `plugins: ` and update references to `site.gems` with `site.plugins`
- Conditionals that determine if jekyll-paginate and jekyll-feed are active weren't working due `gems` key change in Jekyll 3.5

ref #24
2017-08-08 20:36:05 -04:00
Michael Rose 428b2b0310 Roll back `gems:` to `plugins:` change in `_config.yml`
- GitHub Pages still doesn't seem to load safe plugins when using `plugins` key
2017-08-08 20:06:35 -04:00
Michael Rose 7b238fe6f8 Rename gems key to plugins 2017-08-08 15:51:04 -04:00
Ujjwal Sharma 25803e3731 Rename gems key to plugins (#23) 2017-08-08 15:50:28 -04:00
fusilli ba43dbee31 fixed typos (#17)
want you want --> what you want
2017-03-31 08:15:24 -04:00
Michael Rose 0af9f30b78 Release 💎 1.1.0 2017-03-30 11:22:41 -04:00
Michael Rose 7a597a43e7 Add theme screenshot 2017-03-30 11:16:56 -04:00
Michael Rose 43bc86f134 Change source order of sidebar so menu items can easily be "tabbed" to
- Close #10
2017-03-30 10:49:35 -04:00
Michael Rose 985fff0b82 Exclude theme sample files from processing if they aren't removed on install 2017-03-30 10:14:46 -04:00
Michael Rose 0839c855af Update CHANGELOG 2017-03-29 16:36:11 -04:00
Michael Rose 045a249975 Fix structure 2017-03-29 16:35:59 -04:00
Michael Rose 9203ae8c49 Merge branch 'install-docs' 2017-03-29 16:33:03 -04:00
Michael Rose 544a6d32ad Improve installation documentation
- Close #8
2017-03-29 16:32:50 -04:00
Michael Rose c595cfe1df Include sample _config.yml and index.md in root 2017-03-29 16:32:08 -04:00
Michael Rose 4182c34ff6 Vertically align inner toggle for webkit browsers 2017-03-29 15:27:15 -04:00
Michael Rose 81a477ea18 Replace `div` with `span` as they are not valid inside of a `button` element 2017-03-29 15:12:54 -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 b148bc4389 Merge #9 commits into `/docs` 2017-03-27 14:49:18 -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 67319c1876 Update CHANGELOG 2017-03-24 09:13:02 -04:00
Michael Rose b8941b67f4 Configure demo site
- Add Google Analytics tracking ID
- Add Disqus comments
- Set permalink
- Compress SCSS
2017-03-24 09:08:05 -04:00
Michael Rose ae3d1da3aa Release 💎 1.0.1 2017-03-23 16:00:27 -04:00
Michael Rose 60874f22d6 Update YouTube embed post 2017-03-23 15:52:11 -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 d90bf86a58 Update CHANGELOG 2017-03-23 15:05:23 -04:00
Michael Rose bde770b5fc Improve print styles (#4)
Close #4
2017-03-23 14:58:26 -04:00