Skip to content

Personal website application developed with Nuxt 3 and Content.

License

Notifications You must be signed in to change notification settings

eralpozcan/eralpozcan.dev

Repository files navigation

Uptime Robot status Uptime Robot ratio (30 days)

📔 About

This is a simple personal blog app built with Nuxt3, Nuxt Content and TailwindCSS. It is a work in progress and will be updated as I learn more about Nuxt3 and Nuxt Content.

📜 Features

  • Simple and clean design with TailwindCSS and DaisyUI
  • Automatic Project Page Github Integration
  • About Page
  • Blog Page with Nuxt Content
  • Contact Page with FormKeep
  • Image Kit Integration for Image Optimization with Nuxt Image
  • Light / Dark mode with Nuxt Color Mode
  • SEO friendly
  • Responsive
  • Google Analytics
  • Calendly Integration

📦 Packages / Modules

Module Version
@nuxtjs/color-mode 3.3.2
@nuxtjs/i18n 8.0.0-rc.3
@nuxtjs/image 1.1.0
@nuxtjs/tailwindcss 6.10.3
@nuxtjs/web-vitals 0.2.6
@nuxt/content 2.10.0
nuxt-calendly 0.1.17
nuxt-icon 0.6.8
nuxt-security 1.0.0
nuxt-seo 1.0.0 Multiple Toolkit

📷 Screenshots

Main Page Screenshot

Show Other Preview Screenshots About Page Screenshot Projects Page Screenshot Blog Page Screenshot Contact Page Screenshot

📦 Installation

  1. Clone this repo
  2. Install dependencies
npm install
# or
yarn install
  1. Run the development server
npm run dev
# or
yarn dev
  1. Build for production and launch server
npm run build
npm run start
# or
yarn build
yarn start
  1. Generate static project
npm run generate
# or
yarn generate