chore: update README structure and markdownlint configuration (#180)

This PR reorganizes the awesome list in README.md by maintenance status: Active projects, Unmaintained, and Archived.
It also updates the table of contents and moves previously symbol-tagged entries into their matching sections for better readability.
Finally, .markdownlint.yaml disables MD024 to allow repeated subsection headings across those status groups.

---------

Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
Reviewed-on: https://gitea.com/gitea/awesome-gitea/pulls/180
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com>
Co-authored-by: Nicolas <bircni@icloud.com>
Co-committed-by: Nicolas <bircni@icloud.com>
This commit is contained in:
Nicolas
2026-04-05 06:13:53 +00:00
committed by Lunny Xiao
co-authored by Lunny Xiao
parent b5baf98a99
commit aa17ec1fd9
2 changed files with 196 additions and 106 deletions
+2 -1
View File
@@ -6,7 +6,8 @@ line-length: {code_blocks: false, tables: false, stern: true, line_length: -1}
no-alt-text: false
no-bare-urls: false
no-blanks-blockquote: false
no-duplicate-header: {allow_different_nesting: true}
# Parallel Active / Unmaintained / Archived blocks reuse subsection titles (e.g. "Applications").
MD024: false
no-emphasis-as-header: false
no-empty-links: false
no-hard-tabs: {code_blocks: false}