From dda073df8e3810ee7809a3b6d65e8bec20ac589c Mon Sep 17 00:00:00 2001 From: Ando Date: Tue, 25 Feb 2025 21:01:21 +0300 Subject: [PATCH 1/8] feat: add some content for `.github` openjsf profile --- .gitignore | 1 + README.md | 8 +++++++- profile/README.md | 13 +++++++++++++ profile/logo.svg | 14 ++++++++++++++ 4 files changed, 35 insertions(+), 1 deletion(-) create mode 100644 .gitignore create mode 100644 profile/README.md create mode 100644 profile/logo.svg diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e43b0f9 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.DS_Store diff --git a/README.md b/README.md index a46ae92..d1d40a0 100644 --- a/README.md +++ b/README.md @@ -1 +1,7 @@ -# .github \ No newline at end of file +# OpenJS Foundation GitHub Configuration + +This repository contains GitHub-related configuration for the `openjs-foundation` GitHub organization. + +## [`/profile`](./profile/README.md) + +This directory contains the contents of the OpenJS Foundation organization profile `README.md` at [github.com/openjs-foundation](https://github.com/openjs-foundation). diff --git a/profile/README.md b/profile/README.md new file mode 100644 index 0000000..653abe1 --- /dev/null +++ b/profile/README.md @@ -0,0 +1,13 @@ +
+ + OpenJS Foundation + +
+ +

The OpenJS Foundation is the open and neutral home for JavaScript communities.

+ +
+ +[Join the Slack workspace](https://slack-invite.openjsf.org) + +
diff --git a/profile/logo.svg b/profile/logo.svg new file mode 100644 index 0000000..303c95d --- /dev/null +++ b/profile/logo.svg @@ -0,0 +1,14 @@ + + + OpenJS Fondation + + + + + + + + + + + From af75f80106da4bf129c8fcdd2d839e9df42298d5 Mon Sep 17 00:00:00 2001 From: Ando Date: Wed, 26 Feb 2025 16:44:24 +0300 Subject: [PATCH 2/8] fix: remove unnecessary files and duplicate `README` --- .gitignore | 1 - README.md | 14 ++++++++++---- 2 files changed, 10 insertions(+), 5 deletions(-) delete mode 100644 .gitignore diff --git a/.gitignore b/.gitignore deleted file mode 100644 index e43b0f9..0000000 --- a/.gitignore +++ /dev/null @@ -1 +0,0 @@ -.DS_Store diff --git a/README.md b/README.md index d1d40a0..653abe1 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,13 @@ -# OpenJS Foundation GitHub Configuration +
+ + OpenJS Foundation + +
-This repository contains GitHub-related configuration for the `openjs-foundation` GitHub organization. +

The OpenJS Foundation is the open and neutral home for JavaScript communities.

-## [`/profile`](./profile/README.md) +
-This directory contains the contents of the OpenJS Foundation organization profile `README.md` at [github.com/openjs-foundation](https://github.com/openjs-foundation). +[Join the Slack workspace](https://slack-invite.openjsf.org) + +
From d2a114343ee55996b05e7a4f30ef1f2284428c10 Mon Sep 17 00:00:00 2001 From: Ando Date: Wed, 26 Feb 2025 20:36:50 +0300 Subject: [PATCH 3/8] fix: use symlink for readme and reference logo from github link --- README.md | 14 +------------- profile/README.md | 2 +- profile/logo.svg | 14 -------------- 3 files changed, 2 insertions(+), 28 deletions(-) delete mode 100644 profile/logo.svg diff --git a/README.md b/README.md index 653abe1..21ecb8e 100644 --- a/README.md +++ b/README.md @@ -1,13 +1 @@ -
- - OpenJS Foundation - -
- -

The OpenJS Foundation is the open and neutral home for JavaScript communities.

- -
- -[Join the Slack workspace](https://slack-invite.openjsf.org) - -
+./profile/README.md diff --git a/profile/README.md b/profile/README.md index 653abe1..bae7727 100644 --- a/profile/README.md +++ b/profile/README.md @@ -1,6 +1,6 @@
- OpenJS Foundation + OpenJS Foundation
diff --git a/profile/logo.svg b/profile/logo.svg deleted file mode 100644 index 303c95d..0000000 --- a/profile/logo.svg +++ /dev/null @@ -1,14 +0,0 @@ - - - OpenJS Fondation - - - - - - - - - - - From 25cda4cc031802cf5bcd3e8d74c3e4db70534f2c Mon Sep 17 00:00:00 2001 From: Ando Date: Wed, 26 Feb 2025 21:02:14 +0300 Subject: [PATCH 4/8] fix: use github symlink system --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 21ecb8e..120f8c5 100644 --- a/README.md +++ b/README.md @@ -1 +1 @@ -./profile/README.md +[[include:/profile/README.md]] From 89d18ecaae8482785a2dd950441513dea65178c6 Mon Sep 17 00:00:00 2001 From: Ando Date: Wed, 26 Feb 2025 21:07:21 +0300 Subject: [PATCH 5/8] fix: symlink on readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 120f8c5..74f2ca6 100644 --- a/README.md +++ b/README.md @@ -1 +1 @@ -[[include:/profile/README.md]] +/profile/README.md From 70de2979af88485957893da9cd6383af248733dc Mon Sep 17 00:00:00 2001 From: Ando Date: Wed, 26 Feb 2025 21:14:45 +0300 Subject: [PATCH 6/8] fix: use `include relative` for readme link from profile --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 120f8c5..ac29e18 100644 --- a/README.md +++ b/README.md @@ -1 +1 @@ -[[include:/profile/README.md]] +{% include_relative profile/README.md %} From dcf4278ffe1590578c8bf97c45d596d4d59ee45f Mon Sep 17 00:00:00 2001 From: Ando Date: Wed, 26 Feb 2025 21:21:15 +0300 Subject: [PATCH 7/8] fix: use relative link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ac29e18..d9fdf20 100644 --- a/README.md +++ b/README.md @@ -1 +1 @@ -{% include_relative profile/README.md %} +[README](profile/README.md) From b5996e8c7863198be30d947914cd16d8d7d4a236 Mon Sep 17 00:00:00 2001 From: Ando Date: Wed, 26 Feb 2025 21:32:51 +0300 Subject: [PATCH 8/8] fix: use duplication for readme --- README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d9fdf20..bae7727 100644 --- a/README.md +++ b/README.md @@ -1 +1,13 @@ -[README](profile/README.md) +
+ + OpenJS Foundation + +
+ +

The OpenJS Foundation is the open and neutral home for JavaScript communities.

+ +
+ +[Join the Slack workspace](https://slack-invite.openjsf.org) + +