Commit Graph

248 Commits

Author SHA1 Message Date
Michael Rose 94e9efafe1 Rename LICENSE 2018-10-09 18:12:09 -04:00
Michael Rose 89d6cf58c1 Update LICENSE 2018-10-09 18:10:37 -04:00
Michael Rose 57edaa3e86
Update GitHub issue templates (#71)
* Update GitHub issue templates
* Update CHANGELOG
2018-10-02 18:43:23 -04:00
Michael Rose 32d2aed866 Release 1.4.1 💎 2018-08-07 22:44:44 -04:00
Michael Rose 1499729331 Bump dependencies 2018-08-07 22:42:24 -04:00
Michael Rose 0eec07b8b7 Remove extra footer from cv.html `layout` 2018-08-07 14:58:33 -04:00
Keith E Henry 15d4bd0867 Remove unnecessary extra footer. (#69) 2018-08-07 14:57:23 -04:00
Michael Rose ff86a61871 Add sample 404 not found page
Close #12
2018-07-20 12:38:27 -04:00
Michael Rose f96691b758 Update CHANGELOG 2018-07-20 12:32:53 -04:00
Tony Ho c5623e2f38 Fix JavaScript error when search is not enabled (#66)
Check `mySearchToggle` exists before calling `addEventListener()` to prevent error when search toggle does not exist.
2018-07-20 12:33:06 -04:00
Michael Rose 4a73bdb597 Update CHANGELOG 2018-07-20 12:28:36 -04:00
Tony Ho 9f2a37c27f Adjust colours to meet WCAG 2 AA (#68)
See https://dequeuniversity.com/rules/axe/2.2/color-contrast
2018-07-20 12:27:54 -04:00
Michael Rose 8e3fda710f Remove reference to `.codeclimate.yml`
Fixes #64
2018-06-04 12:37:35 -04:00
Michael Rose e2e231b51b
Update ISSUE_TEMPLATE.md 2018-04-03 08:41:53 -04:00
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
Esteban Zapata Rojas 00359b655a gemspec: Update seo-tag gem to use latest versions. (#47) 2018-04-02 20:37:06 -04:00
Michael Rose 3cc208c632 Update CHANGELOG 2018-03-25 20:16:10 -04:00
Michael Rose 273daaaecd Add intro image overlay SCSS variable
To disable intro image color accent overlay add set the following SCSS variable to `false` like so:

$intro-image-color-overlay: false;

Fixes #55
2018-03-25 20:14:09 -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 f848524e3b Fix printing in FireFox
ref: https://github.com/mmistakes/jekyll-theme-basically-basic/issues/29#issuecomment-369232569
2018-03-02 11:42:07 -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 b717df631d Add link to jekyll-algolia documentation 2018-02-19 08:19:43 -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 771657756f Only include jQuery when using default search
- Focus on search input after clicking toggle
2018-02-16 15:02:53 -05:00
Michael Rose e93dcdb095 Add Algolia search demo 2018-02-16 10:23:20 -05:00
Michael Rose cdc3e5d4f1 Add Algolia demo 2018-02-16 10:22:02 -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 6d43c0f0f4 Update badges 2018-02-06 16:01:27 -05:00
Michael Rose 6ab8988f3b Fix `border-bottom` for Gist line numbers 2018-01-23 16:00:20 -05:00
Michael Rose e3a1131855 Fix table of contents headings 2018-01-09 12:40:34 -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 f7bd7fd636 Adjust formatting 2018-01-06 21:31:51 -05:00
Michael Rose d91d0023f6 Remove .min 2018-01-06 21:25:07 -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 6d2ee6d7ba Release 1.2.0 💎 2018-01-05 15:16:55 -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 7792636b68 Add skin appopriate colors for code blocks 2018-01-05 15:08:05 -05:00
Michael Rose 5cee58f647 Fix color of menu toggle text 2018-01-05 15:00:45 -05:00
Michael Rose a3692ec213 Improve syntax highlighting styles
Replace hardcoded hex values with Sass variables in [Base16](http://chriskempson.com/projects/base16/)
2018-01-05 14:54:51 -05:00
Michael Rose 0112ff5c1d Update CHANGELOG 2018-01-05 14:27:34 -05:00
Michael Rose 628629d268
Upgrade to Susy 3 (#42)
Most of Susy's mixins have been deprecated, `@include container()`, `@include full()`, `@include span()`, `@include prefix()`, `@include suffix()`, `@include gallery()`, etc replace with new functions.

Fixes #21
2018-01-05 14:25:42 -05:00