Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
A Gatsby starter built for woodworking, using Gatsby, Prismic headless CMS, and Netlify hosting to create a fast personal portfolio site.

A customizable Jekyll portfolio theme with about, portfolio, and tools sections, easily configured via _config.yml.
Woodworking is a Gatsby starter for building a woodworking website, pairing the Gatsby static site generator with Prismic headless CMS and Netlify hosting to produce a fast personal portfolio site.
Woodworking is a Gatsby starter built for woodworking websites. It takes Gatsby as the static site generator, Prismic as the headless CMS for content, and Netlify as the hosting platform, and produces a static, deployable personal website. The repository is the source of the live site at https://federico.giac.one, described as "an awesome website for an awesome brother," and is shared publicly as a starter for others to reuse.
yarn develop — running this command starts Gatsby's development server with live reload for local editing.yarn build creates the production build and yarn serve lets you navigate that local production build before deploying.yarn clean removes Gatsby build artifacts and cache.yarn format formats all CSS and JavaScript files using Prettier.The README gives a simple workflow: download the repository, run yarn to install dependencies, run yarn develop for a live preview, run yarn build for a production build, and run yarn serve to review the local production build. Development requires Node 12.X.X and Yarn 1.22.X.
Yes — the starter is publicly downloadable from its repository, and no pricing or license purchase is mentioned on the page. You can download the repository and run the documented install steps on your own machine.
The README specifies Node 12.X.X and Yarn 1.22.X as the development requisites. Install those versions before running the install and build commands.
It uses Prismic, a headless CMS. Content is managed in Prismic and pulled into the static Gatsby site during the build, so you update content in the CMS rather than editing code.
The live site is hosted on Netlify and the repository includes a Netlify deploy-status badge, so Netlify is the hosting platform the starter is set up for.
The starter is the source of the live website at https://federico.giac.one, built for Federico Giacone and described on the page as "an awesome website for an awesome brother."