-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature proposal: profile readmes #12233
Comments
This'd be a really neat feature! I currently link my main Account on my own Instance, but it would be neat if I could write a profile readme to basically list all my works, since they're not in one place and not every account on my instance is mine. i.e. I could do something like this: - [Account Name](LINK)
- [Project](LINK)
- [Project](LINK)
- [Account Name](LINK)
- [Project](LINK)
- [Project](LINK)
- [Project](LINK)
- [Project](LINK) This would make it, for me personally, easier to even put my personal Gitea on a Résumé/CV and then make it easy for potential employers to look through my works |
What are thoughts on this simply being a field in profile settings? Does it need to be in a magical repo with the same name as your username? (It does on GH, but in terms of Gitea) I suppose being in a repo allows users to hook it into CI, but a repo with a single README always struck me as hacky. |
Repo is much nicer, with history etc. Only put stuff in the DB when it needs to be queried. |
i like how github did it tbh |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
We are in 2021 and I strongly agree with this feature, I fond this webpage looking for a way to use a README.md as profile on gitea. |
Where should we store the |
In github its github.com/Username/Username |
|
On orgs, github uses |
That sounds also OK. |
|
Or we can reuse |
Don't forget to also implement this on organizations. |
This comment has been minimized.
This comment has been minimized.
This feature would be great! |
hey! no update on this? |
Also waiting for this :) |
Hey there! I saw this issue listed on bsource a year back. I would like to work on it if its still open :) |
@pratik2315 Contributions are always welcome. The issue is still open, there is no PR referenced, so... grab yourself a cup of tea and create some magic, I'd say. 😉 Feel free to join the Gitea Discord server in case you have questions. There is also a develop channel. |
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as duplicate.
This comment was marked as duplicate.
This comment was marked as duplicate.
This comment was marked as duplicate.
This comment was marked as duplicate.
This comment was marked as duplicate.
Implementation-wise, I think calling it Problems with the former have already been mentioned. For the latter, I just think something more neutral than Additionally, this could be the basis for future features, as GitHub allows an org to put org-wide issue templates in this repo also. Something like that might be a useful feature in the future. |
I'm currently trying to implement this :) |
@LAX18 I suppose the message could be a bit more descriptive... How about " |
I was meaning more about the placement. Eventually it won't be visible at all if there is not a |
Yeah, the placement is good. |
Implements displaying a README.md file present in a users ```.profile``` repository on the users profile page. If no such repository/file is present, the user's profile page remains unchanged. Example of user with ```.profile/README.md``` ![image](https://user-images.githubusercontent.com/34464552/222757202-5d53ac62-60d9-432f-b9e3-2537ffa91041.png) Example of user without ```.profile/README.md``` ![image](https://user-images.githubusercontent.com/34464552/222759972-576e058b-acd4-47ac-be33-38a7cb58cc81.png) This pull request closes the feature request in #12233 Special thanks to @techknowlogick for the help in the Gitea discord! --------- Co-authored-by: techknowlogick <[email protected]> Co-authored-by: Yarden Shoham <[email protected]> Co-authored-by: Lunny Xiao <[email protected]> Co-authored-by: yp05327 <[email protected]> Co-authored-by: Yarden Shoham <[email protected]>
PR was merged but didn't close the issue. |
Description
Basically a clone of github profile readmes. Such a good feature that's built on git. Hopefully easy to implement, as it builds on the ability to render README.md that already exists.
Screenshots
This repository README.md https://github.com/simonw/simonw is visible at https://github.com/simonw
The text was updated successfully, but these errors were encountered: