0.1.0 • Published 2 years ago

landonschropp.com v0.1.0

Weekly downloads
-
License
UNLICENSED
Repository
github
Last release
2 years ago

Landon Schropp's Personal Website

This repo contains the code powering my personal website. It uses Notion as a headless CMS to host the content, and uses Gatsby to generate static HTML pages.

Development

First, make sure you have Node.js and Yarn installed locally. Define the NOTION_API_TOKEN environment variable. Then you can use yarn to do everything else!

  • yarn lint: Run the linter.
  • yarn build: Build a static version of the project.
  • yarn develop: Run a local development server.

To see the other available commands, check the package.json file.

Deployment

This project uses GitHub Actions to manage all of the deployment. This is configured to run on content update as well as code updates.