From f18bf99fccc72516275b6539978f461744276230 Mon Sep 17 00:00:00 2001 From: Ayo Ayco Date: Wed, 17 Apr 2024 21:15:49 +0200 Subject: [PATCH] feat: display date updated on now page; update deploy script --- package.json | 4 ++-- src/pages/now.astro | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index f4f0179..449961b 100644 --- a/package.json +++ b/package.json @@ -9,8 +9,8 @@ "build": "astro build", "preview": "astro preview", "astro": "astro", - "deploy": "astro build && scp -r dist/. ayo@ayco.io:~/ayco.io-flask/dist", - "copy:dist": "astro build && cp -R dist ../ayco.io-flask" + "deploy": "astro build && scp -r dist ayo@ayco.io:~/ayco.io-flask/", + "copy:dist": "astro build && cp -R dist ../ayco.io-flask/" }, "dependencies": { "@astro-reactive/form": "^0.10.0", diff --git a/src/pages/now.astro b/src/pages/now.astro index 5bb1148..d9d0113 100644 --- a/src/pages/now.astro +++ b/src/pages/now.astro @@ -9,7 +9,8 @@ const posts = await Astro.glob("./now/and-then/posts/*.astro");

Now

- What am I currently up to? + + Updated on the 9th of September, 2023

🎉 Thrilled to share I am now a Certified Professional for Software Architecture (CPSA-F®) after having completed and passed the iSAQB® – International Software Architecture Qualification Board's intensive training and examination.