No description
  • JavaScript 55%
  • MDX 34.2%
  • CSS 10.8%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Jan Palma 9e3b79100f
Some checks failed
Publish / publish (push) Failing after 1m44s
WOW
2026-07-17 14:48:34 +02:00
.forgejo/workflows Added Base var 2026-07-17 13:34:56 +02:00
blog Init 2026-07-17 12:55:40 +02:00
docs Init 2026-07-17 12:55:40 +02:00
src Init 2026-07-17 12:55:40 +02:00
static Init 2026-07-17 12:55:40 +02:00
.gitignore Init 2026-07-17 12:55:40 +02:00
bun.lock Init 2026-07-17 12:55:40 +02:00
docusaurus.config.js WOW 2026-07-17 14:48:34 +02:00
package.json Init 2026-07-17 12:55:40 +02:00
pnpm-workspace.yaml Init 2026-07-17 12:55:40 +02:00
README.md Init 2026-07-17 12:55:40 +02:00
sidebars.js Init 2026-07-17 12:55:40 +02:00

Website

This website is built using Docusaurus, a modern static website generator.

Installation

npm install

Note: feel free to use the package manager of your choice.

Local Development

npm run start

This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.

Build

npm run build

This command generates static content into the build directory and can be served using any static contents hosting service.

Deployment

Using SSH:

USE_SSH=true npm run deploy

Not using SSH:

GIT_USER=<Your GitHub username> npm run deploy

If you are using GitHub Pages for hosting, this command is a convenient way to build the website and push to the gh-pages branch.