1
1
mirror of https://github.com/orhun/git-cliff.git synced 2024-12-02 01:24:06 +03:00
git-cliff/website
dependabot[bot] 6b880a4a51
chore(deps): bump the minor group in /website with 1 update (#419)
Bumps the minor group in /website with 1 update: [clsx](https://github.com/lukeed/clsx).


Updates `clsx` from 2.0.0 to 2.1.0
- [Release notes](https://github.com/lukeed/clsx/releases)
- [Commits](https://github.com/lukeed/clsx/compare/v2.0.0...v2.1.0)

---
updated-dependencies:
- dependency-name: clsx
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-29 22:34:08 +00:00
..
blog docs(website): add git-cliff animation to the website (#404) 2023-12-22 22:25:38 +01:00
docs feat(github)!: support integration with GitHub repos (#363) 2023-12-26 20:52:31 +01:00
src docs(website): add git-cliff animation to the website (#404) 2023-12-22 22:25:38 +01:00
static docs(website): add git-cliff animation to the website (#404) 2023-12-22 22:25:38 +01:00
.gitignore chore(website): move website to website folder 2023-04-09 18:16:31 +03:00
babel.config.js chore(website): move website to website folder 2023-04-09 18:16:31 +03:00
docusaurus.config.js feat(github)!: support integration with GitHub repos (#363) 2023-12-26 20:52:31 +01:00
package-lock.json chore(deps): bump the minor group in /website with 1 update (#419) 2023-12-29 22:34:08 +00:00
package.json chore(deps): bump the minor group in /website with 1 update (#419) 2023-12-29 22:34:08 +00:00
README.md chore(website): move website to website folder 2023-04-09 18:16:31 +03:00
sidebars.js chore(website): move website to website folder 2023-04-09 18:16:31 +03:00
tsconfig.json chore(deps): bump docusaurus to v3 (#391) 2023-12-18 23:33:41 +01:00
yarn.lock chore(deps): bump the minor group in /website with 1 update (#419) 2023-12-29 22:34:08 +00: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

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.