This is the website of our academic research group at the University of Birmingham.
A simple, clean, and responsive Jekyll theme for academics. If you like the theme, give it a star!
For more about how to use Jekyll, check out this tutorial.
If you want to change the content, please following:
- Fork our github Repo.
- Open code with GitHub Desktop. Please use the master branch.
- Make any changes to your webpage, commit, and push.
- Wait for a few minutes and let the action complete. You can see the progress in the Actions tab. If completed successfully, in addition to the
master
branch, your repository should also autonomously deploy thegh-pages
branch. - Finally, make a pull requests. The webpage will become available at https://cvlab-uob.github.io/.
If you want to pre-view the website when you edit it on your local computer, please following:
Assuming you have Ruby and Bundler installed on your system (hint: for ease of managing ruby gems, consider using rbenv). For Ubuntu/MacOS,
$ sudo apt install ruby-full ruby-bundler
$ sudo gem install bundler jekyll
$ jekyll -v
$ cd <your-repo-name>
$ bundle install
$ bundle exec jekyll serve
# => Now browse to http://localhost:4000
Now, feel free to edit the content. After you are done, commit your final changes.