|
1 | 1 | # HUST Vision Lab Website |
2 | 2 |
|
3 | | -Visit **[hustvl.github.io](https://hustvl.github.io)** 🚀 |
| 3 | +This is the official website for the HUST Vision Lab, built using the [Lab Website Template (LWT)](https://github.com/greenelab/lab-website-template). |
4 | 4 |
|
5 | | -_Built with [Lab Website Template](https://greene-lab.gitbook.io/lab-website-template-docs)_ |
| 5 | +## Resources |
6 | 6 |
|
7 | | -* [Lab Website Template](https://github.com/greenelab/lab-website-template) v1.1.6 |
8 | | -* [Template Docs](https://greene-lab.gitbook.io/lab-website-template-docs) |
| 7 | +* [Lab Website Template (LWT)](https://github.com/greenelab/lab-website-template) |
| 8 | +* [LWT Documentation](https://greene-lab.gitbook.io/lab-website-template-docs) |
| 9 | +* [LWT Gallery](https://greene-lab.gitbook.io/lab-website-template-docs/introduction/gallery) |
9 | 10 | * [Jekyll](https://jekyllrb.com/) |
| 11 | +* [HUST Color Specification](https://vi.hust.edu.cn/jcbf/scgf/scxl.htm) |
10 | 12 | * [Material Design Colors](https://m3.material.io/styles/color/static/baseline) |
11 | 13 | * [Font Awesome Icons](https://fontawesome.com/) |
12 | 14 |
|
13 | | -## Installation |
| 15 | +## Prerequisites |
14 | 16 |
|
15 | | -https://jekyllrb.com/docs/installation/ubuntu/ |
16 | | - |
17 | | -Install needed Ruby packages by running `bundle install`. |
18 | | - |
19 | | -## Gallery |
20 | | - |
21 | | -https://greene-lab.gitbook.io/lab-website-template-docs/introduction/gallery |
| 17 | +1. [Install Jekyll](https://jekyllrb.com/docs/installation/ubuntu/). For Windows users, it is recommended to use the WSL. |
| 18 | +2. Install needed Ruby packages by running `bundle install`. |
22 | 19 |
|
23 | 20 | ## Usage |
24 | 21 |
|
25 | | -Preview the cite by running |
| 22 | +Preview the website locally by running: |
26 | 23 |
|
27 | | -``` |
| 24 | +```bash |
28 | 25 | bundle exec jekyll serve --open-url --livereload --trace |
29 | 26 | ``` |
30 | 27 |
|
31 | | -Group members are in `_members`. |
| 28 | +Add, remove, or edit member profiles in the `_members` directory. |
0 commit comments