Skip to content

Marcosaurios/recipes

Repository files navigation

Recipes Static Site

A simple static website that will render this Repo issues as static markdown content. It categorises the issues by their frontmatter definition (ingredients, recipe type, etc)

Things I learnt

  • Prerendering: I was confused understanding how the static content loads in the load function. I thought Sveltekit will crawl this load functions and store each value in the static generated site. Instead, in the svelte.config.js options we have a useful prerendering option with an entries parameter: an array of URL pages. Sveltekit will look for each URLs in our code in the compilation time, resolving each one statically.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published