MyBlogs/itblog.site
2025-10-10 17:49:28 +07:00
..
blog test 2025-08-17 13:35:30 +07:00
build test 2025-08-17 13:35:30 +07:00
docs 20251010-1340 2025-10-10 17:49:28 +07:00
src test start 2025-08-16 19:55:23 +07:00
static test start 2025-08-16 19:55:23 +07:00
.gitignore test start 2025-08-16 19:55:23 +07:00
docusaurus.config.ts test start 2025-08-16 19:55:23 +07:00
package-lock.json test start 2025-08-16 19:55:23 +07:00
package.json test start 2025-08-16 19:55:23 +07:00
README.md test start 2025-08-16 19:55:23 +07:00
sidebars.ts test start 2025-08-16 19:55:23 +07:00
tsconfig.json test start 2025-08-16 19:55:23 +07: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.