No description
  • HTML 99%
  • JavaScript 0.5%
  • XSLT 0.3%
  • CSS 0.2%
Find a file
Micinek 1bc004f12b
Update README.md
zmena na test
2025-09-01 14:22:03 +02:00
blog novy clanek a uprava indexu 2025-04-28 08:14:47 +00:00
build novy clanek a uprava indexu 2025-04-28 08:14:47 +00:00
docs Update 8_Instalace_Linstor.md 2025-05-07 08:29:18 +02:00
node_modules novy clanek a uprava indexu 2025-04-28 08:14:47 +00:00
src novy clanek a uprava indexu 2025-04-28 08:14:47 +00:00
static nove clanky 2025-04-28 15:41:13 +02:00
.DS_Store update 2025-04-30 14:41:13 +02:00
docusaurus.config.js init push 2025-04-25 12:21:35 +00:00
package-lock.json init push 2025-04-25 12:21:35 +00:00
package.json init push 2025-04-25 12:21:35 +00:00
README.md Update README.md 2025-09-01 14:22:03 +02:00
sidebars.js init push 2025-04-25 12:21:35 +00: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.