code4sac / openbudgetsac.org

Code for Sacramento's Open Budget Project (landing page + D3.js files)
http://openbudgetsac.org
MIT License
17 stars 25 forks source link

Migrate from Oakland to Sacramento 2 #41

Closed natebass closed 2 years ago

natebass commented 2 years ago

This change cleans up everything except the _src folder.

The release-eleventy branch will trigger the GitHub Action shown here https://github.com/code4sac/openbudgetsac.org/blob/release-eleventy/.github/workflows/deploy.yml. It deploys to the gh-pages branch. I got it to work on my fork, but it might be worth it to test if it works correctly with this pull request. This should be a safe change because it doesn't affect any application code.

Next steps

  1. Continue rewriting documents, renaming Oakland to Sacramento, started here #20 and here 117bd2d.
  2. Generate new budget data with python script, see _treemap/README.md
  3. Make changes to the _src folder, which contains the front end code.