Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save zacjones93/61533a94da13d6c54edb2e3f3e990f48 to your computer and use it in GitHub Desktop.
Save zacjones93/61533a94da13d6c54edb2e3f3e990f48 to your computer and use it in GitHub Desktop.
Example of what shape the data needs to be in
{
externalId: '292804',
type: 'course',
slug: {
current: 'create-and-deploy-a-basic-static-html-website-2960'} ,
bullets: [
'Getting Started with HTML',
'Global Structure of an HTML Document',
'Structuring Your Content',
'CSS Media queries',
'SVG Basics',
'Making Changes to the DOM',
'Deploying on Netlify ',
],
related: [
{
type: 'course',
title: 'Build An Eleventy (11ty) Site From Scratch',
meta: 'Stephanie Eckles・19m・Course',
externalPreviewImageUrl:
'https://d2eip9sf3oo6c2.cloudfront.net/tags/images/000/001/284/full/11ty.png',
path: '/playlists/build-an-eleventy-11ty-site-from-scratch-bfd3',
slug: {
current: 'build-an-eleventy-11ty-site-from-scratch-bfd3',
},
summary:
"Start from a blank project and build up to an Eleventy site that includes a blog collection and is prepared to source content from a headless CMS. You'll also learn how to add Sass as the styling solution, complete with triggering 11ty to re-compile when the Sass changes.",
},
{
type: 'course',
title: 'CSS Fundamentals',
meta: 'Tyler Clark・33m・Course',
externalPreviewImageUrl:
'https://d2eip9sf3oo6c2.cloudfront.net/series/square_covers/000/000/227/full/EGH_CSSFundamentals_Final.png',
path: '/courses/css-fundamentals',
slug: { current: 'css-fundamentals'},
summary:
'Even the most experienced developer can learn something new when it comes to using and understanding how the browser interprets CSS. In this course, we will slowly style a website according to a mocked image.',
},
],
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment