Skip to content

coderbyheart/coderbyheart.com

Repository files navigation

coderbyheart.com

Build and Release Netlify Status semantic-release Renovate Mergify Status Commitizen friendly code style: prettier

Source code for <coderbyheart.com>.

Start Gatsby

  npm ci
  npm start

How this project works

Gatsby is configured in gatsby-node.js to collect the markdown files in the content folder and turn them into pages.

The start page is rendered using the template src/templates/home.tsx. For other pages which only show content src/templates/page.tsx is used.