Personal website available on shadowmaru.dev using Next.js and Typescript.
$ yarn dev
$ yarn cy:run
Deploy is automatic on Vercel. Branches are deployed on Preview environment and the main branch is deployed on the Production environment.
Pages are in the pages
directory, posts are in the posts
directory (duh).
Posts are written in Markdown, with a frontmatter containing the title and the publishing date.