My one page portfolio site. This version is written in Next.js, based on aria-docs.
pnpm run build
pnpm run start
All of these features from aria-docs are just as accessible, as the site uses the same base.
| Feature | Description |
|---|---|
| MDX Support | Write interactive documentation with MDX. |
| Nested Pages | Organize content in a nested, hierarchical structure. |
| Blog Section | Include a dedicated blog section. |
| Table of Contents | Auto-generated TOC for easy navigation. |
| Pagination | Split content across multiple pages. |
| Syntax Highlighting | Highlight code for better readability. |
| Code Line Highlighting & Titles | Highlight specific lines with descriptive titles. |
| Interactive Code Blocks | Language-specific and interactive code display. |
| Custom Components | Embed custom, reusable components in your docs. |
| Light & Dark Mode | Toggle between light and dark themes. |
| Search Functionality | Quickly find content with a built-in search. |
| Code Switcher | Switch between code languages or variations. |
| Code Copy | Copy code blocks with a single click. |
| TOC Observer Highlight | Highlight active sections in the TOC as you scroll. |
| Static Site Generation | Generate a static, high-performance site. |
| SEO-Optimized | Structured for optimal search engine indexing. |
| Internationalisation | Added support for i18n for multiple languages. |
It also has its own functionality.
| Feature | Description |
|---|---|
| Contact form | A feedback form that implements server actions with sending input data to the discord webhook. |
| Classic home page | Classic front page with hero section, links and quick access buttons. |