Important
As I said above, this repo is just for these theme files for Git Submodule. For the actual Aplós Project check GabsEdits/aplos
First, Init the Submodules:
git submodule init
Then, add the theme to the pages/.vitepress/theme
directory:
git submodule add https://github.com/GabsEdits/aplos-theme.git pages/.vitepress/theme
To update the theme run this command:
git submodule update --remote --merge