updated theme and added submodules update instruction

This commit is contained in:
Kim, Jimin 2021-03-12 15:44:44 +09:00
parent 3237db0bf7
commit bc4f18cb3c
2 changed files with 2 additions and 1 deletions

View file

@ -15,6 +15,7 @@ Requires: [git](https://git-scm.com), [node](https://nodejs.org), [hexo](https:/
- Clone the repo with git modules
- `git clone --recurse-submodules https://github.com/developomp/developomp-site.git`
- to update: `git submodule foreach git pull origin master`
- Install dependencies
- `cd developomp-site/hexo`
- `yarn` or `npm i`