2024-12-31 01:01:56 +00:00
|
|
|
---
|
|
|
|
|
title: はじめに
|
|
|
|
|
weight: 1
|
2025-06-15 11:29:43 +02:00
|
|
|
tags:
|
2025-08-14 23:49:06 +08:00
|
|
|
- Docs
|
|
|
|
|
- Guide
|
2024-12-31 01:01:56 +00:00
|
|
|
next: /docs/guide
|
|
|
|
|
prev: /docs
|
|
|
|
|
---
|
|
|
|
|
|
2025-08-14 23:49:06 +08:00
|
|
|
## テンプレートから始める
|
2024-12-31 01:01:56 +00:00
|
|
|
|
|
|
|
|
{{< icon "github" >}} [imfing/hextra-starter-template](https://github.com/imfing/hextra-starter-template)
|
|
|
|
|
|
|
|
|
|
上記のテンプレートリポジトリを使用して、すぐに始めることができます。
|
|
|
|
|
|
refactor(a11y): comprehensive WCAG 2.2 AA accessibility improvements (#924)
* refactor(a11y): comprehensive WCAG 2.2 AA accessibility improvements
Add skip-to-content link, landmark regions, ARIA attributes, keyboard
navigation, focus styles, reduced-motion support, and i18n keys across
all layouts, partials, shortcodes, and JS components.
- Add skip nav link in baseof.html and id="content" on all <main> tags
- Fix 404 page lang/dir attributes and add <main> landmark
- Add aria-label to banner close, PDF iframe, search input/results
- Remove aria-hidden from back-to-top button
- Add aria-hidden to decorative external link icon
- Add role="tablist" to tabs, aria-expanded to filetree/dropdowns
- Wrap mermaid diagrams in role="img", asciinema in role="region"
- Change theme toggle <p> items to <button role="menuitem"> with
full keyboard navigation (Arrow/Home/End/Escape)
- Add arrow-key keyboard navigation to tabs component
- Separate sidebar collapsible button from link for independent
keyboard access with aria-expanded sync
- Sync aria-expanded on all dropdown toggles (theme, lang, navbar,
hamburger, page context menu)
- Add aria-live search status announcements
- Add 13 new i18n keys, replace hardcoded aria-label strings
- Add prefers-reduced-motion CSS override and focus-visible base styles
- Add aria-label swap on code copy ("Copied!" feedback for AT)
- Add aria-current to active TOC links
- Wrap filetree in <ul> container for proper list semantics
- Add unique aria-label to blog "Read more" links
- Document accessibility guidelines in AGENTS.md
* feat(a11y): enhance focus styles and accessibility for various components
- Add focus-visible styles to badges, buttons, and links for improved keyboard navigation.
- Update breadcrumb, sidebar, and TOC components to include focus-visible outlines.
- Introduce new classes for focus states in the badge and tabs shortcodes.
- Ensure consistent focus styles across all interactive elements to meet WCAG 2.2 AA standards.
* feat(a11y): implement new focus-visible utilities and enhance accessibility styles
- Introduce new utility classes for focus-visible states to improve keyboard navigation.
- Update various components including badges, buttons, and search inputs to utilize new focus-visible styles.
- Refactor existing focus styles to ensure consistency and compliance with accessibility standards.
- Enhance breadcrumb, sidebar, and TOC components with updated focus-visible classes for better user experience.
* chore: add .gitattributes to collapse generated files in PR diffs
* fix: enhance accessibility and improve documentation
- Added alt attributes to images in multiple language documentation files for better accessibility.
- Updated the navbar title partial to remove unnecessary title attribute.
- Improved search input accessibility by adding autocomplete="off".
- Enhanced search partials in both navbar and sidebar with location context.
- Updated SVG icons in various components to include aria-hidden and focusable attributes for improved accessibility compliance.
* fix: improve giscus theme toggle functionality
- Updated the theme toggle options selector to use a data attribute for better specificity.
- Modified the event listener to use a setTimeout for the theme update, ensuring smoother transitions when the theme switcher is clicked.
* fix: resolve axe-core WCAG AA violations across docs pages
Add aria-labels to Hugo task list checkboxes, fix asciinema player
timer accessible names, make Jupyter output cells keyboard-focusable,
and add missing heading hierarchy in shortcodes docs for fa/ja/zh-cn.
* feat: integrate accessibility testing with Playwright and enhance CI workflow
- Added Playwright configuration for accessibility testing.
- Implemented accessibility tests using axe-core for all English pages.
- Created a GitHub Actions workflow to automate accessibility tests on pull requests.
- Updated package dependencies to include @axe-core/playwright and @playwright/test.
- Enhanced sidebar component with data attributes for improved accessibility styling.
* fix: update base URL and improve accessibility labels across multiple languages
- Changed the base URL in Playwright configuration and CI workflow from localhost:3000 to localhost:1313.
- Added accessibility labels for screen readers in various language files, enhancing user experience for visually impaired users.
- Updated the Asciinema script to dynamically set the playback time label for better accessibility compliance.
* refactor: reorganize accessibility tests and update test directory structure
- Moved accessibility tests from the e2e directory to a new tests directory for better organization.
- Updated the test directory path in Playwright configuration.
- Refactored the accessibility test implementation to improve code clarity and maintainability.
* chore: update .gitignore to include Playwright test output directories
- Added entries for 'playwright-report/' and 'test-results/' to the .gitignore file to prevent cluttering the repository with test artifacts.
* refactor: enhance accessibility and improve focus styles across components
- Removed unused utility for focus visibility in CSS and consolidated focus-visible styles for better maintainability.
- Updated various components to use `role` attributes for improved accessibility, including menu items and buttons.
- Enhanced theme toggle and language switch components with appropriate ARIA roles and attributes for better screen reader support.
- Improved the handling of focus states in the navigation and context menus to ensure a consistent user experience.
* chore: update dependencies and enhance accessibility features
- Updated the 'serve' package version in package.json and package-lock.json for improved performance.
- Removed unused 'xml2js' dependency to streamline the project.
- Enhanced the Playwright configuration to better manage the web server setup for testing.
- Improved accessibility in the language switcher and navigation menu by refining focus management and keyboard interactions.
- Updated the back-to-top button to manage tabindex for better accessibility compliance.
* feat: enhance mobile menu accessibility and keyboard interactions
- Added ARIA attributes to manage visibility of the sidebar on mobile devices.
- Implemented focus management for the sidebar when the menu is toggled.
- Introduced keyboard support to close the menu with the Escape key.
- Improved overall accessibility for the hamburger menu and sidebar interactions.
* fix: refine mobile menu keyboard interaction and enhance navbar accessibility
- Updated the Escape key functionality to close the menu only on mobile devices.
- Added a new ARIA attribute to the hamburger menu button for improved accessibility.
2026-02-14 20:06:35 +00:00
|
|
|
<img src="https://docs.github.com/assets/cb-77734/mw-1440/images/help/repository/use-this-template-button.webp" width="500" alt="Use this template ボタンが表示された GitHub リポジトリページ">
|
2024-12-31 01:01:56 +00:00
|
|
|
|
2025-08-14 23:49:06 +08:00
|
|
|
[GitHub Actions ワークフロー](https://docs.github.com/ja/pages/getting-started-with-github-pages/configuring-a-publishing-source-for-your-github-pages-site#publishing-with-a-custom-github-actions-workflow)を提供しており、サイトを自動的にビルドして GitHub Pages にデプロイし、無料でホストすることができます。
|
2024-12-31 01:01:56 +00:00
|
|
|
その他のオプションについては、[サイトのデプロイ](../guide/deploy-site)を確認してください。
|
|
|
|
|
|
|
|
|
|
[🌐 デモ ↗](https://imfing.github.io/hextra-starter-template/)
|
|
|
|
|
|
2025-08-14 23:49:06 +08:00
|
|
|
## 新規プロジェクトとして始める
|
2024-12-31 01:01:56 +00:00
|
|
|
|
2025-08-14 23:49:06 +08:00
|
|
|
Hugo プロジェクトに Hextra テーマを追加する主な方法は2つあります:
|
2024-12-31 01:01:56 +00:00
|
|
|
|
2025-08-14 23:49:06 +08:00
|
|
|
1. **Hugo モジュール (推奨)**: 最も簡単で推奨される方法です。[Hugo モジュール](https://gohugo.io/hugo-modules/)を使用すると、テーマをオンラインソースから直接取り込むことができます。テーマは自動的にダウンロードされ、Hugo によって管理されます。
|
2024-12-31 01:01:56 +00:00
|
|
|
|
2025-08-14 23:49:06 +08:00
|
|
|
2. **Git サブモジュール**: または、Hextra を [Git サブモジュール](https://git-scm.com/book/ja/v2/Git-%E3%83%84%E3%83%BC%E3%83%AB-%E3%82%B5%E3%83%96%E3%83%A2%E3%82%B8%E3%83%A5%E3%83%BC%E3%83%AB)として追加します。テーマは Git によってダウンロードされ、プロジェクトの `themes` フォルダに保存されます。
|
2024-12-31 01:01:56 +00:00
|
|
|
|
2025-08-14 23:49:06 +08:00
|
|
|
### Hugo モジュールとして Hextra をセットアップ
|
2024-12-31 01:01:56 +00:00
|
|
|
|
|
|
|
|
#### 前提条件
|
|
|
|
|
|
2025-08-14 23:49:06 +08:00
|
|
|
開始する前に、以下のソフトウェアがインストールされている必要があります:
|
2024-12-31 01:01:56 +00:00
|
|
|
|
2025-08-14 23:49:06 +08:00
|
|
|
- [Hugo (拡張版)](https://gohugo.io/installation/)
|
2024-12-31 01:01:56 +00:00
|
|
|
- [Git](https://git-scm.com/)
|
|
|
|
|
- [Go](https://go.dev/)
|
|
|
|
|
|
|
|
|
|
#### 手順
|
|
|
|
|
|
|
|
|
|
{{% steps %}}
|
|
|
|
|
|
2025-08-14 23:49:06 +08:00
|
|
|
### 新しい Hugo サイトを初期化
|
2024-12-31 01:01:56 +00:00
|
|
|
|
|
|
|
|
```shell
|
|
|
|
|
hugo new site my-site --format=yaml
|
|
|
|
|
```
|
|
|
|
|
|
2025-08-14 23:49:06 +08:00
|
|
|
### モジュール経由で Hextra テーマを設定
|
2024-12-31 01:01:56 +00:00
|
|
|
|
|
|
|
|
```shell
|
2025-08-14 23:49:06 +08:00
|
|
|
# Hugo モジュールを初期化
|
2024-12-31 01:01:56 +00:00
|
|
|
cd my-site
|
|
|
|
|
hugo mod init github.com/username/my-site
|
|
|
|
|
|
2025-08-14 23:49:06 +08:00
|
|
|
# Hextra テーマを追加
|
2024-12-31 01:01:56 +00:00
|
|
|
hugo mod get github.com/imfing/hextra
|
|
|
|
|
```
|
|
|
|
|
|
2025-08-14 23:49:06 +08:00
|
|
|
`hugo.yaml` を設定して Hextra テーマを使用するようにします:
|
2024-12-31 01:01:56 +00:00
|
|
|
|
|
|
|
|
```yaml
|
|
|
|
|
module:
|
|
|
|
|
imports:
|
|
|
|
|
- path: github.com/imfing/hextra
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
### 最初のコンテンツページを作成
|
|
|
|
|
|
2025-08-14 23:49:06 +08:00
|
|
|
ホームページとドキュメントページの新しいコンテンツページを作成します:
|
2024-12-31 01:01:56 +00:00
|
|
|
|
|
|
|
|
```shell
|
|
|
|
|
hugo new content/_index.md
|
|
|
|
|
hugo new content/docs/_index.md
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
### ローカルでサイトをプレビュー
|
|
|
|
|
|
|
|
|
|
```shell
|
|
|
|
|
hugo server --buildDrafts --disableFastRender
|
|
|
|
|
```
|
|
|
|
|
|
2025-08-14 23:49:06 +08:00
|
|
|
これで、新しいサイトのプレビューが `http://localhost:1313/` で利用可能になります。
|
2024-12-31 01:01:56 +00:00
|
|
|
|
|
|
|
|
{{% /steps %}}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
{{% details title="テーマを更新するには?" %}}
|
|
|
|
|
|
2025-08-14 23:49:06 +08:00
|
|
|
プロジェクト内のすべての Hugo モジュールを最新バージョンに更新するには、次のコマンドを実行します:
|
2024-12-31 01:01:56 +00:00
|
|
|
|
|
|
|
|
```shell
|
|
|
|
|
hugo mod get -u
|
|
|
|
|
```
|
|
|
|
|
|
2025-08-14 23:49:06 +08:00
|
|
|
Hextra を[最新リリースバージョン](https://github.com/imfing/hextra/releases)に更新するには、次のコマンドを実行します:
|
2024-12-31 01:01:56 +00:00
|
|
|
|
|
|
|
|
```shell
|
|
|
|
|
hugo mod get -u github.com/imfing/hextra
|
|
|
|
|
```
|
|
|
|
|
|
2025-08-14 23:49:06 +08:00
|
|
|
詳細については、[Hugo モジュール](https://gohugo.io/hugo-modules/use-modules/#update-all-modules)を参照してください。
|
2024-12-31 01:01:56 +00:00
|
|
|
|
|
|
|
|
{{% /details %}}
|
|
|
|
|
|
2025-08-14 23:49:06 +08:00
|
|
|
### Git サブモジュールとして Hextra をセットアップ
|
2024-12-31 01:01:56 +00:00
|
|
|
|
|
|
|
|
#### 前提条件
|
|
|
|
|
|
2025-08-14 23:49:06 +08:00
|
|
|
開始する前に、以下のソフトウェアがインストールされている必要があります:
|
2024-12-31 01:01:56 +00:00
|
|
|
|
2025-08-14 23:49:06 +08:00
|
|
|
- [Hugo (拡張版)](https://gohugo.io/installation/)
|
2024-12-31 01:01:56 +00:00
|
|
|
- [Git](https://git-scm.com/)
|
|
|
|
|
|
|
|
|
|
#### 手順
|
|
|
|
|
|
|
|
|
|
{{% steps %}}
|
|
|
|
|
|
2025-08-14 23:49:06 +08:00
|
|
|
### 新しい Hugo サイトを初期化
|
2024-12-31 01:01:56 +00:00
|
|
|
|
|
|
|
|
```shell
|
|
|
|
|
hugo new site my-site --format=yaml
|
|
|
|
|
```
|
|
|
|
|
|
2025-08-14 23:49:06 +08:00
|
|
|
### Git サブモジュールとして Hextra テーマを追加
|
2024-12-31 01:01:56 +00:00
|
|
|
|
2025-08-14 23:49:06 +08:00
|
|
|
サイトディレクトリに移動して新しい Git リポジトリを初期化します:
|
2025-08-14 00:14:53 +08:00
|
|
|
|
|
|
|
|
```shell
|
|
|
|
|
cd my-site
|
|
|
|
|
git init
|
|
|
|
|
```
|
|
|
|
|
|
2025-08-14 23:49:06 +08:00
|
|
|
次に、Hextra テーマを Git サブモジュールとして追加します:
|
2025-08-14 00:14:53 +08:00
|
|
|
|
2024-12-31 01:01:56 +00:00
|
|
|
```shell
|
|
|
|
|
git submodule add https://github.com/imfing/hextra.git themes/hextra
|
|
|
|
|
```
|
|
|
|
|
|
2025-08-14 23:49:06 +08:00
|
|
|
`hugo.yaml` を設定して Hextra テーマを使用するようにします:
|
2024-12-31 01:01:56 +00:00
|
|
|
|
|
|
|
|
```yaml
|
|
|
|
|
theme: hextra
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
### 最初のコンテンツページを作成
|
|
|
|
|
|
2025-08-14 23:49:06 +08:00
|
|
|
ホームページとドキュメントページの新しいコンテンツページを作成します:
|
2024-12-31 01:01:56 +00:00
|
|
|
|
|
|
|
|
```shell
|
|
|
|
|
hugo new content/_index.md
|
|
|
|
|
hugo new content/docs/_index.md
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
### ローカルでサイトをプレビュー
|
|
|
|
|
|
|
|
|
|
```shell
|
|
|
|
|
hugo server --buildDrafts --disableFastRender
|
|
|
|
|
```
|
|
|
|
|
|
2025-08-14 23:49:06 +08:00
|
|
|
新しいサイトのプレビューが `http://localhost:1313/` で利用可能になります。
|
2024-12-31 01:01:56 +00:00
|
|
|
|
|
|
|
|
{{% /steps %}}
|
|
|
|
|
|
|
|
|
|
|
2025-08-14 23:49:06 +08:00
|
|
|
Hugo ウェブサイトのデプロイに [CI/CD](https://ja.wikipedia.org/wiki/CI/CD) を使用する場合、`hugo` コマンドを実行する前に以下のコマンドを実行することが重要です。
|
2024-12-31 01:01:56 +00:00
|
|
|
|
|
|
|
|
```shell
|
|
|
|
|
git submodule update --init
|
|
|
|
|
```
|
|
|
|
|
|
2025-08-14 23:49:06 +08:00
|
|
|
このコマンドを実行しないと、テーマフォルダに Hextra テーマファイルが配置されず、ビルドが失敗します。
|
2024-12-31 01:01:56 +00:00
|
|
|
|
|
|
|
|
|
|
|
|
|
{{% details title="テーマを更新するには?" %}}
|
|
|
|
|
|
2025-08-14 23:49:06 +08:00
|
|
|
リポジトリ内のすべてのサブモジュールを最新のコミットに更新するには、次のコマンドを実行します:
|
2024-12-31 01:01:56 +00:00
|
|
|
|
|
|
|
|
```shell
|
|
|
|
|
git submodule update --remote
|
|
|
|
|
```
|
|
|
|
|
|
2025-08-14 23:49:06 +08:00
|
|
|
Hextra を最新のコミットに更新するには、次のコマンドを実行します:
|
2024-12-31 01:01:56 +00:00
|
|
|
|
|
|
|
|
```shell
|
|
|
|
|
git submodule update --remote themes/hextra
|
|
|
|
|
```
|
|
|
|
|
|
2025-08-14 23:49:06 +08:00
|
|
|
詳細については、[Git サブモジュール](https://git-scm.com/book/ja/v2/Git-%E3%83%84%E3%83%BC%E3%83%AB-%E3%82%B5%E3%83%96%E3%83%A2%E3%82%B8%E3%83%A5%E3%83%BC%E3%83%AB)を参照してください。
|
2024-12-31 01:01:56 +00:00
|
|
|
|
|
|
|
|
{{% /details %}}
|
|
|
|
|
|
2025-08-14 23:49:06 +08:00
|
|
|
## 次に
|
2024-12-31 01:01:56 +00:00
|
|
|
|
2025-08-14 23:49:06 +08:00
|
|
|
以下のセクションを探索して、さらにコンテンツを追加しましょう:
|
2024-12-31 01:01:56 +00:00
|
|
|
|
|
|
|
|
{{< cards >}}
|
|
|
|
|
{{< card link="../guide/organize-files" title="ファイルの整理" icon="document-duplicate" >}}
|
|
|
|
|
{{< card link="../guide/configuration" title="設定" icon="adjustments" >}}
|
|
|
|
|
{{< card link="../guide/markdown" title="Markdown" icon="markdown" >}}
|
refactor(a11y): comprehensive WCAG 2.2 AA accessibility improvements (#924)
* refactor(a11y): comprehensive WCAG 2.2 AA accessibility improvements
Add skip-to-content link, landmark regions, ARIA attributes, keyboard
navigation, focus styles, reduced-motion support, and i18n keys across
all layouts, partials, shortcodes, and JS components.
- Add skip nav link in baseof.html and id="content" on all <main> tags
- Fix 404 page lang/dir attributes and add <main> landmark
- Add aria-label to banner close, PDF iframe, search input/results
- Remove aria-hidden from back-to-top button
- Add aria-hidden to decorative external link icon
- Add role="tablist" to tabs, aria-expanded to filetree/dropdowns
- Wrap mermaid diagrams in role="img", asciinema in role="region"
- Change theme toggle <p> items to <button role="menuitem"> with
full keyboard navigation (Arrow/Home/End/Escape)
- Add arrow-key keyboard navigation to tabs component
- Separate sidebar collapsible button from link for independent
keyboard access with aria-expanded sync
- Sync aria-expanded on all dropdown toggles (theme, lang, navbar,
hamburger, page context menu)
- Add aria-live search status announcements
- Add 13 new i18n keys, replace hardcoded aria-label strings
- Add prefers-reduced-motion CSS override and focus-visible base styles
- Add aria-label swap on code copy ("Copied!" feedback for AT)
- Add aria-current to active TOC links
- Wrap filetree in <ul> container for proper list semantics
- Add unique aria-label to blog "Read more" links
- Document accessibility guidelines in AGENTS.md
* feat(a11y): enhance focus styles and accessibility for various components
- Add focus-visible styles to badges, buttons, and links for improved keyboard navigation.
- Update breadcrumb, sidebar, and TOC components to include focus-visible outlines.
- Introduce new classes for focus states in the badge and tabs shortcodes.
- Ensure consistent focus styles across all interactive elements to meet WCAG 2.2 AA standards.
* feat(a11y): implement new focus-visible utilities and enhance accessibility styles
- Introduce new utility classes for focus-visible states to improve keyboard navigation.
- Update various components including badges, buttons, and search inputs to utilize new focus-visible styles.
- Refactor existing focus styles to ensure consistency and compliance with accessibility standards.
- Enhance breadcrumb, sidebar, and TOC components with updated focus-visible classes for better user experience.
* chore: add .gitattributes to collapse generated files in PR diffs
* fix: enhance accessibility and improve documentation
- Added alt attributes to images in multiple language documentation files for better accessibility.
- Updated the navbar title partial to remove unnecessary title attribute.
- Improved search input accessibility by adding autocomplete="off".
- Enhanced search partials in both navbar and sidebar with location context.
- Updated SVG icons in various components to include aria-hidden and focusable attributes for improved accessibility compliance.
* fix: improve giscus theme toggle functionality
- Updated the theme toggle options selector to use a data attribute for better specificity.
- Modified the event listener to use a setTimeout for the theme update, ensuring smoother transitions when the theme switcher is clicked.
* fix: resolve axe-core WCAG AA violations across docs pages
Add aria-labels to Hugo task list checkboxes, fix asciinema player
timer accessible names, make Jupyter output cells keyboard-focusable,
and add missing heading hierarchy in shortcodes docs for fa/ja/zh-cn.
* feat: integrate accessibility testing with Playwright and enhance CI workflow
- Added Playwright configuration for accessibility testing.
- Implemented accessibility tests using axe-core for all English pages.
- Created a GitHub Actions workflow to automate accessibility tests on pull requests.
- Updated package dependencies to include @axe-core/playwright and @playwright/test.
- Enhanced sidebar component with data attributes for improved accessibility styling.
* fix: update base URL and improve accessibility labels across multiple languages
- Changed the base URL in Playwright configuration and CI workflow from localhost:3000 to localhost:1313.
- Added accessibility labels for screen readers in various language files, enhancing user experience for visually impaired users.
- Updated the Asciinema script to dynamically set the playback time label for better accessibility compliance.
* refactor: reorganize accessibility tests and update test directory structure
- Moved accessibility tests from the e2e directory to a new tests directory for better organization.
- Updated the test directory path in Playwright configuration.
- Refactored the accessibility test implementation to improve code clarity and maintainability.
* chore: update .gitignore to include Playwright test output directories
- Added entries for 'playwright-report/' and 'test-results/' to the .gitignore file to prevent cluttering the repository with test artifacts.
* refactor: enhance accessibility and improve focus styles across components
- Removed unused utility for focus visibility in CSS and consolidated focus-visible styles for better maintainability.
- Updated various components to use `role` attributes for improved accessibility, including menu items and buttons.
- Enhanced theme toggle and language switch components with appropriate ARIA roles and attributes for better screen reader support.
- Improved the handling of focus states in the navigation and context menus to ensure a consistent user experience.
* chore: update dependencies and enhance accessibility features
- Updated the 'serve' package version in package.json and package-lock.json for improved performance.
- Removed unused 'xml2js' dependency to streamline the project.
- Enhanced the Playwright configuration to better manage the web server setup for testing.
- Improved accessibility in the language switcher and navigation menu by refining focus management and keyboard interactions.
- Updated the back-to-top button to manage tabindex for better accessibility compliance.
* feat: enhance mobile menu accessibility and keyboard interactions
- Added ARIA attributes to manage visibility of the sidebar on mobile devices.
- Implemented focus management for the sidebar when the menu is toggled.
- Introduced keyboard support to close the menu with the Escape key.
- Improved overall accessibility for the hamburger menu and sidebar interactions.
* fix: refine mobile menu keyboard interaction and enhance navbar accessibility
- Updated the Escape key functionality to close the menu only on mobile devices.
- Added a new ARIA attribute to the hamburger menu button for improved accessibility.
2026-02-14 20:06:35 +00:00
|
|
|
{{< /cards >}}
|