Skip to content

Commit 52594de

Browse files
committed
Refactor profile
1 parent 7f1f6db commit 52594de

File tree

1 file changed

+37
-27
lines changed

1 file changed

+37
-27
lines changed

profile/readme.md

Lines changed: 37 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,47 +1,57 @@
1-
# [![unified][logo]][org]
1+
# [![unified][githubusercontent-logo]][github-unified]
22

33
**unified** is two things:
44

5-
* **[unified][site]** is a collective of 500+ free and open source packages
5+
* **[unified][unifiedjs]**
6+
is a collective of 500+ free and open source packages
67
that work with content as structured data (ASTs)
7-
* [`unified`][unified] is the core package to inspect and transform content
8-
with plugins
8+
* [`unified`][github-unified]
9+
is the core package to inspect and transform content with plugins
910

1011
Different kinds of content can be connected together.
11-
Particularly, markdown, natural language, HTML, XML, and JavaScript are
12-
frequently used.
13-
14-
* for more about us, see [`unifiedjs.com`][site]
15-
* for how the collective is governed, see [`unifiedjs/collective`][collective]
16-
* for updates, see [@unifiedjs][twitter] on Twitter
12+
Particularly,
13+
markdown,
14+
natural language,
15+
HTML,
16+
XML, and
17+
JavaScript
18+
are frequently used.
19+
20+
* for more about us,
21+
see [`unifiedjs.com`][unifiedjs]
22+
* for how the collective is governed,
23+
see [`unifiedjs/collective`][github-unified-collective]
1724

1825
#### Get involved
1926

20-
> 👉 **Note**: by interacting with this organization or community you agree to
21-
> abide by our [code of conduct][coc].
22-
23-
* for questions, see [support][]
24-
* to help, see [contribute][]
25-
* to sponsor, see [OpenCollective][oc] or [GitHub sponsors][ghs]
27+
This community has a [code of conduct][github-health-code-of-conduct].
28+
You must follow it when interacting with the community.
2629

27-
[logo]: https://raw.githubusercontent.com/unifiedjs/unified/93862e5/logo.svg?sanitize=true
30+
* for questions,
31+
see [`support.md`][github-health-support]
32+
* to help,
33+
see [`contributing.md`][github-health-contributing]
34+
* to sponsor,
35+
see [GitHub sponsors][github-sponsors],
36+
[`thanks.dev`][thanks],
37+
or [OpenCollective][]
2838

29-
[org]: https://github.com/unifiedjs
39+
[github-health-code-of-conduct]: https://github.com/unifiedjs/.github/blob/main/code-of-conduct.md
3040

31-
[unified]: https://github.com/unifiedjs/unified
41+
[github-health-contributing]: https://github.com/unifiedjs/.github/blob/main/contributing.md
3242

33-
[site]: https://unifiedjs.com
43+
[github-health-support]: https://github.com/unifiedjs/.github/blob/main/support.md
3444

35-
[twitter]: https://twitter.com/unifiedjs
45+
[github-unified]: https://github.com/unifiedjs/unified
3646

37-
[collective]: https://github.com/unifiedjs/collective
47+
[github-unified-collective]: https://github.com/unifiedjs/collective
3848

39-
[coc]: https://github.com/unifiedjs/.github/blob/main/code-of-conduct.md
49+
[opencollective]: https://opencollective.com/unified
4050

41-
[support]: https://github.com/unifiedjs/.github/blob/main/support.md
51+
[thanks]: https://thanks.dev
4252

43-
[contribute]: https://github.com/unifiedjs/.github/blob/main/contributing.md
53+
[github-sponsors]: https://github.com/sponsors/unifiedjs
4454

45-
[oc]: https://opencollective.com/unified
55+
[githubusercontent-logo]: https://raw.githubusercontent.com/unifiedjs/unified/93862e5/logo.svg?sanitize=true
4656

47-
[ghs]: https://github.com/sponsors/unifiedjs
57+
[unifiedjs]: https://unifiedjs.com

0 commit comments

Comments
 (0)