💤 A modern plugin manager for Neovim
Go to file
Folke Lemaitre 97dc8cdb57
docs: pkg branch
2024-06-23 10:16:49 +02:00
.github ci: added dependabot 2024-06-19 06:53:31 +02:00
docs chore(build): auto-generate docs 2024-06-23 08:10:00 +00:00
lua docs: pkg branch 2024-06-23 10:16:49 +02:00
src feat: initial site 2024-06-18 23:17:53 +02:00
static feat: initial site 2024-06-18 23:17:53 +02:00
.gitignore feat: initial site 2024-06-18 23:17:53 +02:00
.keep initial commit 2024-06-18 22:30:37 +02:00
.markdownlint.yaml docs: updated 2024-06-23 10:09:41 +02:00
README.md feat: initial site 2024-06-18 23:17:53 +02:00
babel.config.js feat: initial site 2024-06-18 23:17:53 +02:00
build.sh feat: initial site 2024-06-18 23:17:53 +02:00
docusaurus.config.ts ci: added auto-gen for docs 2024-06-19 06:53:23 +02:00
package.json feat: initial site 2024-06-18 23:17:53 +02:00
pnpm-lock.yaml feat: initial site 2024-06-18 23:17:53 +02:00
sidebars.ts feat: initial site 2024-06-18 23:17:53 +02:00
socials.ts docs: test deploy 2024-06-18 23:38:24 +02:00
stylua.toml docs: updated 2024-06-23 10:09:41 +02:00
tsconfig.json feat: initial site 2024-06-18 23:17:53 +02:00

README.md

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.