Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 616 Bytes

README.md

File metadata and controls

25 lines (20 loc) · 616 Bytes

Aplós - Theme

Aplós, but just the theme files, as a Git Submodule.

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

Usage

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

Update

To update the theme run this command:

git submodule update --remote --merge