github - 如何自定义 "GITLAB"配置文件?

标签 github gitlab repository readme

正如我们所知,如果我们在 Github 上创建一个存储库 通过准确的名称作为用户名,那么它为我们提供了一项特殊功能,允许我们通过 .README 文件自定义我们的个人资料。

但是,有什么办法可以在 GITLAB 中获得此功能吗? 还有吗?

[注意:我已经尝试通过与 Github 中相同的流程来执行此操作。但它不适用于 GITLAB .]

最佳答案

参见GitLab 14.5 (2021 年 11 月):现在应该可以了。

Add personal README to profile

You can now add a README section to your GitLab profile! This is a great way to tell others about, your interests, how you work, or anything else you want!

To add a README section, create a new public project with the same name as your user account and add a new README file.

The contents of that file are automatically shown on your GitLab profile.

https://about.gitlab.com/images/14_5/user_profiles_readme.png -- Add personal README to profile

See Documentation and Issue.


请注意GitLab 15.9 (2023 年 2 月)还包括:

Discord user ID in GitLab profile

Users can now add a link to their Discord user ID to their GitLab profile. This link is also returned through the Users API.

Thank you ideclon UK for contributing!

https://about.gitlab.com/images/15_9/manage-discord-profile.jpg -- Discord user ID in GitLab profile

See Documentation and Issue.

关于github - 如何自定义 "GITLAB"配置文件?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/69160813/

相关文章:

github - 如何在 github 上使用 bookdown.org?

git - 从现有的本地分支推送到新的在线存储库

git - 如何在Gitlab中设置默认分支?

github - 如何在 GitHub Markdown 中垂直对齐元素?

git - git reset HEAD^ --hard 是否删除所有内容?

docker - 如何从 Docker Hub 中删除存储库

git - 使用 git 的 Magento 工作流程

javascript - Breeze JS为什么要为每个工作单元创建一个新的entityManagerProvider?

GitHub 操作将 repo 作为 git 子模块 checkout

gitlab - GitLab 页面可以用于审核 mkdocs 项目上的应用程序吗?