| Name | Description | Developer code | Blurb |
| Page Title | Can be left blank. If not blank it will appear like [title] | [site_title]. If blank it will be [site_title] |
{% user text 'settings-page-title-' page.name raw: true %} | Maldon Video |
| Page description | Used in SEO and will also appear when the page is linked on social media. If blank it will use site description |
{% user text 'settings-page-description-' page.name raw: true %} | Maldon Video |
| Page image | Used in SEO and will also appear when the page is linked on social media. If blank it will use [site_image] |
{% user image page.name '-og-image' raw: true %} |
|
| Thumbnail image | Used for the news landing page image and also for banner image | {% user image page.name '-thumbnail' raw: true %} | |
| Youtube URL | Video will auto-play at the top of the page | {% user text page.name '-video-url' raw: true %} | https://youtu.be/V-ND5utugX0?si=1twKbhOMjUvbRxyT |
| Landing page title | Text to show on the landing page tile (Try to keep this short) | {% user text page.name '-tile-title' raw: true %} | Maldon Video |
| Author | Appears below the title | {{ post_author }} | |
| Date | Appears below the title | {% user text page.name '-date' raw: true %} |
| Name | Description | Developer code | Blurb |
| Demo Mode | Will show some elements such as social media icons even if url is not set in the settings. | {% user text 'settings-demo-mode' raw: true %} | false |
|
Menu Style
|
Either: standard Standard top menu bar, does not stay at top on scroll sticky Will remain fixed to top of page when scrolling small Alternate menu with logo left, toggle right. |
{% user text 'settings-menu-style' raw: true %} | sticky |
| Name | Description | Developer code | Blurb |
| Site title | Displays in the tab and used for SEO. Used together with a page specific title when available. | {% user text 'settings-site-title' raw: true %} | Castlemaine Property Group |
| Site description | Used in SEO and will also appear when the page is linked on social media. Used when a page specific one is not available. | {% user text 'settings-site-description' raw: true %} | We have an inherent passion for our local area, strong ties to our community and an intimate understanding of the Greater Castlemaine Area. |
| Site image | Used in SEO and will also appear when the page is linked on social media. Used when a page specific one is not available. | {% user image 'settings-site-image' raw: true %} |
|
| Name | Description | Developer code | Blurb |
| Header logo | For use in the header | {% user image 'settings-logo-header' raw: true %} |
|
| Footer logo | For use in the footer | {% user image 'settings-logo-footer' raw: true %} |
|
| Favicon light | Will appear on the browser tab in light mode | {% user image 'settings-favicon-light' raw: true %} |
|
| Favicon dark | Will appear on the browser tab in dark mode | {% user image 'settings-favicon-dark' raw: true %} |
|
| Placeholder image | Displays when a listing has no image uploaded. Image ratio 1:1 | {% user image 'settings-placeholder-image' raw: true %} |
|
| Page heading image | Appears on all pages | {% user image 'settings-static-page-header-img' raw: true %} | ![]() |
| Name | Description | Developer code | Blurb |
| Google maps key | Used for any maps | {% user text 'settings-map-key' raw: true %} | AIzaSyB50_Ro_uOwxeE2b3JKJUGxyRegOWEzbRM |
| Map marker | Marks location on map | {% user image 'settings-map-marker' raw: true %} |
|