Releases: victoriadrake/hugo-theme-introduction
v6.0.0
What's Changed
- Add author field to blog by @alexbeattie42 in #322
- Introduction v6.0.0 by @victoriadrake in #329
New Contributors
- @alexbeattie42 made their first contribution in #322
Full Changelog: v5.2.0...v6.0.0
v5.2.0
Upgraded Comments and Color Tweaks
What's Changed
- Only include Plausible if enabled by @Phyxius in #281
- removed / by @ChrisV78 in #279
- Add Dutch language file by @ChrisV78 in #282
- Remains of Google+ removed by @MyGiHu in #284
- Fix for issues 260 and 283 by @MyGiHu in #285
- Remove double import of Font Awesome by @MyGiHu in #286
- Add option to display project_timeframe to the project pages and home page by @Letme in #289
- Use image on home for projects only when project has an image by @Letme in #288
- Mark titles as headings in html by @Letme in #290
- updated fonts and css by @arturjzapater in #296
- Updated Spanish texts by @arturjzapater in #297
- Add Vietnamese by @nguyentritai2906 in #301
- Fix issue 302 by @MyGiHu in #304
- Add option for giscus comment section by @Athanasiamo in #309
New Contributors
- @ChrisV78 made their first contribution in #279
- @Letme made their first contribution in #289
- @arturjzapater made their first contribution in #296
- @nguyentritai2906 made their first contribution in #301
- @Athanasiamo made their first contribution in #309
Full Changelog: v5.0.0...v5.1.0
Trending towards privacy and simplicity
This update reduces dependencies by using more vanilla JS, and introduces Plausible.io as an alternative analytics option.
Version 5 includes a breaking change for the Contact section clock that requires a small update to your configuration file. Please see the exampleSite config.toml
for details.
Thank you to a continually growing number of contributors and a great community for helping me to improve this theme! ❤
A couple years of minor updates, and a smattering of cowbell
Version 4.1 - May 31 2020
Introduction continues to be updated by myself and dedicated contributors. This release marks Markdown support in post titles.
Bigger, better, more cowbell
Version 4.0 - Sep 16 2018
Introduction is more configurable and robust than ever with this complete theme rewrite. It now supports:
- The newest Hugo logic, functionality, and templates
- Any number of custom home page sections built from content files
- Content in multiple languages side-by-side
- An extremely versatile Projects system
Please examine the README for full usage guidance.
This rewrite of Introduction would not be possible without the dedicated efforts of its open source contributors, notably @hanzei. Thank you!
Better projects, lists, and logic, oh my
Version 3.4.0 - Jun 24 2018
Changes to Projects display options:
- Add functionality to limit number of projects shown on index page
- Projects will automatically display in 2 or 3 columns for even or odd numbers respectively
- Create new template for projects list page
Improve list templates:
- List pages will display content from
_index.md
Housecleaning:
- Remove dead code
- Use GetPage logic on index.html and in nav menus
- Site still builds with no content
Thank you to @hanzei for your feature work and @Setherizor for the great suggestion.
CI FTW
Every bug squish counts
Version 3.3.1 - Mar 28 2018
- Fix for single page navigation
Thank you to @pmviva for the contribution!