Welcome to the Static Vue Blog template! Harness the power of Vue 3, Vite, and other modern web technologies to create a static blog that's lightning-fast and SEO-friendly.
Features:
- Static generation of Markdown to HTML using vite-plugin-markdownify.
- Powered by Vue 3, Vite, Vue-Router, and Pinia for a seamless and fast user experience.
- SEO optimized for better visibility on search engines.
- Easily configurable for your personal or business needs.
npm run dev
: Start the development server.npm run build
: Build the production-ready site.npm run preview
: Preview the built site locally.npm run optimize
: Optimize image size for performance. Inputs images from./unoptimized-images/
folder to./public/
.npm run time
: This this seconds timestamp for use in blog articles.
- Adjust the robot settings in
public/robots.txt
. - Modify the configuration settings in the following files:
.env
package.json
Contributions are always welcome!
This library, herein referred to as "this Software", is provided "as is", without any warranty of any kind, expressed or implied. The author(s) and maintainer(s) of this Software do not provide any guarantee as to its functionality, correctness, or suitability for any specific purpose.
Users of this Software are solely responsible for determining the appropriateness of its use, and assume all risks associated with its use, including but not limited to the risks of program errors, damage to or loss of data, programs or equipment, and unavailability or interruption of operations.
The author(s) and maintainer(s) of this Software will not be liable for any direct, indirect, consequential, incidental, special, punitive or other damages whatsoever, including without limitation, damages for loss of business profits, business interruption, loss of business information, or other pecuniary loss, arising out of the use or inability to use this Software, even if advised of the possibility of such damages.
By using this Software, you acknowledge and agree to this disclaimer and assume full responsibility for all risk associated with the use of this Software.
This project is licensed under the MIT License. Refer to the LICENSE file for more details.