- Footer overlapping issue (Support Microsoft Explorer 11) (#248)
- Update multiline config comment. (#346)
- remove deprecated
sudo: false
in .travis.yml (#347)
- Add
jekyll-feed
plugin in config (#228)
- Stick footer for short posts (#223)
- Consolidate trigger SVG paths (#148)
- Reintroduce removed social includes for backwards compatibility (#217)
- Add better system fonts (#205)
- Remove whitespace due to Liquid tags in generated HTML (#202)
- Adding Mastodon to the social networks (#198)
- social icons should resolve baseurl properly (#201)
- fix: styling main element in IE 11 (#199)
- Improve thw wording in index.md (#175)
- Update config description comment (#203)
- Add option to show excerpts on the homepage (#90)
- Handle RSS feed with jekyll-feed (#183)
- Test build with Ruby 2.4 on CI (#184)
- Document how to customize navigation links (#192)
- Revert social_sites hash for retrocompatibility (#190)
- handling content outside of posts (#88)
- Add default table styles (#144)
- Add
jekyll-seo-tag
dependency (#139) - Add Microformats markup (#160)
- Add more social links (#141)
- Docs: clarification about page title (#142)
- Close #55: Improve mobile user experience (#62)
- Remove incomplete status from spec summary (#63)
- Use date_format if set in configuration (#70)
- Corrected misspelled word (#72)
- Scale headings relative to base-font-size (#78)
- Remove 2.0 post-install message (#82)
- Fixes #115 - Only include the nav tag if there are pages to be displayed in the menu (#116)
- Fixes #80, #106. Make the hamburger work with pure CSS. (#111)
- add
header_pages
config to link only specific files in header (#52) - More easily customizable CSS (#117)
- Use relative size for fonts and line-height (#103)
- Add 404 page from jekyll
master
(#121)
- Remove duplicate .sass-cache (#71)
- Demo minima on GitHub Pages (#76)
- Remove the Rakefile (#118)
- Update README with theme content description (#91)
- Update default local URL (#120)
- Update gemspec to require at least Jekyll 3.3 (#59)
- Use
absolute_url
filter for disqus (#66) - replace
example/index.html
withexample/index.md
(#58)
- Example should require Jekyll 3.3 (#61)
- priority to site.url when site.github.url is available (#46)
- Move contents of the index.html page to the 'home' layout (#48)
- Use new
absolute_url
andrelative_url
filters in minima (#57)
- Use standardized tab size of 2 spaces (#44)
- move
css/
directory from jekyll intoassets/
(#43)
- Fix html proofer errors (#49)
- Update gem regex to include new
assets
directory (#54)
- Look to site.url when available (#35)
- Move instruction for CSS in install section (#37)
- Add support to Disqus (#21)
- Google analytics support (#26)
- Look for
site.github.url
if it exists (#25)
- Fixed Flash Of Unstyled SVG (#12)
- Added "author" in footer instead of double title (#22)
- Document how to link to the theme styles (#18)
- Update Example to resemble Default site (#24)
- Use upstream gemspec file matcher (#9)
- Fix gemspec regex (#31)
- Add Travis and a basic smoke test (#33)
- include
_layouts
,_includes
, and_sass
dir in gem (#6)
- default layout: html
lang
attribute should allow user customization (#3) - Use
normalize_whitespace
filter for meta description (#4) - Fix repo's URL in contributing (#5)