The Jellyfin website, blog, and user documentation
Go to file
2022-11-16 02:41:02 +00:00
.github Update actions/configure-pages digest to d875fa8 2022-10-24 17:18:31 +00:00
.vscode Add DavidAnson.vscode-markdownlint as recommended workspace extension 2022-09-20 22:13:25 +02:00
blog Add mention of archive of old repos 2022-10-18 22:21:08 -04:00
docs Update fail2ban.md 2022-11-14 14:11:19 +01:00
scripts Add warnings for known valid URLs 2022-08-25 10:05:24 -04:00
src Use the correct GPG key in the Debian/Ubuntu Downloads instructions 2022-11-01 10:43:25 -04:00
static Add high-res Amazon Appstore badge 2022-10-22 19:12:24 +02: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 feat(91): add sass support 2022-10-17 22:58:52 +02:00
.markdownlint.yaml Add markdownlint workflow 2022-09-12 18:45:24 +02:00
.npmrc Update to lockfile v3 format 2022-09-06 15:15:59 +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 Merge pull request #228 from thornbill/update-site-url 2022-10-19 17:26:38 -04:00
LICENSE Use proper license text 2021-05-06 16:07:44 +02:00
package-lock.json Update dependency sass to v1.56.1 2022-11-16 02:41:02 +00:00
package.json Update dependency sass to v1.56.1 2022-11-16 02:41:02 +00:00
README.md Remove reference to next.jellyfin.org in README 2022-10-19 12:54:05 -04:00
sidebars.js Update docs sidebar 2022-08-23 11:26:52 -04:00
tsconfig.json Run eslint fix 2022-08-04 13:28:54 -04:00

jellyfin.org

Part of the Jellyfin Project


Logo Banner

The next generation of the official Jellyfin website.

The goal of this project is to combine all website on jellyfin.org in a single codebase and improve the documentation site experience.

This project includes a combination of content from:

  • jellyfin-blog — The current source for the main website and blog content built using Hugo.
  • jellyfin-docs — The current source for the documentation content built using DocFX.

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

Installation

npm install

Local Development

npm 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

npm run build

This command generates static content into the build directory and can be served using any static contents hosting service.