neovide/website
Jamespp 1b6878d072
correct repo address as well as bundle id ()
..
content Starting point for a website ()
static website: Move to neovide.dev ()
templates correct repo address as well as bundle id ()
themes Starting point for a website ()
.gitignore Starting point for a website ()
Makefile Starting point for a website ()
README.md Starting point for a website ()
config.toml website: Move to neovide.dev ()
riss.awk Starting point for a website ()

README.md

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