This repo contains explorations of how to build a new website for the SF Civic Tech organization.
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.
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.
Just as a stake in the ground:
- Astro for static site generation
- TypeScript
- Some sort of headless CMS
- Pico CSS as a starting point
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:
- builder.io
- Storyblok
- Payload
- Cosmic
- Static CMS
- Puck editor
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.
- sfbrigade.github.io (archived 2018-04-14)
- brigadehub-archive (snapshot from 2018-05-06)
- sfbrigade.github.io.old (archived 2018-10-13)
- codeforsanfrancisco.org (archived 2020-11-19)
- Current site on Wix
astro
- Hello, world project from the Astro CLI. Start the server with
npm run astro:dev
.
- Hello, world project from the Astro CLI. Start the server with