-
-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Add Gitea Profile Readmes #23260
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
Merged
Merged
Add Gitea Profile Readmes #23260
Changes from all commits
Commits
Show all changes
45 commits
Select commit
Hold shift + click to select a range
67fca4c
Preliminary md injection
npease18 067cb77
Hardcoded .profile fetch in profile
npease18 ec75550
Complete - User Profile MD V.1
npease18 31c95d2
Merge branch 'go-gitea:main' into main
npease18 dd184eb
Cleaning Up - Added Comment, Better Var Naming
npease18 ac2721b
Boot out the hitchhiking Go binary
npease18 687ecd5
Additional Cleanup, Passed Lint, Docs
npease18 a90dce2
Optimization, Squash GitRepo Bug
npease18 67d8115
Will use default branch
npease18 4ef8df2
Fail's quietely - Won't Disrupt Tests
npease18 f9dcf37
pull via git instead of http
techknowlogick b569e00
Merge pull request #1 from techknowlogick/profile
npease18 c27e5ea
Created Overview Tab, Moved Profile Display
npease18 d187f13
Use Repo Default Branch
npease18 3920bda
Merge branch 'main' into main
npease18 3c1e17a
Merge branch 'main' into main
npease18 e36847d
When no README present, Don't display anything
npease18 3f7890e
Oversight, remove TODO
npease18 5ef464a
Add return statements to errors
npease18 d13aad6
Merge branch 'go-gitea:main' into main
npease18 e8103ba
Rebase - Bring Up To Date
npease18 8a9b758
Merge branch 'main' into main
npease18 70a0261
Migration to new CSS structure
npease18 27245a5
Merge branch 'main' of https://github.com/LAX18/gitea into main
npease18 277191a
Update docs/content/doc/usage/profile-readme.en-us.md as per recommen…
npease18 3a105ad
Update docs/content/doc/usage/profile-readme.en-us.md as per suggestion
npease18 92b4ee8
Merge branch 'main' into main
npease18 8aede6e
Consolidate else and if statements in accordance with @lunny's sugges…
npease18 0718169
Merge branch 'main' into main
npease18 782ffb7
Merge branch 'main' into main
npease18 c14f567
Refactor Logic
npease18 1288de9
Update routers/web/user/profile.go
npease18 0f5feed
Update routers/web/user/profile.go
npease18 e5caf8f
Formatting Changes
npease18 b642c2e
Merge branch 'main' into main
npease18 34574ad
Working Again
npease18 1cb8d40
Update docs/content/doc/usage/profile-readme.en-us.md
lunny a1588e8
Updates to .profile docs
npease18 881d52b
Show .ProfileButton on all profile tabs
npease18 c63f191
Unified Profile Menubar
npease18 9dab776
Merge pull request #3 from LAX18/profile-tabs-consolidate
npease18 c4bf572
Merge branch 'main' into main
npease18 c0675e4
Refactor to remove unneeded and duplicate code
npease18 623d562
Rework Templates to save duplicate code
npease18 0ec40c4
Merge branch 'main' into main
GiteaBot File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
--- | ||
date: "2023-03-02T21:00:00+05:00" | ||
title: "Usage: Gitea Profile READMEs" | ||
slug: "profile-readme" | ||
weight: 12 | ||
toc: false | ||
draft: false | ||
menu: | ||
sidebar: | ||
parent: "usage" | ||
name: "Gitea Profile READMEs" | ||
weight: 12 | ||
identifier: "profile-readme" | ||
--- | ||
|
||
# Gitea Profile READMEs | ||
|
||
To display a markdown file in your Gitea profile page, simply make a repository named ".profile" and edit the README.md file inside. Gitea will automatically pull this file in and display it above your repositories. | ||
|
||
Note. You are welcome to make this repository private. Doing so will hide your source files from public viewing and allow you to privitize certain files. However, the README.md file will be the only file present on your profile. If you wish to have an entirely private .profile repository, remove or rename the README.md file. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.