Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make website fully responsive #943

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

sebastiancarlos
Copy link
Contributor

@sebastiancarlos sebastiancarlos commented Sep 7, 2024

This commit upgrades to Hugo 0.134.1 and enables Bootstrap 5's responsive tables. This effectively makes the entire site responsive.

Hugo added support for table render hooks in version 0.134.1 (release notes, docs), which are needed to support Bootstrap 5's responsive tables (source).

Also, make sure the rendered SHAs break correctly on mobile by adding a text-break shortcode.

This commit upgrades to Hugo 0.134.1 and enables Bootstrap 5's
responsive tables. This effectively makes the entire site responsive.

Hugo added support for table render hooks in version 0.134.1 ([release
notes](https://github.com/gohugoio/hugo/releases/tag/v0.134.0),
[docs](https://gohugo.io/render-hooks/tables/)), which are needed to
support Bootstrap 5's responsive tables
([source](gohugoio/hugo#9316 (comment))).

Also, make sure the rendered SHAs break correctly on mobile by adding a
text-break shortcode.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant