digitalcrust / digitalcrust-website

Website for the DigitalCrust community organization
https://digitalcrust.org
3 stars 2 forks source link

Restructure repository to declutter and foreground content directory #8

Closed davenquinn closed 1 year ago

davenquinn commented 1 year ago

This PR declutters the repository for easier navigation.

  1. Remove one level of nesting for content:
    • Move all content to the content directory from text/content
    • Move drafts from text/notes to content/__drafts__
  2. Move application files (Typescript, Node modules, etc.) to the site directory.

Most contributors will work on the content side of this repository, so this should reduce noise and complexity. The only cost will be having to work in the site directory for code development.

davenquinn commented 1 year ago

This addresses #1.