Skip to content

v1.0: The Launch!

Latest
Compare
Choose a tag to compare
@michaelsnook michaelsnook released this 14 Apr 07:24
· 5 commits to master since this release

This is version 1 of The Blue Dawn's website. It's a relatively content-complete version of what we currently have in mind.

Technical debt

  1. The cards on the "what we do" section of the home page are all hardcoded. They should be reworked to pull from pages whose post_parent is a "what-we-do" page and pull excerpt and thumbnail from those pages so the content and makeup of that section can be managed through the admin.
  2. There is still a mix of blade and twig templates in use. The pages and the home page are Twig, but Posts and sundries (like search) are the default Sage blade templates. This also means maintaining two versions of the wrapper (base.twig + app.blade.php) and elements like the header and footer.

Planned future work

  1. home.php supports the use of other types of posts like media hits and testimonials, but they have not been included in the template/twig file.
  2. Find a way to include a feed of the Medium posts
  3. Add advanced custom fields to give Events posts a special "date" and "location" field and support them in the theme