oh-my-posh/docs
Jan De Dobbeleer c24ca82f17 feat: newline as part of block
this deprecates the "newline" block and favours using the newline
property on the Block component. For backwards compatibility we'll
keep recognizing the newline block for the time being.

resolves #607
2021-04-21 19:54:43 +02:00
..
docs feat: newline as part of block 2021-04-21 19:54:43 +02:00
src feat: support color names for basic 16 ANSI colors 2020-11-08 20:24:54 +01:00
static feat: export image of the current theme 2021-04-11 10:53:10 +02:00
.gitignore feat: add docs 2020-10-05 17:19:05 +02:00
.markdownlint.json refactor: update defaults in docs 2020-10-16 11:18:19 -07:00
docusaurus.config.js chore: rename repository 2021-02-16 09:00:02 +01:00
export_themes.js theme: add marcduiker 2021-04-11 20:16:04 +02:00
package-lock.json feat: dependency update 2021-03-27 13:49:31 +01:00
package.json feat: export image of the current theme 2021-04-11 10:53:10 +02:00
README.md feat: add docs 2020-10-05 17:19:05 +02:00
sidebars.js feat: export image of the current theme 2021-04-11 10:53:10 +02:00

Website

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

Installation

$ yarn install

Local Development

$ yarn 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.