Releases: razonyang/hugo-theme-bootstrap
v1.0.0-beta5.1
Fix build for Bootstrap v5.3.0-alpha2.
What's Changed
- Chore: bump mermaid to latest version by @deining in #913
- chore: update USERS.md by @ditatompel in #914
- chore: update USERS.md by @Rubonnek in #916
- fix: adjust to Bootstrap v5.3.0-alpha2 by @razonyang in #917
Full Changelog: v1.0.0-beta5...v1.0.0-beta5.1
v1.0.0-beta5
What's Changed
- fix: remove invalid HTML from palette dropdown menu by @razonyang in #896
- Fix floating images and add clearfix shortcode by @razonyang in #897
- fix: invaild HTML by @razonyang in #898
- style: remove padding from component by @razonyang in #899
- chore: add Digital Ocean as a sponsor by @razonyang in #900
- fix(demo): fix broken links by @razonyang in #902
- chore: update FUNDING.yml by @razonyang in #904
- Chore: update dependencies to their latest version by @deining in #905
- chore: format JS and SCSS by @razonyang in #907
- chore(i18n): update ar.toml by @yshalsager in #908
- Update pl.toml by @MarcinKlejna in #909
- fix(thumbnail): find featured images and thumbnails by type: image by @razonyang in #911
- feat: add the externalLinkIcon parameter to show or hide the icons after external links by @razonyang in #912
Full Changelog: v1.0.0-beta4...v1.0.0-beta5
v1.0.0-beta4
What's Changed
- i18n: update search_shortcut by @razonyang in #889
- feat: add the funding widget by @razonyang in #891
- style: post panel by @razonyang in #892
- fix: footer social link icons size by @razonyang in #893
Full Changelog: v1.0.0-beta3...v1.0.0-beta4
v1.0.0-beta3
What's Changed
- feat: add the toggle shortcode by @razonyang in #861
- Change footer layout and menus by @razonyang in #862
- chore: format the code by @razonyang in #863
- chore: update README.md by @razonyang in #866
- chore: add a link for the used by badge by @razonyang in #867
- chore: add the requirements inside config and show the requirements badge by @razonyang in #868
- chore: remove unused badges by @razonyang in #869
- chore: update badges by @razonyang in #870
- fix: initialize script on the case of disabling color toggle by @razonyang in #872
- seo: avoid using headings tag on offcanvas titles by @razonyang in #875
- chore: remove testing warning message by @razonyang in #876
- fix: the description meta tag by @razonyang in #878
- chore: change docker base image as
razonyang/hugo
by @razonyang in #879 - feat: add the slide component and use it on related posts by @razonyang in #880
- style: change post panel bottom as 64px by @razonyang in #881
- style(top-app-bar): change the top of active menu caret by @razonyang in #882
- Improve performance and clean up the code by @razonyang in #883
- style: do not wrap the breadcrumb on small screens by @razonyang in #884
- Adjust the
primary-text
CSS variable to the palette color by @razonyang in #885 - style: footer menu by @razonyang in #886
- style: change search bar background, border by @razonyang in #887
- Add the search shortcut by @razonyang in #888
Full Changelog: v1.0.0-beta2...v1.0.0-beta3
v1.0.0-beta2
What's Changed
- Fix Giscus by @razonyang in #839
- Add the favicon parameter and support favicon with webp format by @razonyang in #846
- chore: use RelPermalink instead of Permalink by @razonyang in #847
- perf: remove redundant if conditions by @razonyang in #848
- Improve Algolia style by @razonyang in #849
- feat: allow showing multiple snackbar messages at the same time by @razonyang in #851
- feat: add the
search.maxResults
parameter to limit the returned search results by @razonyang in #852 - feat: add the
featuredImageAlt
page parameter by @razonyang in #853 - docs: mention the mask icon resource by @razonyang in #854
- Change float buttons style by @razonyang in #855
- style: add a caret below the active menu on top app bar by @razonyang in #856
- fix: add
btn-link
to PurgeCSS safelist by @razonyang in #857 - style: change DocSearch button size and padding by @razonyang in #858
- style: change Algolia button size by @razonyang in #859
Full Changelog: v1.0.0-beta1...v1.0.0-beta2
v1.0.0-beta1
Upgrade NOTE
You'll need to execute the hugo mod npm pack
and npm update
commands to update the dependencies after upgrading the theme.
The below steps for Hugo Module installation method, See https://hbs.razonyang.com/v1/en/docs/getting-started/upgradation/ if you're using Git Module.
$ hugo mod get github.com/razonyang/hugo-theme-bootstrap
hugo: downloading modules …
hugo: collected modules in 8021 ms
go: downloading github.com/razonyang/hugo-theme-bootstrap v1.0.0-beta1
go: upgraded github.com/razonyang/hugo-theme-bootstrap v1.0.0-alpha.15.0.20221205042156-ad3b22d99f95 => v1.0.0-beta1
$ hugo mod npm pack
$ cat package.json | grep '"bootstrap"'
"bootstrap": "^5.3.0-alpha1",
$ npm update
$ git add go.mod go.sum package.json package-lock.json
$ git commit -m 'Bump theme to v1.0.0-beta1'
- You can also specify the version at the end of the repo if the command not working:
hugo mod get github.com/razonyang/hugo-theme-bootstrap@v1.0.0-beta1
. cat package.json | grep '"bootstrap"'
to check whether the Bootstrap version is correct, it should be^5.3.0-alpha1
.
What's Changed
- Avoid flickering when redirect by @razonyang in #785
- Add the game shortcode by @razonyang in #784
- fix: do not display the fallback language in code block by @razonyang in #789
- style(top-app-bar): align the brand and logo to center on small screen by @razonyang in #790
- fix: display the search bar icon on focus by @razonyang in #792
- style: use xxl instead of lg for base layouts and components by @razonyang in #793
- style: color the social links icons by @razonyang in #796
- fix: output the TOC inside post content if the sidebar is disabled by @razonyang in #800
- style: align profile texts and icons by @razonyang in #803
- style: update offline/404 information and icon color by @razonyang in #804
- fix: add missing Creative Commons Zero icon by @Rubonnek in #805
- feat: add the iframe shortcode and improve the game shortcode by @razonyang in #807
- fix: adjust pagination style to the upstream changes by @razonyang in #811
- docs: update docs layout by @razonyang in #812
- feat: add the
index
page parameter for indexing the page in client search engine or not by @razonyang in #815 - Style code toggle by @razonyang in #809
- style: change the post panel design by @razonyang in #817
- style: update footer social links by @razonyang in #819
- feat: add support for Algolia by @razonyang in #822
- feat(algolia): add keybord navigation and shortcuts by @razonyang in #823
- chore: add Chris Munoz as a backer by @razonyang in #824
- Algolia improvements by @razonyang in #826
- docs: mention Formailer also works as a contact form endpoint by @Rubonnek in #828
- fix: anchor symbols not in feed by @vrifox in #830
- fix: update german translation by @vrifox in #831
- Revert client search bar by @razonyang in #833
- Remove bronski.net by @LITUATUI in #834
- Bootstrap v5.3.0 alpha1 by @razonyang in #838
Full Changelog: v1.0.0-alpha.15...v1.0.0-beta1
v1.0.0-alpha.15
What's Changed
- feat: use rel=me instead on social links by @razonyang in #767
- docs: use default branch to deploy to Gitlab Pages and run test on th… by @Rubonnek in #768
- docs: Add missing
title
Page parameter by @Rubonnek in #772 - style: change authors list by @razonyang in #774
- Fix typos by @razonyang in #776
- feat: add itch.io social icon and link by @Rubonnek in #777
- Update the description of Google Analytics parameter by @razonyang in #778
- docs: add itch.io to social links by @Rubonnek in #779
- fix: correct the TOC if conditions by @razonyang in #782
- Add
icon
anddescription
parameters for menu by @razonyang in #783
Full Changelog: v1.0.0-alpha.14...v1.0.0-alpha.15
v1.0.0-alpha.14
What's Changed
- feat: add support for mermaid code blocks by @deining in #754
- Fix Mermaid icons by @razonyang in #755
- Correcting broken links, fixing typos by @deining in #757
- Chore: netlify deployment: update to latest npm, go and hugo versions by @deining in #758
- fix: use with instead of isset to avoid the warning message by @razonyang in #761
- fix: use NetworkFirst strategy in order to avoid loading nonexistent assets by @razonyang in #762
Full Changelog: v1.0.0-alpha.13...v1.0.0-alpha.14
v1.0.0-alpha.13
What's Changed
- Search index performance by @razonyang in #732
- fix(search): empty the layouts.index.json for backward compatible by @razonyang in #736
- fix(search): validate the taxonomies' existence before formatting search index by @razonyang in #738
- Bugfix favicon by @razonyang in #739
- Cache partials when possible by @razonyang in #740
- feature: add support for GLFM math blocks by @deining in #752
Full Changelog: v1.0.0-alpha.12...v1.0.0-alpha.13
v1.0.0-alpha.12
Upgrade
Introduces new dependencies, you'll need to install via hugo mod npm pack
and npm update
after upgrading the theme.
What's Changed
- fix: do not show non-manual splitting summary by @razonyang in #702
- feat: add support for Plausible Analytics by @razonyang in #704
- feat: add the sidebar page parameter by @razonyang in #709
- Feature: landing page layout by @razonyang in #711
- fix: include the sidebar page parameter in the home page by @Rubonnek in #712
- feat: add the site parameter sidebar.taxonomiesToggleArchives by @razonyang in #714
- docs: update the Diagram page by @razonyang in #719
- feat: add more Fuse.js options by @razonyang in #722
- Search: avoid using global scratch by @razonyang in #724
- feat: add support for Staticman comments by @razonyang in #725
Full Changelog: v1.0.0-alpha.11...v1.0.0-alpha.12