Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 1.45 KB

README.md

File metadata and controls

23 lines (13 loc) · 1.45 KB

The website is now built using remix -> https://github.com/josemiguel-alvarez/remix-blog

jmalvarez.dev

shields shields shieldsshields

project-image

This is my personal blog where I will be posting technical content that I've learned and that I've found interesting.

This project has been created using the tailwind-nextjs-starter-blog project. It uses Next.js's Static Generation feature using Markdown files as the data source.

The blog posts are stored in /data/blog as Markdown files with front matter support. It also supports Markdown with JSX (.mdx files).

💻 Built with

Technologies used in the project:

  • NextJS
  • TailwindCSS
  • React