My first blog post with Gatsby

arnel_hasanovic_M_Nd_Rka1o0_Q_unsplash_41084a2b33.jpeg Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book._

What is Lorem Ipsum?

It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.

  • first item
  • second item
  • third item

How do we use it?

const ProjectsPage = ({
  data: {
    allStrapiProject: { nodes: projects },
  },
}) => {
  return (
    <Layout>
      <section className="projects-page">
        <Projects projects={projects} title="all projects" />
      </section>
    </Layout>
  )
}

This is an example inline link.

This link has no title attribute.

←back to blog

© 2022 Bibo Chan. All rights reserved.