https://github.com/cgobat/cgobat.github.io
Personal homepage
https://github.com/cgobat/cgobat.github.io
bootstrap github-pages website
Last synced: about 2 months ago
JSON representation
Personal homepage
- Host: GitHub
- URL: https://github.com/cgobat/cgobat.github.io
- Owner: cgobat
- License: mit
- Created: 2019-11-03T18:45:59.000Z (over 6 years ago)
- Default Branch: academic-homepage
- Last Pushed: 2025-11-24T22:59:00.000Z (8 months ago)
- Last Synced: 2025-11-28T09:39:30.062Z (7 months ago)
- Topics: bootstrap, github-pages, website
- Language: HTML
- Homepage: https://cgobat.github.io
- Size: 90.1 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# academic-homepage

[](https://github.com/luost26/academic-homepage/actions/workflows/pages/pages-build-deployment)
[](https://hits.sh/github.com/luost26/academic-homepage/)
[](https://github.com/luost26/academic-homepage)
[](https://github.com/luost26/academic-homepage/forks)
A GitHub Pages (Jekyll) template for personal academic website. Click [here](https://luost.me/academic-homepage/) to see the demo.
## User Community
[🏡](https://luost.me/)
[:star:](https://cch1999.github.io/)
[:star:](https://kyrrego.github.io/)
[:star:](https://ced3-han.github.io/)
[:star:](https://lihengchen.com/)
[:star:](https://hpwang-whu.github.io/)
[:star:](https://zhang-yingyi.github.io/)
[:star:](https://wby24.github.io/)
[:star:](https://pengfeixu.com/)
[:star:](https://boqiuphd.github.io/)
[:star:](https://www.huabing.li/)
[:star:](https://xiecuiying.github.io/)
[:star:](https://hannyang.github.io/)
[:star:](https://king-play.github.io/)
[🤖](https://andrewcwlee.github.io)
[:star:](https://laiyao1.github.io)
[🌜](https://tmsultan.github.io)
[🚀](https://zaxguo.github.io)
[:gemini:](https://hongyang-du.github.io)
[:star:](https://thuanz123.github.io)
[🧬](https://gdalba.github.io/)
[:star:](https://yhhan.com/)
[🌔](https://chen-huaneng.github.io/academic)
[🌏](https://lin-shengxiang.github.io/)
:hugs: Feel free to tell us if you are using this template for your website by creating an issue [here](https://github.com/luost26/academic-homepage/issues/new?assignees=&labels=&projects=&template=user-report.md&title=I+am+using+this+template%21).
### Acknowledgements
The improvements of this template have been inspired by the customizations and feedbacks from the following users:
- :star: [onethousandwu.com](https://onethousandwu.com/): increased corner radius [[Repo]](https://github.com/oneThousand1000/oneThousand1000.github.io)
- :star: [shiwonkim.github.io](https://shiwonkim.github.io/): two-column main page layout [[Repo]](https://github.com/shiwonkim/shiwonkim.github.io)
- :star: [yqxie99.github.io](https://yqxie99.github.io/): blog feature [[Repo]](https://github.com/YQXie99/YQXie99.github.io/tree/feat/add_blog_page)
## Need Help?
If you run into **any** issues while using this template, or have suggestions for improvements, please don't hesitate to create an issue [here](https://github.com/luost26/academic-homepage/issues/new).
### FAQs
- [Need blogging feature?](https://github.com/luost26/academic-homepage/issues/13#issuecomment-2646371324)
- [How to show citation count for papers?](https://github.com/luost26/academic-homepage/issues/29#issuecomment-3222496187)
## Getting Started
1. First, click the "Use this template" button to create a new repository. The name of the repository should be `.github.io` (click [here](https://docs.github.com/en/pages/getting-started-with-github-pages/about-github-pages#types-of-github-pages-sites) to learn more about naming a GitHub Pages repository).
### Running Locally (Debug & Preview)
2. Follow the **step 1** and **step 2** of the instruction [here](https://jekyllrb.com/docs/) to install prerequisites and jekyll.
3. Clone your forked repository to your local machine.
4. Run the following command in the root directory of the repository:
```bash
bundle exec jekyll serve
```
5. Browse to the displayed URL to see the website.
### Deploying to GitHub Pages
2. Go to the repository settings and enable GitHub Pages. Detailed instructions can be found [here](https://docs.github.com/en/pages/getting-started-with-github-pages/creating-a-github-pages-site#creating-your-site).
3. Navigate to your created website, and follow the instructions displayed on the homepage (if any) to finalize the setup.