Documentation for Palladium content https://docs.threetag.net
  • JavaScript 80.3%
  • CSS 17.7%
  • MDX 2%
Find a file
Lucas Bandermann a345574230
All checks were successful
Deploy to Cloudflare Pages / deploy (push) Successful in 1m24s
Updated git url
2026-05-12 12:05:51 +02:00
.forgejo/workflows Updated deploy action 2026-05-12 11:24:17 +02:00
docs is this how it works? curios stuff 2026-04-27 14:08:20 +01:00
src Added basic front page, improved existing pages 2024-07-24 23:15:22 +02:00
static Replaced social card 2024-09-25 14:40:14 +02:00
.gitignore Added some more pages 2024-07-24 15:52:04 +02:00
babel.config.js Setup 2024-07-22 20:08:54 +02:00
docusaurus.config.js Updated git url 2026-05-12 12:05:51 +02:00
package-lock.json Setup 2024-07-22 20:08:54 +02:00
package.json Setup 2024-07-22 20:08:54 +02:00
README.md Setup 2024-07-22 20:08:54 +02:00
sidebars.js Setup 2024-07-22 20:08:54 +02:00
yarn.lock Added missing yarn file 2024-07-22 20:37:49 +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.