Published on

Publish Your Blog

This project aims to be a static site generator. So basically you just generate the content using following command:

yarn generate

The generated content is located in dist. You can use whatever mechanism you have to upload to your website.

If you would like to use a static site friendly hosting service, there are many options out there and most offers free plan for personal sites. So far I have only used Netlify.

Netlify

The setup is straightforward, please just follow Netlify's own instruction. The following are used to build content and publish

Configvalue
Base directoryleave blank
Build commandpushd tailwind-nuxtjs-starter-blog && npm install && npm run generate && popd
Publish directorydist