The Venus Hot Yoga website is constructed using Tailwind and Hugo hosted on Netlify.
A Yoga website typically includes information on the different types of yoga practices, the benefits of yoga, class schedules, pricing and membership options, and contact information for the studio or instructor. Image Procesing TinyJPG I also use cloudinary for images.
It may also include resources such as articles on the history and philosophy of yoga, tips for beginners, and descriptions of different yoga poses. Some yoga websites also offer online classes or tutorials, and may feature a blog or forum for discussion among practitioners.
- The
main
branch is where the site is automatically built from, and is the place to put changes relevant to the current version. - The
stage
branch is where we store changes that are related to the next release. - The
dev
branch is where we store changes that are related to the next release. - The
feature/
branch used for work on new feature.