diff options
author | Karl Hallsby <karl@hallsby.com> | 2021-11-16 23:48:56 -0600 |
---|---|---|
committer | Karl Hallsby <karl@hallsby.com> | 2021-11-16 23:48:56 -0600 |
commit | ba83169e8d80c3026b728dd0c4c63f6b8f8e442f (patch) | |
tree | f3c61015bcdd0b2f7fb976a7f4aa3c389c0fb631 | |
parent | d6f609834e88af6ad154cea2f3734b3364852883 (diff) |
Add Gitlab username, but hide it
Hide it because my GitLab is empty
-rw-r--r-- | _config.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_config.yml b/_config.yml index 309fffb..5734b49 100644 --- a/_config.yml +++ b/_config.yml @@ -55,7 +55,7 @@ og_image: # The site-wide (default for all links) Open Graph preview image # ----------------------------------------------------------------------------- github_username: "KarlJoad" # your GitHub user name -gitlab_username: # your GitLab user name +# gitlab_username: "KarlJoad" # your GitLab user name twitter_username: # your Twitter handle linkedin_username: "karlhallsby" # your LinkedIn user name scholar_userid: # your Google Scholar ID |