tinawng / Blog

A non-award winning blog about my web dev journey ✍️ Sharing quick stories on how I solve and create new things ✨

Home Page:https://blog.tina.cafe

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool





Infos

It starts with me playing around with headless CMS. And it ends with me having now a blog ✨

All blog posts are Markdown files with a Front Matter block. These files a then 'convert' to html files using Nuxt Content module. This enables cool features such as automatic retrieval of the latest posts on the landing page or gobal style and layout.

Good Reading 💖

Live

Served using Yeetify 💨

Stack

Nuxt.js

  • ⚡️ Static website generation

Nuxt Content module

  • 📄 Git-based Headless CMS

Tailwind

  • 💄 Responsive design
  • 🎨 PurgeCSS

Links

Build Process

# install dependencies
$ yarn install

# dev server with hot reload
$ yarn run dev

# build for production
$ yarn run generate

About

A non-award winning blog about my web dev journey ✍️ Sharing quick stories on how I solve and create new things ✨

https://blog.tina.cafe


Languages

Language:Vue 58.0%Language:CSS 32.5%Language:JavaScript 9.5%