oh-my-posh/website
Artin 8834aafd7c feat(website): add navbar theme-based OhMyPosh icon switching
Add srcDark feature to switch between light and dark OhMyPosh icons in navigation bar (located in top of website) based on user's system theme or user's browser theme preference.
2024-09-07 21:30:26 +02: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(docs): correct go and go-started urls 2024-09-07 21:29:52 +02:00
plugins/appinsights refactor: rename docs -> website 2022-05-13 08:19:35 +02:00
src docs: update prism theme 2024-06-12 13:23:36 +02:00
static feat(website): add logo-light.svg 2024-09-07 21:30:26 +02:00
.gitignore refactor: rename docs -> website 2022-05-13 08:19:35 +02:00
docusaurus.config.js feat(website): add navbar theme-based OhMyPosh icon switching 2024-09-07 21:30:26 +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 feat: add nix-shell segment 2024-08-01 07:48:44 +02: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.