From d0d5d9be3f41890b860acc415bb6e99deec7d75c Mon Sep 17 00:00:00 2001 From: Christian Emmer <10749361+emmercm@users.noreply.github.com> Date: Fri, 22 Mar 2024 20:19:19 -0700 Subject: [PATCH 1/7] Docs: rebrand --- README.md | 8 +++++-- docs/static/favicon.svg | 44 ++++++++++++++++++++++++++++++++++ docs/static/logo-dark.svg | 44 ++++++++++++++++++++++++++++++++++ docs/static/logo-light.svg | 44 ++++++++++++++++++++++++++++++++++ docs/static/netwaretcs-715.svg | 43 +++++++++++++++++++++++++++++++++ mkdocs.yml | 6 ++--- package.json | 2 +- static | 1 + 8 files changed, 186 insertions(+), 6 deletions(-) create mode 100644 docs/static/favicon.svg create mode 100644 docs/static/logo-dark.svg create mode 100644 docs/static/logo-light.svg create mode 100644 docs/static/netwaretcs-715.svg create mode 120000 static diff --git a/README.md b/README.md index 7a65ec7ed..4a04f87db 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,10 @@ -

🕹️ igir

+

🕹️ igir

-

Pronounced "eager," igir is a video game ROM collection manager to help filter, sort, patch, archive, and report on collections on any OS.

+
+ igir logo +
+ +

Pronounced "eager," Igir is a zero-setup video game ROM collection manager that sorts, filters, archives, patches, and reports on collections of any size on any OS.

CLI: Windows,macOS,Linux diff --git a/docs/static/favicon.svg b/docs/static/favicon.svg new file mode 100644 index 000000000..6a9b5bc44 --- /dev/null +++ b/docs/static/favicon.svg @@ -0,0 +1,44 @@ + + + + diff --git a/docs/static/logo-dark.svg b/docs/static/logo-dark.svg new file mode 100644 index 000000000..62cd8658c --- /dev/null +++ b/docs/static/logo-dark.svg @@ -0,0 +1,44 @@ + + + + diff --git a/docs/static/logo-light.svg b/docs/static/logo-light.svg new file mode 100644 index 000000000..668f93763 --- /dev/null +++ b/docs/static/logo-light.svg @@ -0,0 +1,44 @@ + + + + diff --git a/docs/static/netwaretcs-715.svg b/docs/static/netwaretcs-715.svg new file mode 100644 index 000000000..8f5384c14 --- /dev/null +++ b/docs/static/netwaretcs-715.svg @@ -0,0 +1,43 @@ + + + + diff --git a/mkdocs.yml b/mkdocs.yml index 21f842f67..50b4d5b50 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -2,7 +2,7 @@ site_name: igir # https://github.com/mkdocs/mkdocs/issues/1783: site_url required for sitemap.xml site_url: https://igir.io site_author: Christian Emmer -# site_description: TODO +site_description: Igir is a zero-setup video game ROM collection manager that sorts, filters, archives, patches, and reports on collections of any size on any OS. repo_name: emmercm/igir repo_url: https://github.com/emmercm/igir @@ -11,8 +11,8 @@ edit_uri: edit/main/docs/ remote_branch: gh-pages theme: - logo: logo-light.svg - favicon: logo-dark.svg + logo: static/logo-light.svg + favicon: static/favicon.svg name: material palette: diff --git a/package.json b/package.json index 486d66f50..b7a15a194 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "igir", "version": "2.6.0", - "description": "🕹 A video game ROM collection manager to help filter, sort, patch, archive, and report on collections on any OS.", + "description": "🕹 A zero-setup video game ROM collection manager that sorts, filters, archives, patches, and reports on collections of any size on any OS.", "keywords": [ "1g1r", "analogue-pocket", diff --git a/static b/static new file mode 120000 index 000000000..0120b7b2c --- /dev/null +++ b/static @@ -0,0 +1 @@ +docs/static \ No newline at end of file From 3e82ddfdba1c1bb3fb30974a2cf10624879b56e8 Mon Sep 17 00:00:00 2001 From: Christian Emmer <10749361+emmercm@users.noreply.github.com> Date: Fri, 22 Mar 2024 20:42:41 -0700 Subject: [PATCH 2/7] mv & unlink --- README.md | 2 -- static | 1 - {docs/static => static}/favicon.svg | 0 {docs/static => static}/logo-dark.svg | 0 {docs/static => static}/logo-light.svg | 0 {docs/static => static}/netwaretcs-715.svg | 0 6 files changed, 3 deletions(-) delete mode 120000 static rename {docs/static => static}/favicon.svg (100%) rename {docs/static => static}/logo-dark.svg (100%) rename {docs/static => static}/logo-light.svg (100%) rename {docs/static => static}/netwaretcs-715.svg (100%) diff --git a/README.md b/README.md index 4a04f87db..c3cfcecdf 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,3 @@ -

🕹️ igir

