You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
neovide/website/README.md

696 B

Build

To build neovides website, ensure you have zola and awk installed.

Then, in this directory, run:

git submodule update --init
make serve

Edit

To ease maintenance, markdown files in content are often sourced from other parts of the repository, thanks to RISS. RISS allows to change the files slightly, see the transformation reference for the syntax.

For instance, content/_index.md is sourced from the README. Thus to make changes to content/_index.md, edit the README and run:

make md_update