The Jellyfin website, blog, and user documentation
Go to file
Niels van Velzen 66cf3c30b2
Merge pull request #46 from thornbill/hero-component
Move hero to component
2022-07-29 20:13:37 +02:00
.github Upgrade node version in workflow 2022-07-27 14:34:12 -04:00
.vscode Add TypeScript, Prettier and ESLint 2021-05-08 10:04:30 +02:00
blog Cleanup xbox post 2022-07-28 13:02:46 -04:00
docs Move docs images 2022-07-28 15:20:00 -04:00
src Move hero to component 2022-07-29 11:35:36 -04:00
static Move docs images 2022-07-28 15:20:00 -04:00
.eslintignore Add TypeScript, Prettier and ESLint 2021-05-08 10:04:30 +02:00
.eslintrc.json Add TypeScript, Prettier and ESLint 2021-05-08 10:04:30 +02:00
.gitignore Add docusaurus files 2021-05-06 09:16:19 +02:00
.prettierignore Add TypeScript, Prettier and ESLint 2021-05-08 10:04:30 +02:00
.prettierrc Add TypeScript, Prettier and ESLint 2021-05-08 10:04:30 +02:00
babel.config.js Add docusaurus files 2021-05-06 09:16:19 +02:00
docusaurus.config.js Merge pull request #45 from thornbill/simplify-footer 2022-07-29 07:46:13 +02:00
LICENSE Use proper license text 2021-05-06 16:07:44 +02:00
package-lock.json Upgrade docusaurus 2022-07-27 14:23:39 -04:00
package.json Upgrade docusaurus 2022-07-27 14:23:39 -04:00
README.md Add docusaurus files 2021-05-06 09:16:19 +02:00
sidebars.js Add docusaurus files 2021-05-06 09:16:19 +02:00
tsconfig.json Add TypeScript, Prettier and ESLint 2021-05-08 10:04:30 +02:00

Website

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

Installation

yarn install

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

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