From dfcbb9bd5b5ef97b5a8172bdc4875effc61d155a Mon Sep 17 00:00:00 2001 From: khris-xp Date: Sat, 28 Oct 2023 20:58:55 +0700 Subject: [PATCH 1/8] feat: reponsive navbar --- scripts/actions/menu.ts | 8 ++++++ src/components/Header.astro | 54 ++++++++++++++++++++++++++++++++++--- 2 files changed, 59 insertions(+), 3 deletions(-) create mode 100644 scripts/actions/menu.ts diff --git a/scripts/actions/menu.ts b/scripts/actions/menu.ts new file mode 100644 index 0000000..28c6275 --- /dev/null +++ b/scripts/actions/menu.ts @@ -0,0 +1,8 @@ +const btn: HTMLElement | null = document.querySelector( + 'button.mobile-menu-button' +); +const menu: HTMLElement | null = document.querySelector('.mobile-menu'); + +btn?.addEventListener('click', () => { + menu?.classList.toggle('hidden'); +}); \ No newline at end of file diff --git a/src/components/Header.astro b/src/components/Header.astro index 6841ec7..94f38ab 100644 --- a/src/components/Header.astro +++ b/src/components/Header.astro @@ -2,11 +2,23 @@ + + + From 595f5d74d310087be19d01a90a9a130e6faf8c1d Mon Sep 17 00:00:00 2001 From: tumit Date: Sun, 29 Oct 2023 09:58:17 +0700 Subject: [PATCH 2/8] add Cert Maker by chonla --- src/content/ring.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/content/ring.json b/src/content/ring.json index eb5a496..52bc60a 100644 --- a/src/content/ring.json +++ b/src/content/ring.json @@ -350,6 +350,11 @@ "name": "ESP-32 Ultimate Weather station", "repo": "https://github.com/WasinUddy/Homelab-Environments-Monitor", "description": "An advanced weather station powered by ESP-32 and BME-280. Features a locally-hosted web interface on the ESP-32 and offers long-term monitoring capabilities through Prometheus and Grafana." + }, + { + "name": "Cert Maker", + "repo": "https://github.com/chonla/certmaker", + "description": "A PDF certificate maker." } ] } \ No newline at end of file From 74e222dce7bd3f8414ff91fbd39c058ce9cd183f Mon Sep 17 00:00:00 2001 From: Aitthi Arsa Date: Sun, 29 Oct 2023 18:18:49 +0700 Subject: [PATCH 3/8] =?UTF-8?q?=E2=9C=A8=20add=20easy=20proxy?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/content/ring.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/src/content/ring.json b/src/content/ring.json index eb5a496..10f979e 100644 --- a/src/content/ring.json +++ b/src/content/ring.json @@ -350,6 +350,14 @@ "name": "ESP-32 Ultimate Weather station", "repo": "https://github.com/WasinUddy/Homelab-Environments-Monitor", "description": "An advanced weather station powered by ESP-32 and BME-280. Features a locally-hosted web interface on the ESP-32 and offers long-term monitoring capabilities through Prometheus and Grafana." + }, + { + "name": "Easy Proxy", + "repo": "https://github.com/Aitthi/easy-proxy", + "description": "Easy Proxy, a simple proxy server designed to provide essential features for network traffic management and proxying.", + "languages": [ + "Rust" + ] } ] -} \ No newline at end of file +} From 23f4681f084976de3cfa7a0acab434e876e937a8 Mon Sep 17 00:00:00 2001 From: "voraton.l" Date: Sun, 29 Oct 2023 23:45:09 +0700 Subject: [PATCH 4/8] add proxyman-addons-type --- src/content/ring.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/content/ring.json b/src/content/ring.json index eb5a496..8298ba2 100644 --- a/src/content/ring.json +++ b/src/content/ring.json @@ -350,6 +350,12 @@ "name": "ESP-32 Ultimate Weather station", "repo": "https://github.com/WasinUddy/Homelab-Environments-Monitor", "description": "An advanced weather station powered by ESP-32 and BME-280. Features a locally-hosted web interface on the ESP-32 and offers long-term monitoring capabilities through Prometheus and Grafana." + }, + { + "name": "proxyman-addons-type", + "repo": "https://github.com/wongnai/proxyman-addons-type", + "description": "Type definition for develop Proxyman scripting", + "languages": ["typescript"] } ] } \ No newline at end of file From bdc3ca6238664852b48436a3d874c8ae76718c2c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 29 Oct 2023 16:45:26 +0000 Subject: [PATCH 5/8] chore: autopublish 2023-10-29T16:45:26Z --- src/content/ring.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/content/ring.json b/src/content/ring.json index 8298ba2..474aecd 100644 --- a/src/content/ring.json +++ b/src/content/ring.json @@ -355,7 +355,9 @@ "name": "proxyman-addons-type", "repo": "https://github.com/wongnai/proxyman-addons-type", "description": "Type definition for develop Proxyman scripting", - "languages": ["typescript"] + "languages": [ + "typescript" + ] } ] } \ No newline at end of file From 4eca44134d8969eabe04b1d3e1f3d5def6c81d43 Mon Sep 17 00:00:00 2001 From: Narisara Limpisirisant <56298563+NongSnail@users.noreply.github.com> Date: Thu, 2 Nov 2023 22:09:15 +0700 Subject: [PATCH 6/8] Create nongsnail_new_ring --- input/nongsnail_new_ring | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 input/nongsnail_new_ring diff --git a/input/nongsnail_new_ring b/input/nongsnail_new_ring new file mode 100644 index 0000000..c8f8d44 --- /dev/null +++ b/input/nongsnail_new_ring @@ -0,0 +1,5 @@ +{ + "name": "CodeMeowWorkstation", + "repo": "https://github.com/NongSnail/CodeMeowWorkstation", + "description": "Combine pictures of a computer desks and cats from everyone" +} From 12751db729bfdd7a9d48158da96c07ca8e03857a Mon Sep 17 00:00:00 2001 From: Narisara Limpisirisant <56298563+NongSnail@users.noreply.github.com> Date: Thu, 2 Nov 2023 22:55:36 +0700 Subject: [PATCH 7/8] Create nongsnail_new_ring_2 --- input/nongsnail_new_ring_2 | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 input/nongsnail_new_ring_2 diff --git a/input/nongsnail_new_ring_2 b/input/nongsnail_new_ring_2 new file mode 100644 index 0000000..d91cc00 --- /dev/null +++ b/input/nongsnail_new_ring_2 @@ -0,0 +1,5 @@ +{ + "name": "ThaiDataCommunityHub", + "repo": "https://github.com/NongSnail/ThaiDataCommunityHub", + "description": "Collect thai communities related to the data career" +} From cb28e172f20d5ff3bab54a6a844ba713aa84f0ff Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 8 Nov 2023 14:17:16 +0000 Subject: [PATCH 8/8] chore: autopublish 2023-11-08T14:17:16Z --- src/content/ring.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/ring.json b/src/content/ring.json index c02190c..40e0a85 100644 --- a/src/content/ring.json +++ b/src/content/ring.json @@ -365,4 +365,4 @@ "description": "A PDF certificate maker." } ] -} +} \ No newline at end of file