Releases: victoriadrake/hugo-theme-introduction
v6.0.1
What's Changed
- Use new Google Analytics template to accommodate both GA4 and GS3 by @linhtto in #341
- Include an option to remove the navigation menu by @merinhunter in #340
- typo and Chinese expression error by @42Sun in #345
- Implementing academicons by @bpkleer in #344
- Missing import for auto dark mode, fixes #337 by @mhutchinson in #347
- Adds catalan language by @clasqui in #350
- Fix background bleed behind card images by @dmadison in #355
- Fixes #357 by upgrading to fontawesome-free 6.3.0 by @alexlovelltroy in #358
- Bump postcss from 8.4.6 to 8.4.31 by @dependabot in #364
- Fix RSS in Nav partial by @emembrives in #368
- Add hungarian language by @g0rbe in #365
- Bump braces from 3.0.2 to 3.0.3 by @dependabot in #369
- Use hugo.IsServer instead of .Site.IsServer by @g0rbe in #371
New Contributors
- @merinhunter made their first contribution in #340
- @42Sun made their first contribution in #345
- @bpkleer made their first contribution in #344
- @mhutchinson made their first contribution in #347
- @clasqui made their first contribution in #350
- @dmadison made their first contribution in #355
- @alexlovelltroy made their first contribution in #358
- @dependabot made their first contribution in #364
- @g0rbe made their first contribution in #365
Full Changelog: v6.0.0...v6.0.1
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!