Skip to content

Commit a5af044

Browse files
committed
Clean up README: remove emojis
1 parent 58fc8ed commit a5af044

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,33 +2,33 @@
22

33
This repository hosts the source code for the personal academic website of **Qiyang CHENG**.
44

5-
🔗 **Live Website**: [https://MatrixCQY.github.io](https://MatrixCQY.github.io)
5+
**Live Website**: [https://MatrixCQY.github.io](https://MatrixCQY.github.io)
66

7-
## 🚀 Overview
7+
## Overview
88

99
This website is designed for academic purposes, showcasing publications, teaching experience, and research notes. It is built using:
1010
- [Jekyll](https://jekyllrb.com/) (Static Site Generator)
1111
- [Minimal Mistakes](https://mmistakes.github.io/minimal-mistakes/) (Theme)
1212
- [Academic Pages](https://academicpages.github.io/) (Template)
1313

14-
## 🛠️ Maintenance & Editing
14+
## Maintenance & Editing
1515

1616
If you need to update the content of the website, here are the key locations:
1717

18-
### **Site Configuration**
18+
### Site Configuration
1919
- **[_config.yml](_config.yml)**: Main configuration file. Update your name, bio, social links, and site title here.
2020
- **[_data/navigation.yml](_data/navigation.yml)**: Customize the top navigation bar items.
2121

22-
### **Content Management**
22+
### Content Management
2323
- **[_pages/](_pages/)**: Contains the main pages like "About Me" (`about.md`), "CV" (`cv.md`), etc.
2424
- **[_publications/](_publications/)**: Add or edit your research papers here as individual Markdown files.
2525
- **[_teaching/](_teaching/)**: List your teaching experience and courses.
2626
- **[_posts/](_posts/)**: For blog posts or research updates.
2727

28-
### **Profile Image**
28+
### Profile Image
2929
- **[images/profile.png](images/profile.png)**: Replace this file to update the sidebar avatar.
3030

31-
## 💻 Local Development
31+
## Local Development
3232

3333
To run the site locally for testing:
3434

@@ -37,5 +37,5 @@ To run the site locally for testing:
3737
3. Run `bundle exec jekyll serve`.
3838
4. Open `http://localhost:4000` in your browser.
3939

40-
## 📄 License
40+
## License
4141
This project is based on the [Academic Pages](https://github.com/academicpages/academicpages.github.io) template, which is derived from the [Minimal Mistakes](https://github.com/mmistakes/minimal-mistakes) theme, licensed under the MIT License.

0 commit comments

Comments
 (0)