Skip to content

sfbrigade/sfcivictech-site-explorations

Repository files navigation

SF Civic Tech Site Explorations

This repo contains explorations of how to build a new website for the SF Civic Tech organization.

Goals

The goals for a new production version of the site include:

  • Showcase new branding for the new SF Civic Tech name and logo.
  • Make it easy for non-developers to add content to the site, including a blog.
  • Make it easy for projects to update their own info, without having to go through the organizing team.
  • Reduce costs of website creation and hosting.

But those are not necessarily the goals for this repo. Here we want to collect experiments that help answer questions like:

  • What is a good, modern, open source tech stack?
  • Which CMSes offer a good balance of features, ease of development and cost?
  • How can information from project repos be automatically pulled into the site during the build?
  • How can we integrate other tools into the site, like Slack, Notion, Airtable, etc.?
  • What are other former CfA Brigades doing for their sites?
  • Can a new site serve as a foundation for other needs and workflows, like collecting hours worked by volunteers?

Once we have some of those questions answered, we can start working on the full implementation of the new site. We may be able to leverage some of the code from these explorations, but we may also just start over from scratch, so we can be loose with the code in this repo.

Astro proof of concept

A very rough skeleton of the site is now available at https://sfbrigade.github.io/sfcivictech-site-explorations/

The "recent" blog posts are pulled from the markdown files from the old site, and are dynamically generated during the build. The site has some basic styling from Pico CSS, but is otherwise unthemed.

Proposed tech stack

Just as a stake in the ground:

  • Astro for static site generation
  • TypeScript
  • Some sort of headless CMS
  • Pico CSS as a starting point

CMS

Requirements for the CMS:

  • Free or cheap
  • Accounts/roles for at least a few editors to login and create content as needed
  • Reasonably easy-to-use editing UI
  • Image management and automatic resizing of uploaded images

CMS options:

Old versions of the site

Some of the old site repos listed below contain old blog posts as markdown files that can be used as ready-made content for new experiments.

Packages

  • astro
    • Hello, world project from the Astro CLI. Start the server with npm run astro:dev.

About

Explorations of how to build a new website for the SF Civic Tech organization

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •