How to deploy VitePress on GitHub Pages using GitHub Actions
A tutorial on deploying a VitePress documentation site to GitHub Pages using an automated GitHub Actions workflow.
Simone is a web developer and technical writer sharing practical tutorials on modern frontend technologies like Vue.js, VitePress, JavaScript, and CSS, with a focus on clean code and real-world solutions.
5 articles from this blog
A tutorial on deploying a VitePress documentation site to GitHub Pages using an automated GitHub Actions workflow.
A guide to integrating the SpeechRecognition Web API into a Vue.js application using a custom composable for voice-driven features.
A tutorial on creating fluid, responsive typography using the CSS clamp() function to make font sizes scale dynamically with screen or container size.
A guide to monitoring nested data changes in Vue.js, covering methods like dot notation and deep watching for reactive side effects.
Learn to use the MutationObserver API to trigger code when specific elements are added or changed in the DOM.