We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac8d246 commit b2e947bCopy full SHA for b2e947b
_config.yml
@@ -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