Welcome to the repository for my personal blog page rcpassos.me! This blog is where I share posts about projects and technology, covering a variety of topics related to technology.
- SvelteKit: SvelteKit is used as the framework for building the blog, providing a smooth and efficient development experience.
- Tailwind CSS: Tailwind CSS is utilized for styling the blog, allowing for rapid UI development and easy customization.
- MDSVex: MDSVex is employed for markdown rendering, enabling me to write posts using Markdown syntax while taking advantage of Svelte components and features.
To run this blog locally and explore its features, follow these steps:
- Clone this repository to your local machine:
git clone https://github.com/auyer/rcpassos.me.git
npm i
npm run dev