Releases: cdcline/demo-website
Releases · cdcline/demo-website
Adds color themes and improves Nav logic
What's Changed
- PageNav: Moved to bottom & added visual block - #60
- PageIndex: Each Page can support different colors #61
- PageIndex: Create the 4 pages with themes #62
- PageNav: Support in footer #63
- Extra links:
Full Changelog: v1.2.0...1.2.1
Read from Google Firestore
This updates the logic to read from Google Firestore for data
The demo Firestore data has been attached and the site should work with it.
What's Changed
- Update site css and js by @cdcline in #56
- Read from Google firestore by @cdcline in #58
- Load DB data into Objects by @cdcline in #39
Full Changelog: v1.1.0...v1.2.0
Sidebar Nav Improvements
This release allows the sidebar nav to link to external sites.
Basic Web Site
In this version there are 2 web pages, each with their own custom templates.
The page data is all pulled from the page_index
table. There are some minor examples of customizing templates.
It's what I'd consider the "baseline" for a website.
Google Cloud MySQL Connection
In this release we can talk to the Google Cloud MySQL instance in /dev
.
Google Secrets
This should have a functional website with Google Secrets running correctly.