foomo-docs/foomo
2025-09-18 13:54:18 +02:00
..
blog feat: docusaurus upgrade, syntax highlighting, light and dark theme 2025-09-18 13:27:28 +02:00
docs fix: docusaurus issue 2025-09-18 13:45:30 +02:00
src fix: ssr fixes 2025-09-18 13:54:18 +02:00
static feat: add go profiling scaffold 2023-06-28 16:07:34 +02:00
.gitignore feat: docusaurus upgrade, syntax highlighting, light and dark theme 2025-09-18 13:27:28 +02:00
.yarnrc.yml feat: docusaurus upgrade, syntax highlighting, light and dark theme 2025-09-18 13:27:28 +02:00
babel.config.js hello foomo 2021-11-16 12:23:20 +01:00
docusaurus.config.js feat: docusaurus upgrade, syntax highlighting, light and dark theme 2025-09-18 13:27:28 +02:00
package.json fix: missing pkg 2025-09-18 13:48:30 +02:00
README.md feat: docusaurus upgrade, syntax highlighting, light and dark theme 2025-09-18 13:27:28 +02:00
sidebars.js docs: add security guides 2025-09-11 15:12:57 +02:00
tsconfig.json hello foomo 2021-11-16 12:23:20 +01:00
yarn.lock fix: missing pkg 2025-09-18 13:48:30 +02:00

Website

This website is built using Docusaurus 2, 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

$ GIT_USER=<Your GitHub username> USE_SSH=true 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.