Skip to content

Latest commit

 

History

History
60 lines (40 loc) · 1.7 KB

README.md

File metadata and controls

60 lines (40 loc) · 1.7 KB

Effective Altruism UW–Madison Website

An effective altruism website built with Next.js. Browse through a live demo. Any other EA organizations are welcome to use this template.

This site is based on the "Justice" template made by CloudCannon.

Deploy to CloudCannon

Features

  • Contact form
  • Events from Google Calendar
  • Pre-built pages
  • Pre-styled components
  • Staff and author system
  • Configurable footer
  • Optimized for editing in CloudCannon
  • SEO tags
  • Google Analytics

Setup

  1. Add your site and author details in data/seo.json.
  2. Add your Google Analytics and Disqus keys to data/site.json.
  3. Get a workflow going to see your site's output (with CloudCannon or Next.js locally).

Develop

This website is built with Next.js (version 13.0.0).

$ npm install
$ npm run dev

Editing

This website is optimized for adding, updating and removing pages, staff, projects, company details and footer elements in CloudCannon.

Contact Form

  • Preconfigured to work with CloudCannon.
  • Sends email to the address listed in company details.

Staff

  • Reused around the site to save multiple editing locations.

Footer

  • Exposed as a data file to give clients better access.
  • Set in the Data / Footer section.

Company details

  • Reused around the site to save multiple editing locations.
  • Set in the Data / Company section.