diff --git a/content/writings/how-my-website-works.md b/content/writings/how-my-website-works.md index 4c83002..fbb3c48 100644 --- a/content/writings/how-my-website-works.md +++ b/content/writings/how-my-website-works.md @@ -12,7 +12,7 @@ break conventional rules, and satisfy my deep curiosity about web software. While it's still fresh in my mind, I wanted to document how this version of the site works, the tools I used to build it, and the challenges I overcame to bring it to its current state. -![Website](/writings/website.png) +![Website](/writings/how-my-website-works/website.png) ## Ideas and Goals @@ -88,6 +88,8 @@ dark mode, and keyboard shortcuts. It's an excellent tool for both beginners and #### NuxtHub & Cloudflare workers +![NuxtHub](/writings/how-my-website-works/nuxt-hub.png) + NuxtHub is an innovative deployment and management platform tailored for Nuxt, leveraging the power of Cloudflare. Deploy your application effortlessly with database, key-value, and blob storage—all configured seamlessly within your Cloudflare account. @@ -112,6 +114,8 @@ One word : `If you know SQL — you know Drizzle.` #### Nuxt Studio +![Nuxt Studio](/writings/how-my-website-works/nuxt-studio.png) + Nuxt Studio introduces a fresh editing experience for your Nuxt Content website, providing limitless customization and a user-friendly interface. Edit your website effortlessly with our editor reminiscent of Notion, fostering seamless collaboration between developers and copywriters. It offers a rich text editor, markdown support, and a live preview, diff --git a/public/writings/how-my-website-works/nuxt-hub.png b/public/writings/how-my-website-works/nuxt-hub.png new file mode 100644 index 0000000..d9ff834 Binary files /dev/null and b/public/writings/how-my-website-works/nuxt-hub.png differ diff --git a/public/writings/how-my-website-works/nuxt-studio.png b/public/writings/how-my-website-works/nuxt-studio.png new file mode 100644 index 0000000..1b2a55f Binary files /dev/null and b/public/writings/how-my-website-works/nuxt-studio.png differ diff --git a/public/writings/website.png b/public/writings/how-my-website-works/website.png similarity index 100% rename from public/writings/website.png rename to public/writings/how-my-website-works/website.png