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
yarnto install and update dependencies. - Use
yarn devto launch a local web server with hot compiling for easy development. - Use
yarn buildto build the website in production mode to the dist/ folder. - Optionally, use
yarn build-gzto build a gzip compressed version of the app in the dist/ folder. - Optionally, use
yarn build-renderto build the website in production mode and pre-render it to the dist/ folder. - Optionally, use
yarn pre-renderto pre-render the previously built website.
npm:
- Run
npm installto install and update dependencies. - Use
npm run devto launch a local web server with hot compiling for easy development. - Use
npm run buildto build the website in production mode to the dist/ folder. - Optionally, use
npm run build-gzto build a gzip compressed version of the app in the dist/ folder. - Optionally, use
npm run build-renderto build the website in production mode and pre-render it to the dist/ folder. - Optionally, use
npm run pre-renderto 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.