You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* giteaofficial/main:
Remove `title` from elements on Org mode (go-gitea#27968)
Add Profile Readme for Organisations (go-gitea#27955)
Allow to set explore page default sort (go-gitea#27951)
Copy file name to clipboardExpand all lines: docs/content/administration/config-cheat-sheet.en-us.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -229,8 +229,9 @@ The following configuration set `Content-Type: application/vnd.android.package-a
229
229
add it to this config.
230
230
-`DEFAULT_SHOW_FULL_NAME`: **false**: Whether the full name of the users should be shown where possible. If the full name isn't set, the username will be used.
231
231
-`SEARCH_REPO_DESCRIPTION`: **true**: Whether to search within description at repository search on explore page.
232
-
-`ONLY_SHOW_RELEVANT_REPOS`: **false** Whether to only show relevant repos on the explore page when no keyword is specified and default sorting is used.
232
+
-`ONLY_SHOW_RELEVANT_REPOS`: **false**: Whether to only show relevant repos on the explore page when no keyword is specified and default sorting is used.
233
233
A repo is considered irrelevant if it's a fork or if it has no metadata (no description, no icon, no topic).
234
+
-`EXPLORE_PAGING_DEFAULT_SORT`: **recentupdate**: Change the sort type of the explore pages. Valid values are "recentupdate", "alphabetically", "reverselastlogin", "newest" and "oldest"
Copy file name to clipboardExpand all lines: docs/content/usage/profile-readme.en-us.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,7 @@ menu:
15
15
16
16
# Profile READMEs
17
17
18
-
To display a Markdown file in your Gitea profile page, simply create a repository named `.profile` and add a new file called `README.md`. Gitea will automatically display the contents of the file on your profile, above your repositories.
18
+
To display a Markdown file in your Gitea user or organization profile page, create a repository named `.profile` and add a new file named `README.md` to it.
19
+
Gitea will automatically display the contents of the file on your profile, in a new "Overview" above your repositories.
19
20
20
21
Making the `.profile` repository private will hide the Profile README.
0 commit comments