Overview:
Fandogh blog is a website built using VuePress, a static site generator powered by Vue. This repository contains the source code and blog posts for the Fandogh blog.
Features:
- VuePress: Fandogh blog is implemented using VuePress, which allows for efficient static site generation.
- Static site generator: VuePress generates static HTML files for each page, resulting in fast loading times and easy deployment.
- Vue-powered: VuePress utilizes the power of Vue.js to create dynamic and interactive components within the blog.
Installation:
To install the Fandogh blog, follow these steps:
- Clone the repository:
git clone [repository URL] - Install dependencies:
npm install - Build the site:
npm run build - Start the development server:
npm run dev
Summary:
Fandogh blog is a VuePress-powered website that uses a static site generator to create fast and efficient static HTML files. It leverages the power of Vue.js to create interactive components and is easy to install and deploy.