Releases: razonyang/hugo-theme-bootstrap
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/[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
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
v0.80.4
What's Changed
- fix: Do not attempt to resize SVGs by @ElanHasson in #706
Full Changelog: v0.80.3...v0.80.4
v1.0.0-alpha.11
What's Changed
- Fix id.toml Typo and update USERS.md by @ditatompel in #690
- feat: add the post.readMoreFromContent parameter by @razonyang in #696
- feat(rss): add custom RSS template by @razonyang in #697
- feat: add GitLab supports for repository widget.
- Update and correct the documentations.
New Contributors
- @ditatompel made their first contribution in #690
Full Changelog: v1.0.0-alpha.10...v1.0.0-alpha.11
v1.0.0-alpha.10
What's Changed
- feat: add ArtStation social network link and icon by @AJ2O in #684
- docs: remove unnecessary Gitlab CI hugo command by @Rubonnek in #685
- feat: add the $code-select SCSS variable, default to true by @razonyang in #688
- UX: display TOC above content on small screens and DO NOT collapse sidebar widgets by default. by @razonyang in #689
Full Changelog: v1.0.0-alpha.9...v1.0.0-alpha.10
v1.0.0-alpha.9
What's Changed
- chore: move Google AdSense script into by @razonyang in #674
- Fix typo by @LITUATUI in #675
- feat(search): add sorting support by @razonyang in #672
- chore(i18n): update ar.toml by @yshalsager in #678
- feat(search): allow filtering results via taxonomies with AND, OR operations by @razonyang in #679
- docs: add Gitlab Pages deployment example by @Rubonnek in #681
- fix: avoid flickering on the case of
color=dark
by @razonyang in #682
Full Changelog: v1.0.0-alpha.8...v1.0.0-alpha.9
v1.0.0-alpha.8
Note
Please update the dependencies as well: hugo mod npm pack
and npm update
What's Changed
- fix: avoid flickering on dark mode by @razonyang in #669
- style: update scrollbar style and add scrollbar CSS variables.
Full Changelog: v1.0.0-alpha.7...v1.0.0-alpha.8