v1.0.0-beta1
razonyang
released this
25 Dec 02:15
·
231 commits
to master
since this release
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/[email protected]
. 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