- Support Jekyll < 4 (#54)
- Fix Sass warnings
- Fix Sass warnings
- Remove duplicated last slash from feed id
- Fix SASS calc() issue (#50)
- Fix SASS warnings (#48)
- Don't break h1, h2, h3 for Korean
- Update for Google Analytics 4
- Add French translation (#42)
- Don't ship _config.yml (#40)
- Include i18n.yml only under _data for gem
- Add missing robots.txt
- Update Google Fonts to v2 API
- Fix i18n.yml for de-AT (#39)
- URL-encode the ampersand in the URL (#32)
- Internationalization of whiteglass (#11)
- Added German translation (#11)
- Add Korean translation
- Restore colors of code in blockquotes
- Fix insufficient contrast of .post-continue
- Adjust $grey-color to conform to WCAG 2.0 AA (#26)
- Support Jekyll 4.0
- Fix insufficient contrast in syntax highlighting (#26)
- Validate HTML, CSS, SVG files with html5validator
- Test accessibility of site with pa11y-ci
- Use font-display: swap for Google Fonts
- DNS prefetch for Google Fonts
- Loosen version requirements for bundler
- Include basic meta tags even without facebook_app_id
- Update syntax highlighting CSS to rouge's GitHub style
- Set proper word-wrap for long lines
- Use Google Fonts CSS directly with preconnect
- Fix lang attribute for post with external URL
- Appropriately size h1s in the post body (#19)
- Update code for Web Font Loader
- Link external URL directly for each post (#20)
- Support tags (#17)
- Add some styling for tables (#15)
- Disable comments by default
- Support YAML list for keywords (Fix #7)
- Add ability to provide a comments provider for pages and posts (#10)
- Fix typos of the theme description
- Add powered-by links to the footer
- Make theme can be overridden (#2)
- Use excerpt for meta tags (#1)
- Make feed path configurable
- Empty
head_custom.html
to prevent adding comments
- Fix RSS feed URL
- Bump jekyll-sitemap to 1.0
- Initial release