ProjectEvergreen / greenwood-getting-started

Companion repository for Greenwood's Getting Started guide
https://getting-started.greenwoodjs.io
MIT License
3 stars 6 forks source link

Enhancment/issue 881 update for content over configuration #59

Closed thescientist13 closed 2 years ago

thescientist13 commented 2 years ago

Summary

As part of https://github.com/ProjectEvergreen/greenwood/issues/881, migrating the Getting Started repo to also favor content over configuration

  1. Move <meta> and <title> out of greenwood.config.js into a new template/app.html
  2. Refactored current page templates to move common code into app.html
  3. Moved favicon.ico to root of workspace

TODOs

  1. [x] Need to make sure Getting Started guide is updated accordingly
  2. [ ] Need v0.24.0 of Greenwood released when https://github.com/ProjectEvergreen/greenwood/pull/892 is merged
thescientist13 commented 2 years ago

already did this in #60