Skip to content

Commit b2e947b

Browse files
committed
Add config yml
1 parent ac8d246 commit b2e947b

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

_config.yml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
title: "My Personal Website"
2+
description: "Welcome to my website! I am a computational chemist interested in molecular dynamics and machine learning."
3+
author: "Your Name"
4+
theme: jekyll-theme-minimal # Change to a different built-in theme if needed
5+
6+
# Social Links (Optional)
7+
github_username: your-github-username
8+
linkedin_username: your-linkedin-profile
9+
twitter_username: your-twitter-handle
10+
11+
# Plugins (Optional, adds more functionality)
12+
plugins:
13+
- jekyll-feed
14+
- jekyll-seo-tag
15+
16+
# Navigation Links (Optional, for themes that support it)
17+
navbar_links:
18+
Home: "/"
19+
About: "/about"
20+
Projects: "/projects"
21+
Contact: "/contact"

0 commit comments

Comments
 (0)