The Jellyfin website, blog, and user documentation
Go to file
2022-08-18 00:43:14 -04:00
.github Pin dependencies 2022-08-18 04:39:32 +00:00
.vscode Fix vscode not using prettier for formatting 2022-08-05 11:18:24 -04:00
blog Use truncate instead of more 2022-08-04 21:18:11 +02:00
docs Run eslint fix 2022-08-04 13:28:54 -04:00
scripts Add postbuild script to copy rss feed 2022-08-17 11:05:08 -04:00
src Use pills for stable selector 2022-08-17 09:57:53 -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 Run eslint fix 2022-08-04 13:28:54 -04: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 Update renovate config to ignore major updates to react 2022-08-05 10:29:32 -04:00
babel.config.js Run eslint fix 2022-08-04 13:28:54 -04:00
docusaurus.config.js Run eslint fix 2022-08-04 13:28:54 -04:00
LICENSE Use proper license text 2021-05-06 16:07:44 +02:00
package-lock.json Update dependency eslint to v8.22.0 2022-08-17 03:13:29 +00:00
package.json Merge pull request #93 from thornbill/feed-copy-script 2022-08-17 19:29:19 +02:00
README.md Add docusaurus files 2021-05-06 09:16:19 +02:00
sidebars.js Run eslint fix 2022-08-04 13:28:54 -04:00
tsconfig.json Run eslint fix 2022-08-04 13:28:54 -04: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.