Releases: razonyang/hugo-theme-bootstrap
Releases · razonyang/hugo-theme-bootstrap
v1.2.5
v1.2.4
1.2.4 (2023-10-03)
Continuous Integration
Documentation 📝
- added another line encouraging people to add their own translation file to the GitHub repository. (41ffa9a)
- added clarification on defaultContentLanguage parameter (41ffa9a)
- added small description to defaultContentLanguage (41ffa9a)
- added Spanish to the language list (41ffa9a)
- reworded one line to avoid possible confusions (41ffa9a)
- update documentations (#977) (41ffa9a)
v1.2.3
v1.2.2
v1.2.1
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