Overview:
This is a personal website template that aims to be easy to set up and use. It provides a hassle-free way to create and customize a personal website.
Features:
- Easy installation and setup process
- Live preview with hot compiling for easy development
- Production build option with gzip compression
- Pre-rendering option for improved performance
- Customization options for changing the base URL, favicons, avatar, title, UI, reCAPTCHA public key, translations, and adding icons
- Integration with form backends for the contact form
Installation:
To install and use this template, you will need to have either Yarn or npm installed.
Yarn:
- Run
yarn
to install and update dependencies. - Use
yarn dev
to launch a local web server with hot compiling for easy development. - Use
yarn build
to build the website in production mode to the dist/ folder. - Optionally, use
yarn build-gz
to build a gzip compressed version of the app in the dist/ folder. - Optionally, use
yarn build-render
to build the website in production mode and pre-render it to the dist/ folder. - Optionally, use
yarn pre-render
to pre-render the previously built website.
npm:
- Run
npm install
to install and update dependencies. - Use
npm run dev
to launch a local web server with hot compiling for easy development. - Use
npm run build
to build the website in production mode to the dist/ folder. - Optionally, use
npm run build-gz
to build a gzip compressed version of the app in the dist/ folder. - Optionally, use
npm run build-render
to build the website in production mode and pre-render it to the dist/ folder. - Optionally, use
npm run pre-render
to pre-render the previous built website.
Summary:
This personal website template provides an easy-to-use solution for creating and customizing a personal website. It offers features such as live preview, production build options, customization options, and integration with form backends. The installation process is straightforward using either Yarn or npm. Overall, this template aims to make the website setup process hassle-free.