-
igir logo
diff --git a/static b/static deleted file mode 120000 index 0120b7b2c..000000000 --- a/static +++ /dev/null @@ -1 +0,0 @@ -docs/static \ No newline at end of file diff --git a/docs/static/favicon.svg b/static/favicon.svg similarity index 100% rename from docs/static/favicon.svg rename to static/favicon.svg diff --git a/docs/static/logo-dark.svg b/static/logo-dark.svg similarity index 100% rename from docs/static/logo-dark.svg rename to static/logo-dark.svg diff --git a/docs/static/logo-light.svg b/static/logo-light.svg similarity index 100% rename from docs/static/logo-light.svg rename to static/logo-light.svg diff --git a/docs/static/netwaretcs-715.svg b/static/netwaretcs-715.svg similarity index 100% rename from docs/static/netwaretcs-715.svg rename to static/netwaretcs-715.svg From aed1e960ddf5cfaa283d5189ec8e11b2917807ad Mon Sep 17 00:00:00 2001 From: Christian Emmer <10749361+emmercm@users.noreply.github.com> Date: Fri, 22 Mar 2024 20:42:56 -0700 Subject: [PATCH 3/7] ln -s --- docs/static | 1 + 1 file changed, 1 insertion(+) create mode 120000 docs/static diff --git a/docs/static b/docs/static new file mode 120000 index 000000000..4dab1644d --- /dev/null +++ b/docs/static @@ -0,0 +1 @@ +../static \ No newline at end of file From 1f1fd38bda429a72f2d01d11f98d327e3b37e6f1 Mon Sep 17 00:00:00 2001 From: Christian Emmer <10749361+emmercm@users.noreply.github.com> Date: Fri, 22 Mar 2024 20:46:41 -0700 Subject: [PATCH 4/7] Shorten tagline --- README.md | 2 +- mkdocs.yml | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c3cfcecdf..d46619268 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ igir logo -

Pronounced "eager," Igir is a zero-setup video game ROM collection manager that sorts, filters, archives, patches, and reports on collections of any size on any OS.

+

Pronounced "eager," Igir is a zero-setup ROM collection manager that sorts, filters, archives, patches, and reports on collections of any size on any OS.

CLI: Windows,macOS,Linux diff --git a/mkdocs.yml b/mkdocs.yml index 50b4d5b50..b192302eb 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -2,7 +2,7 @@ site_name: igir # https://github.com/mkdocs/mkdocs/issues/1783: site_url required for sitemap.xml site_url: https://igir.io site_author: Christian Emmer -site_description: Igir is a zero-setup video game ROM collection manager that sorts, filters, archives, patches, and reports on collections of any size on any OS. +site_description: Igir is a zero-setup ROM collection manager that sorts, filters, archives, patches, and reports on collections of any size on any OS. repo_name: emmercm/igir repo_url: https://github.com/emmercm/igir diff --git a/package.json b/package.json index b7a15a194..a4a56fae5 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "igir", "version": "2.6.0", - "description": "🕹 A zero-setup video game ROM collection manager that sorts, filters, archives, patches, and reports on collections of any size on any OS.", + "description": "🕹 A zero-setup ROM collection manager that sorts, filters, archives, patches, and reports on collections of any size on any OS.", "keywords": [ "1g1r", "analogue-pocket", From bc4ec033e67b6bae83efba6271a220dc2c76ee9d Mon Sep 17 00:00:00 2001 From: Christian Emmer <10749361+emmercm@users.noreply.github.com> Date: Fri, 22 Mar 2024 20:51:22 -0700 Subject: [PATCH 5/7] Spacing --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d46619268..9ea5d938e 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@

igir logo
+

Pronounced "eager," Igir is a zero-setup ROM collection manager that sorts, filters, archives, patches, and reports on collections of any size on any OS.

From 9cd9e068a1823f951890e643d19559446a7be320 Mon Sep 17 00:00:00 2001 From: Christian Emmer <10749361+emmercm@users.noreply.github.com> Date: Tue, 9 Apr 2024 11:19:21 -0700 Subject: [PATCH 6/7] Tagline update --- README.md | 2 +- mkdocs.yml | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9ea5d938e..a908f7e21 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@
-

Pronounced "eager," Igir is a zero-setup ROM collection manager that sorts, filters, archives, patches, and reports on collections of any size on any OS.

+

Pronounced "eager," Igir is a zero-setup ROM collection manager that sorts, filters, extracts or archives, patches, and reports on collections of any size on any OS.

CLI: Windows,macOS,Linux diff --git a/mkdocs.yml b/mkdocs.yml index b192302eb..65316a681 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -2,7 +2,7 @@ site_name: igir # https://github.com/mkdocs/mkdocs/issues/1783: site_url required for sitemap.xml site_url: https://igir.io site_author: Christian Emmer -site_description: Igir is a zero-setup ROM collection manager that sorts, filters, archives, patches, and reports on collections of any size on any OS. +site_description: Igir is a zero-setup ROM collection manager that sorts, filters, extracts or archives, patches, and reports on collections of any size on any OS. repo_name: emmercm/igir repo_url: https://github.com/emmercm/igir diff --git a/package.json b/package.json index a4a56fae5..15b465e87 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "igir", "version": "2.6.0", - "description": "🕹 A zero-setup ROM collection manager that sorts, filters, archives, patches, and reports on collections of any size on any OS.", + "description": "🕹 A zero-setup ROM collection manager that sorts, filters, extracts or archives, patches, and reports on collections of any size on any OS.", "keywords": [ "1g1r", "analogue-pocket", From 10b47b011fbe9344464fc99d4ccfef789e4152b4 Mon Sep 17 00:00:00 2001 From: Christian Emmer <10749361+emmercm@users.noreply.github.com> Date: Tue, 9 Apr 2024 11:19:38 -0700 Subject: [PATCH 7/7] Badges update --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a908f7e21..b04236e36 100644 --- a/README.md +++ b/README.md @@ -6,17 +6,18 @@

Pronounced "eager," Igir is a zero-setup ROM collection manager that sorts, filters, extracts or archives, patches, and reports on collections of any size on any OS.

- CLI: Windows,macOS,Linux npm: version npm: downloads GitHub: downloads GitHub: stars + GitHub: discussions

Snyk: vulnerabilities codecov: coverage Code Climate: maintainability - license + license

See the project website for complete documentation, installation & usage instructions, and examples!