No description
Find a file
luksab 912fff2d81
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 3m44s
Merge branch 'main' of git.emmabyte.de:emma/decap_website
2025-03-27 08:32:17 +01:00
.forgejo/workflows Remove gh cache 2025-03-26 14:27:33 +01:00
blog Create Blog “2025-03-26-teast” 2025-03-26 14:52:21 +00:00
docs Add Docusaurus 2025-03-26 14:05:01 +01:00
src Add Docusaurus 2025-03-26 14:05:01 +01:00
static replace decap with sveltia 2025-03-27 08:32:15 +01:00
.gitignore Add Docusaurus 2025-03-26 14:05:01 +01:00
Dockerfile init 2025-03-26 11:47:09 +01:00
docusaurus.config.ts Add Docusaurus 2025-03-26 14:05:01 +01:00
package-lock.json Add Docusaurus 2025-03-26 14:05:01 +01:00
package.json Add Docusaurus 2025-03-26 14:05:01 +01:00
README.md Add Docusaurus 2025-03-26 14:05:01 +01:00
sidebars.ts Add Docusaurus 2025-03-26 14:05:01 +01:00
tsconfig.json Add Docusaurus 2025-03-26 14:05:01 +01:00
yarn.lock Add Docusaurus 2025-03-26 14:05:01 +01: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.