@@ -30,22 +30,22 @@ minima:
30
30
31
31
# Generate social links in footer.
32
32
#
33
- # social_links:
33
+ social_links :
34
+ - { platform: github, user_url: "https://github.com/vllm-project/vllm" }
35
+ - { platform: x, user_url: "https://x.com/vllm_project" }
36
+ - { platform: linkedin, user_url: "https://www.linkedin.com/company/vllm-project" }
34
37
# - { platform: devto, user_url: "https://dev.to/jekyll" }
35
38
# - { platform: dribbble, user_url: "https://dribbble.com/jekyll" }
36
39
# - { platform: facebook, user_url: "https://www.facebook.com/jekyll" }
37
40
# - { platform: flickr, user_url: "https://www.flickr.com/photos/jekyll" }
38
- # - { platform: github, user_url: "https://github.com/jekyll/minima" }
39
41
# - { platform: google_scholar, user_url: "https://scholar.google.com/citations?user=qc6CJjYAAAAJ" }
40
42
# - { platform: instagram, user_url: "https://www.instagram.com/jekyll" }
41
43
# - { platform: keybase, user_url: "https://keybase.io/jekyll" }
42
- # - { platform: linkedin, user_url: "https://www.linkedin.com/in/jekyll" }
43
44
# - { platform: microdotblog, user_url: "https://micro.blog/jekyll" }
44
45
# - { platform: pinterest, user_url: "https://www.pinterest.com/jekyll" }
45
46
# - { platform: stackoverflow, user_url: "https://stackoverflow.com/users/1234567/jekyll" }
46
47
# - { platform: telegram, user_url: "https://t.me/jekyll" }
47
48
# - { platform: twitter, user_url: "https://twitter.com/jekyllrb" }
48
- # - { platform: x, user_url: "https://x.com/jekyllrb" }
49
49
# - { platform: youtube, user_url: "https://www.youtube.com/jekyll" }
50
50
51
51
# If you want to link only specific pages in your header, uncomment this and add the path to the pages in
0 commit comments