Zachleat.com

screenshot of Zachleat.com
scss

zachleat.com is powered by Eleventy and WebC.

Overview

This document provides a guide for setting up a local development environment and installing new npm packages. It also includes important environment variables that need to be set for the project to function properly. The document references a blog post titled "zachleat.com is Dead, Long Live zachleat.com" and mentions some outstanding migration items/history related to the project.

Features

  • Local development setup with Node 12+
  • Installation of new local npm packages
  • Important environment variables required for the project
  • References to a blog post and migration items/history

Important Environment Variables

  • WEBMENTION_IO_TOKEN: Set this variable to your Webmention.io token.
scss
SCSS

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.