feat: display date updated on now page; update deploy script
This commit is contained in:
parent
d02dcc30ba
commit
f18bf99fcc
2 changed files with 4 additions and 3 deletions
|
@ -9,8 +9,8 @@
|
||||||
"build": "astro build",
|
"build": "astro build",
|
||||||
"preview": "astro preview",
|
"preview": "astro preview",
|
||||||
"astro": "astro",
|
"astro": "astro",
|
||||||
"deploy": "astro build && scp -r dist/. ayo@ayco.io:~/ayco.io-flask/dist",
|
"deploy": "astro build && scp -r dist ayo@ayco.io:~/ayco.io-flask/",
|
||||||
"copy:dist": "astro build && cp -R dist ../ayco.io-flask"
|
"copy:dist": "astro build && cp -R dist ../ayco.io-flask/"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@astro-reactive/form": "^0.10.0",
|
"@astro-reactive/form": "^0.10.0",
|
||||||
|
|
|
@ -9,7 +9,8 @@ const posts = await Astro.glob("./now/and-then/posts/*.astro");
|
||||||
<Layout title="Now" description="What is Ayo Ayco currently up to?">
|
<Layout title="Now" description="What is Ayo Ayco currently up to?">
|
||||||
<main>
|
<main>
|
||||||
<h1><span class="text-gradient">Now</span></h1>
|
<h1><span class="text-gradient">Now</span></h1>
|
||||||
<em>What am I currently up to?</em>
|
<!--em>What am I currently up to? Updated on the 9th of September, 2024</em-->
|
||||||
|
<em>Updated on the 9th of September, 2023</em>
|
||||||
|
|
||||||
<p>🎉 Thrilled to share I am now a Certified Professional for Software Architecture (CPSA-F®) after having completed and passed the <a href="https://www.isaqb.org/" target="_blank">iSAQB® – International Software Architecture Qualification Board</a>'s intensive training and examination.</p>
|
<p>🎉 Thrilled to share I am now a Certified Professional for Software Architecture (CPSA-F®) after having completed and passed the <a href="https://www.isaqb.org/" target="_blank">iSAQB® – International Software Architecture Qualification Board</a>'s intensive training and examination.</p>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue