You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you need to update the content of the website, here are the key locations:
17
17
18
-
### **Site Configuration**
18
+
### Site Configuration
19
19
-**[_config.yml](_config.yml)**: Main configuration file. Update your name, bio, social links, and site title here.
20
20
-**[_data/navigation.yml](_data/navigation.yml)**: Customize the top navigation bar items.
21
21
22
-
### **Content Management**
22
+
### Content Management
23
23
-**[_pages/](_pages/)**: Contains the main pages like "About Me" (`about.md`), "CV" (`cv.md`), etc.
24
24
-**[_publications/](_publications/)**: Add or edit your research papers here as individual Markdown files.
25
25
-**[_teaching/](_teaching/)**: List your teaching experience and courses.
26
26
-**[_posts/](_posts/)**: For blog posts or research updates.
27
27
28
-
### **Profile Image**
28
+
### Profile Image
29
29
-**[images/profile.png](images/profile.png)**: Replace this file to update the sidebar avatar.
30
30
31
-
## 💻 Local Development
31
+
## Local Development
32
32
33
33
To run the site locally for testing:
34
34
@@ -37,5 +37,5 @@ To run the site locally for testing:
37
37
3. Run `bundle exec jekyll serve`.
38
38
4. Open `http://localhost:4000` in your browser.
39
39
40
-
## 📄 License
40
+
## License
41
41
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