Skip to content

Commit f0a3202

Browse files
authored
Add social links (#31)
Signed-off-by: Harry Mellor <19981378+hmellor@users.noreply.github.com>
1 parent 2ae1f8e commit f0a3202

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

_config.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,22 +30,22 @@ minima:
3030

3131
# Generate social links in footer.
3232
#
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" }
3437
# - { platform: devto, user_url: "https://dev.to/jekyll" }
3538
# - { platform: dribbble, user_url: "https://dribbble.com/jekyll" }
3639
# - { platform: facebook, user_url: "https://www.facebook.com/jekyll" }
3740
# - { platform: flickr, user_url: "https://www.flickr.com/photos/jekyll" }
38-
# - { platform: github, user_url: "https://github.com/jekyll/minima" }
3941
# - { platform: google_scholar, user_url: "https://scholar.google.com/citations?user=qc6CJjYAAAAJ" }
4042
# - { platform: instagram, user_url: "https://www.instagram.com/jekyll" }
4143
# - { platform: keybase, user_url: "https://keybase.io/jekyll" }
42-
# - { platform: linkedin, user_url: "https://www.linkedin.com/in/jekyll" }
4344
# - { platform: microdotblog, user_url: "https://micro.blog/jekyll" }
4445
# - { platform: pinterest, user_url: "https://www.pinterest.com/jekyll" }
4546
# - { platform: stackoverflow, user_url: "https://stackoverflow.com/users/1234567/jekyll" }
4647
# - { platform: telegram, user_url: "https://t.me/jekyll" }
4748
# - { platform: twitter, user_url: "https://twitter.com/jekyllrb" }
48-
# - { platform: x, user_url: "https://x.com/jekyllrb" }
4949
# - { platform: youtube, user_url: "https://www.youtube.com/jekyll" }
5050

5151
# If you want to link only specific pages in your header, uncomment this and add the path to the pages in

0 commit comments

Comments
 (0)