Commit Graph

188 Commits

Author SHA1 Message Date
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
Michael Rose eeebb7e4ff Update CHANGELOG 2018-01-03 08:32:27 -05:00
Michael Rose 6e929f2bb3 Update license and copyright 2018-01-03 08:31:39 -05:00
Michael Rose 5db228b5ec Update GitHub Pages installation method instructions 2018-01-02 16:29:40 -05:00
Michael Rose 2133d7d1e0 Update GitHub Pages installation instructions 2018-01-02 16:24:55 -05:00
Michael Rose 15214e1c1d Update CHANGELOG 2018-01-02 16:22:34 -05:00
Mark A. Matienzo 7e7e8bd844 Change id for primary nav to #primary-nav (#41)
The skip to primary navigation links were not working as they referenced an incorrect anchor ID.
2018-01-02 16:22:17 -05:00
Michael Rose d0b6c4df38 Merge branch 'master' of https://github.com/mmistakes/jekyll-theme-basically-basic 2017-12-14 11:21:44 -05:00
Michael Rose 0b37fc76a2 Update CHANGELOG 2017-12-14 11:21:42 -05:00
Michael Rose 299da5c985 Add note about `plugins` name change 2017-12-14 11:21:35 -05:00
Tony Ho afb6060a25 Update `site.gems` references to `site.plugins` (#39)
* Update `site.gems` references to `site.plugins`

Fixes checks to determine if jekyll-seo-tag and jekyll-feed are active.

Related to #24

* Add `site.gems` checks for backwards compatibility

Check both `site.gems` and `site.plugins` when determining if plugins are active.
Allows compatibility with Jekyll versions prior to 3.5.0.

Related to #24
2017-12-14 11:19:11 -05:00