Skip to content

Commit bcff83c

Browse files
committed
add dockerhub
1 parent b1e578e commit bcff83c

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

_config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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
7272
gitlab_username: # your GitLab user name
7373
twitter_username: yueh_ch # your Twitter handle
7474
mastodon_username: # your mastodon instance+username in the format instance.tld/@username
75+
dockerhub_username: hychiang
7576
linkedin_username: hung-yueh-chiang-25898ba3 # your LinkedIn user name
7677
telegram_username: # your Telegram user name
7778
scholar_userid: 2uTRM0MAAAAJ # your Google Scholar ID

_includes/social.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@
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 %}

0 commit comments

Comments
 (0)