Rework and improvement of the Jellyfin website and user documentation
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Shadowghost e300b72121
Merge pull request #554 from nyanmisaka/dv-intel
5 hours ago
.github Update actions/deploy-pages action to v2.0.1 2 months ago
.vscode Add mdx extension to recommendation list 6 months ago
blog Address last review feedback 3 weeks ago
docs Update docs for DoVi tone-mapping on intel 7 hours ago
scripts Fix subtitles link redirect 2 months ago
src Update src/data/downloads.tsx 4 weeks ago
static Change DuckDNS install path 3 weeks ago
.eslintignore Add TypeScript, Prettier and ESLint 2 years ago
.eslintrc.json Run eslint fix 10 months ago
.gitignore feat(91): add sass support 8 months ago
.markdownlint.yaml Add markdownlint workflow 9 months ago
.npmrc Update to lockfile v3 format 9 months ago
.prettierignore Add TypeScript, Prettier and ESLint 2 years ago
.prettierrc Update renovate config to ignore major updates to react 10 months ago
LICENSE Use proper license text 2 years ago
README.md Remove reference to next.jellyfin.org in README 8 months ago
babel.config.js Run eslint fix 10 months ago
docusaurus.config.js Fix subtitles link redirect 2 months ago
package-lock.json Update dependency @fontsource/noto-sans to v5.0.2 23 hours ago
package.json Update dependency @fontsource/noto-sans to v5.0.2 23 hours ago
sidebars.js Update docs sidebar 10 months ago
tsconfig.json Run eslint fix 10 months ago

README.md

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.