hugo-theme-introduction/CHANGELOG.md

74 lines
2.4 KiB
Markdown
Raw Normal View History

2018-01-26 19:28:51 +00:00
# Version 3.2 - Jan 26 2017
- Fixed "theme" namespace bug in exampleSite config file that prevented site building after Hugo v0.32.2 (#22)
- Updates supporting up to Hugo v0.35dev
- Added default templates for taxonomy pages
- Made asset links in head partial relative
*Thanks to @nancym, @penance316, @quendera, and @mrshannon for helping me squish 🐞!*
2018-01-27 04:04:51 +00:00
- Parameter names changed to camelCase
*Thanks to @danieldiaz14 for the contribution!*
2017-12-30 17:14:05 +00:00
## Version 3.1.2 - Dec 30 2017
- Updated to FontAwesome 4.7.0
- Fixed card background color in dark theme css
*Thanks to [@chrislabarge](https://github.com/chrislabarge) for the contribution and [@Lytigas](https://github.com/Lytigas) for bug catching!*
2017-12-05 04:08:38 +00:00
## Version 3.1.1 - Dec 4 2017
- Fixed blog posts ordered by date (reversed as of Hugo v0.31)
*Thanks to [@pmviva](https://github.com/pmviva) for the contribution!*
2018-01-26 19:28:51 +00:00
# Version 3.1 - Nov 14 2017
2017-11-14 17:01:07 +00:00
- Added columns option to projects section
- Fixed bugs with project section modal links
*Thanks to [@Heirak](https://github.com/Heirak) for the suggestions!*
2017-11-13 21:01:53 +00:00
# Version 3.0 - Nov 13 2017
- Projects are a content section now instead of 3 static config file entries:
- Add any number of projects to your site
- Projects on the main page can be external links to other websites, or they will pop open a window with details
- Updates supporting Hugo version 3.0+
- Misc bug fixes
*Thanks to [@lucab85](https://github.com/lucab85) for the contribution!*
2017-07-25 00:37:04 +00:00
## Version 2.20 - Jul 25 2017
- Avatar made optional
- Fixed bug in CSS dark theme
*Thanks to [@alanfran](https://github.com/alanfran) for the contribution!*
- Removed dead code (font loads) from header
2017-05-25 12:05:18 +00:00
## Version 2.10 - May 25 2017
- Fixed issue (#7) causing '_fades.css' to not load with some site structures
2017-11-13 21:01:53 +00:00
- file '_fades.css' is now unnecessary
2017-05-25 12:05:18 +00:00
- Added baseURL to header assets in case the lack of was also causing complications
2017-11-13 21:01:53 +00:00
*Thanks to [@kirederik](https://github.com/kirederik) for the contribution!*
2017-04-20 07:07:35 +00:00
# Version 2.00 - April 20 2017
2017-04-20 03:47:18 +00:00
- Load speed improvements:
2017-11-13 21:01:53 +00:00
- Lighter smooth scrolling effect using a little jQuery
2017-04-20 03:47:18 +00:00
- Added option to show author's local time in Contact section
- Social icons are now totally customizable via config - add as many as you want
2017-04-20 07:07:35 +00:00
# Version 1.00 - March 25 2017
2017-04-20 03:47:18 +00:00
- Standardized layout using bulma
- Minified CSS for faster loading
- Responsive hamburger menu on mobile view
2017-04-20 07:07:35 +00:00
- Choose your header height via config