This is the code base for my website at rathes.me.
Note: If you are looking for the website project based on Laravel, head over to rathesDot/rathes.de. However, that project is not going to be maintained anymore.
This website uses Next.js, an open source framework based on React to build websites and apps. The blog is a bunch of markdown files (stored in src/content/blog
) that are transformed into pages. Additionally, the blog list is populated with some links to external articles.
For the styling part, this website makes use of Tailwind CSS, a utility-first CSS framework.
Jest is used for testing purposes. Run
npm test
to run the tests.
This site is deployed on netlify, so whenever code is pushed to master in this repository, the changed are deployed continuously.