Simple project-page generator for research, assuming hosted on GitHub Pages.
git clone git@github.com:Kei18/project-page-generator.git project-page
cd project-page
git remote set-url origin {YOUR GITHUB REPO}
All you need is yarn. Initialize the repo with the following script:
yarn
Edit data.yaml
, then:
yarn serve
You can see the website via http://localhost:1234
.
git push origin project-page
- Go to
Your github repo -> Settings -> Pages
- Choose
gh-pages
inBranch
menu.
Auto formatting (Prettier) when committing:
git config core.hooksPath .githooks && chmod a+x .githooks/pre-commit
This software is released under the MIT License, see LICENSE.txt.
Keisuke Okumura is a Ph.D. student at Tokyo Institute of Technology, interested in controlling multiple moving agents.