Commit Graph

47 Commits

Author SHA1 Message Date
Michael Rose 4613ab327f Change heading 2018-04-02 20:57:25 -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 1d2cad2a00 Update CHANGELOG 2018-04-02 20:39:02 -04:00
Michael Rose 3cc208c632 Update CHANGELOG 2018-03-25 20:16:10 -04:00
Michael Rose d8bf02262a Fix search excerpts that run together 2018-03-20 11:51:49 -04:00
Michael Rose c56818ccbf Update CHANGELOG 2018-03-02 11:52:32 -05:00
Michael Rose b503341791 Lint JavaScript 2018-02-27 13:34:58 -05:00
Michael Rose dcc4a74155 Accessibility enhancements for Lunr search form 2018-02-21 08:28:55 -05:00
Michael Rose bd68f2bd77 Release 1.3.1 💎 2018-02-16 15:07:48 -05:00
Michael Rose 0b6dea5087 Update CHANGELOG 2018-02-16 15:04:25 -05:00
Michael Rose e93dcdb095 Add Algolia search demo 2018-02-16 10:23:20 -05:00
Michael Rose 1d446fdeac Mention Algolia and Lunr 2018-02-16 09:55:40 -05:00
Michael Rose a45dbb5464 Release 1.3.0 💎 2018-02-16 09:52:01 -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 55ea8c0962 Merge branch 'master' of https://github.com/mmistakes/jekyll-theme-basically-basic 2018-01-08 08:15:40 -05:00
Michael Rose 3ae9bce57f Update installation and upgrade instructions 2018-01-06 21:23:29 -05:00
Michael Rose 8f5065f47a Revise CHANGELOG 2018-01-05 15:19:02 -05:00
Michael Rose c2e66e4bde Update CHANGELOG 2018-01-05 15:13:34 -05:00
Michael Rose 50bd0aea59 Update CHANGELOG 2018-01-05 15:08:57 -05:00
Michael Rose 0112ff5c1d Update CHANGELOG 2018-01-05 14:27:34 -05:00
Michael Rose eeebb7e4ff Update CHANGELOG 2018-01-03 08:32:27 -05:00
Michael Rose 15214e1c1d Update CHANGELOG 2018-01-02 16:22:34 -05:00
Michael Rose 0b37fc76a2 Update CHANGELOG 2017-12-14 11:21:42 -05:00
Michael Rose ac1f10d328 Update CHANGELOG 2017-12-01 09:48:50 -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 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 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 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 0af9f30b78 Release 💎 1.1.0 2017-03-30 11:22:41 -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 0839c855af Update CHANGELOG 2017-03-29 16:36:11 -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 67319c1876 Update CHANGELOG 2017-03-24 09:13:02 -04:00
Michael Rose ae3d1da3aa Release 💎 1.0.1 2017-03-23 16:00:27 -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 d90bf86a58 Update CHANGELOG 2017-03-23 15:05:23 -04:00
Michael Rose 32d15a5501 Update Change Log 2017-03-20 16:07:16 -04:00
Michael Rose 4923774857 🚀 init 2017-03-07 16:12:17 -05:00