13-08-2022

  • Main Insights wrt gatsby and creating blogs with authors
    • Setup a wip setup to create pages for blog, people and projects
    • blogs can be mdx, authors should be json or yaml.
      • the transformer plugins for them will create nodes with the relevant fields being at root level. if i model them as frontmatter in an mdx file, it makes the datastructure very nested and hence hard to link with another field
    • Setting up foreign keys on gatsby via @link directive
    • Useful video lectures on building a blog with gatsby
  • People page
  • Added gatsby snippets to [[gatsby]]
  • Added a github issue about allowing tattle team members to preview the website before pushing