oh-my-posh/website
Jan De Dobbeleer 63d79fe294
Some checks failed
Code QL / code-ql (push) Waiting to run
Release / changelog (push) Waiting to run
Release / artifacts (push) Blocked by required conditions
Azure Static Web Apps CI/CD / Build and Deploy (push) Has been cancelled
fix(upgrade): restore caching mechanism
2024-11-06 19:37:13 +01:00
..
api chore: bump axios from 1.6.2 to 1.7.4 in /website/api 2024-08-14 08:01:17 +02:00
blog feat(palettes): allow color reuse using palette 2024-09-02 12:46:27 +02:00
docs fix(upgrade): restore caching mechanism 2024-11-06 19:37:13 +01:00
plugins/appinsights refactor: rename docs -> website 2022-05-13 08:19:35 +02:00
src refactor(upgrade): allow setting from CLI 2024-11-04 12:15:40 +01:00
static chore(install): allow specifying the version 2024-09-29 11:14:15 +02:00
.gitignore refactor: rename docs -> website 2022-05-13 08:19:35 +02:00
docusaurus.config.js feat(website): add theme-based favicon switching 2024-09-10 08:33:36 +02:00
export_themes.js docs(export): specify output name 2024-07-11 23:03:28 +02:00
package-lock.json docs: update docusaurus 2024-08-31 10:56:02 +02:00
package.json docs: update docusaurus 2024-08-31 10:56:02 +02:00
README.md docs: update README to use npm 2023-06-29 07:56:34 +02:00
sidebars.js docs: use Config component instead of raw JSON 2024-11-04 12:15:40 +01:00
staticwebapp.config.json docs: remove social integration 2023-05-06 20:34:23 +02:00

Website

This website is built using Docusaurus 2, a modern static website generator.

Installation

$ npm install

Local Development

$ npm run start

This command starts a local development server and open up a browser window. Most changes are reflected live without having to restart the server.