File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ repo_theme_dark: dark # https://github.com/anuraghazra/github-readme-s
4242# will use title and url fields
4343# Take a look to https://github.com/jekyll/jekyll-feed for more customization
4444
45- rss_icon : true
45+ rss_icon : false
4646
4747# -----------------------------------------------------------------------------
4848# Layout
@@ -72,6 +72,7 @@ github_username: hychiang-git # your GitHub user name
7272gitlab_username : # your GitLab user name
7373twitter_username : yueh_ch # your Twitter handle
7474mastodon_username : # your mastodon instance+username in the format instance.tld/@username
75+ dockerhub_username : hychiang
7576linkedin_username : hung-yueh-chiang-25898ba3 # your LinkedIn user name
7677telegram_username : # your Telegram user name
7778scholar_userid : 2uTRM0MAAAAJ # your Google Scholar ID
Original file line number Diff line number Diff line change 2525 {%- if site.github_username -%}
2626 < a href ="https://github.com/{{ site.github_username }} " title ="GitHub "> < i class ="fab fa-github "> </ i > </ a >
2727 {% endif %}
28+ {%- if site.dockerhub_username -%}
29+ < a href ="https://hub.docker.com/u/{{ site.dockerhub_username }} " title ="DockerHub "> < i class ="fab fa-docker "> </ i > </ a >
30+ {% endif %}
2831 {%- if site.linkedin_username -%}
2932 < a href ="https://www.linkedin.com/in/{{ site.linkedin_username }} " title ="LinkedIn "> < i class ="fab fa-linkedin "> </ i > </ a >
3033 {% endif %}
You can’t perform that action at this time.
0 commit comments