Content Aggregation:
A new homepage has been added which provides the user with a landing page which aggregates all content types and organizes them by release date. This feature requires lots of custom code to do the following:
- Display the single most recently featured content from all content types
- Filter that content out of its respective collection list
- Group and aggregate all body content into a single list, organized from newest to oldest
Mobile Navigation Bar:
A global function which swaps the outlined
icon out for the filled
version for the current-page
nav-item. Unfortunately not possible in webflow, so this feature requires custom functions.
What's Changed
- Update README.md by @ctheil in #11
- ADD: global manage nav bar active icon by @ctheil in #12
- Feat/mobile nav build by @ctheil in #13
- Feat/home aggregate content by @ctheil in #14
- FIX: paths BUILD by @ctheil in #15
- FIX: paths for / BUILD by @ctheil in #17
- DOCS: adds jsDoc func sigs for local home functions by @ctheil in #18
Full Changelog: v0.0.02...v0.11.0