Releases: razonyang/hugo-theme-bootstrap
Releases · razonyang/hugo-theme-bootstrap
v1.2.0
v1.1.0
v1.0.2
Bug fixes release for Hugo v0.112.0
- For >= Hugo
v0.112.0
, you'll need to upgrade your theme to this version. - For < Hugo
v0.112.0
, you may need to append thePWD
intosecurity.funcs.getenv
after upgrading the theme.
# config.toml
[security.funcs]
getenv = ['^HUGO_', '^CI$', 'PWD']
What's Changed
- chore: remove the margin-y from search bar by @razonyang in #941
- Add theme translation by @vrifox in #943
- fix: repo widget by @razonyang in #949
Full Changelog: v1.0.1...v1.0.2
v1.0.0
What's Changed
- fix(sidebar-taxonomies): add the missing HTML tag by @razonyang in #924
- chore: move Google Analytics script to by @razonyang in #926
- chore: use https when fetching/referencing external resources by @Rubonnek in #927
- Remove inline scripts by @razonyang in #929
- fix(staticman): correct the form layout by @razonyang in #933
- feat: redirect to the preferred language site on homepage by @razonyang in #935
Full Changelog: v1.0.0-beta5.4...v1.0.0
v1.0.0-beta5.4
What's Changed
- style: make the dropdown menu width fit the content by @razonyang in #918
- style: change the search shortcut style by @razonyang in #919
- fix(toggle): escape name and item name, and correct the order of items by @razonyang in #920
- fix: replace fixed position with sticky for header by @razonyang in #921
- feat: add the body-begin hook by @razonyang in #922
Full Changelog: v1.0.0-beta5.1...v1.0.0-beta5.4
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