This commit is contained in:
notplants 2023-08-14 17:31:30 -07:00
parent 5d067dc557
commit db2b9153ac
1 changed files with 2 additions and 0 deletions

View File

@ -26,6 +26,8 @@ which is the used by mdbook to build the website
ideally we only modify files inside export and not inside of src directly, so that builds are repeatable,
and we don't have any manual changes inside of src
you can modify the theme and style by modifying the files inside of theme (such as index.hbs and the files in css etc.)
# build
to build the mdbook run the following command in terminal within the directory of this code: