butter-www-2026/www
2026-04-21 20:06:21 -04:00
..
blog update blog and authors 2026-04-21 19:12:31 -04:00
docs update and add the docs from butter 2026-04-21 14:03:40 -04:00
i18n add spanish 2026-04-21 20:06:21 -04:00
src enable localizationw 2026-04-21 19:34:03 -04:00
static update and add the docs from butter 2026-04-21 14:03:40 -04:00
.gitignore add first docussaurus site to git 2026-04-21 13:33:36 -04:00
docusaurus.config.ts add russian placholders and config 2026-04-21 19:47:05 -04:00
package-lock.json add first docussaurus site to git 2026-04-21 13:33:36 -04:00
package.json add first docussaurus site to git 2026-04-21 13:33:36 -04:00
README.md add first docussaurus site to git 2026-04-21 13:33:36 -04:00
sidebars.ts add first docussaurus site to git 2026-04-21 13:33:36 -04:00
tsconfig.json add first docussaurus site to git 2026-04-21 13:33:36 -04: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.