yuran1811's personal blog built with Nuxt
- My personal blog built with
nuxt
,@nuxt/content
and other cool tools for seo, llms, markdown, i18n, ...
- Markdown support with
@nuxt/content
- Image optimization with
@nuxt/image
- Multi-language support with
@nuxtjs/i18n
- SEO with
@nuxtjs/seo
- LLMs with
nuxt-llms
Follow these steps to set up the project locally on your machine.
Prerequisites
Make sure you have the following installed or downloaded on your machine:
Cloning the Repository
git clone https://github.com/yuran1811/yublog-nuxt.git
cd yublog-nuxt
Installation
- Enable
pnpm
to build and run the project
corepack enable pnpm
Install the project dependencies:
pnpm install
Running the Project
pnpm dev
Open http://localhost:3000 in your browser to view the project.