mirror of https://github.com/sgoudham/neovide.git
1b6878d072 | 3 years ago | |
---|---|---|
.. | ||
content | 3 years ago | |
static | 3 years ago | |
templates | 3 years ago | |
themes | 3 years ago | |
.gitignore | 3 years ago | |
Makefile | 3 years ago | |
README.md | 3 years ago | |
config.toml | 3 years ago | |
riss.awk | 3 years ago |
README.md
Build
To build neovide’s 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