This repo is used to illustrate the article I wrote on Medium.com. It is an extract of my photography website and you'll probably find some references here and there . It is not meant to duplicate without modifications for your own use. So please don't.
This repository is used to illustrate an article on Medium about using Gridsome with Contentful for a static generated website. It is based on the default starter for Gridsome and covers the basic needs for a static generated site using the Contentful, Netlify, and Gridsome stack. The repository includes instructions for setting up a Contentful space, as well as the required content models for a gallery, page, and post. The repository also includes a <nav> component that assumes the presence of at least two pages with the slugs "about" and "contact".
This repository provides an example of using Gridsome with Contentful for a static generated website. It includes instructions for setting up a Contentful space and the required content models. The repository is based on the default Gridsome starter and includes a <nav> component that assumes the presence of two pages with specific slugs. With Gridsome providing out-of-the-box routing and data resolving, this repository covers the basic needs of a static generated website using the Contentful, Netlify, and Gridsome stack.
Gridsome is a Vue.js-based static site generator that makes it easy to build fast and flexible websites and applications by leveraging modern web technologies like GraphQL, Webpack, and hot reloading
SCSS is a preprocessor scripting language that extends the capabilities of CSS by adding features such as variables, nesting, and mixins. It allows developers to write more efficient and maintainable CSS code, and helps to streamline the development process by reducing repetition and increasing reusability.