1
1
mirror of https://github.com/orhun/git-cliff.git synced 2024-10-03 18:27:14 +03:00
git-cliff/website
2024-09-29 21:18:02 +03:00
..
blog docs(website): add highlights for 2.6.0 (#873) 2024-09-22 09:08:44 +03:00
docs docs(website): update sourcehut (#894) 2024-09-29 10:14:43 +03:00
src docs(website): add more testimonials 2024-09-29 21:18:02 +03:00
static style(website): use a short link for reporting issues 2024-02-29 18:52:45 +03: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 docs(website): add highlights for 2.6.0 (#873) 2024-09-22 09:08:44 +03:00
package-lock.json chore(deps-dev): bump typescript from 5.5.4 to 5.6.2 in /website in the minor group (#845) 2024-09-17 14:14:35 +03:00
package.json chore(deps-dev): bump typescript from 5.5.4 to 5.6.2 in /website in the minor group (#845) 2024-09-17 14:14:35 +03: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-dev): bump typescript from 5.5.4 to 5.6.2 in /website in the minor group (#845) 2024-09-17 14:14:35 +03: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.