No description
  • JavaScript 55.3%
  • MDX 34.5%
  • CSS 10.2%
Find a file
Ebbez 2ecbfc6012
All checks were successful
/ publish (push) Successful in 1m12s
fix(docs): en IRC-Matrix page to howto-dir
2026-04-18 21:43:11 +02:00
.forgejo/workflows ci: allow dynamic build depending on which ci-platform builds 2026-04-18 20:51:52 +02:00
blog Initial commit 2026-04-18 20:51:52 +02:00
docs docs: add IRC through Matrix docs 2026-04-18 21:37:06 +02:00
i18n/en fix(docs): en IRC-Matrix page to howto-dir 2026-04-18 21:43:11 +02:00
src Initial commit 2026-04-18 20:51:52 +02:00
static Initial commit 2026-04-18 20:51:52 +02:00
.gitignore Initial commit 2026-04-18 20:51:52 +02:00
.gitlab-ci.yml ci: gitlab dynamic build and deploy 2026-04-18 20:51:52 +02:00
docusaurus.config.js ci: allow dynamic build depending on which ci-platform builds 2026-04-18 20:51:52 +02:00
package-lock.json Initial commit 2026-04-18 20:51:52 +02:00
package.json Initial commit 2026-04-18 20:51:52 +02:00
README.md Initial commit 2026-04-18 20:51:52 +02:00
sidebars.js Initial commit 2026-04-18 20:51:52 +02:00
yarn.lock Initial commit 2026-04-18 20:51:52 +02:00

Website

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

Installation

yarn

Local Development

yarn 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

yarn 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 yarn deploy

Not using SSH:

GIT_USER=<Your GitHub username> yarn 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.