UNPKG

@dakingindanorf/hive

Version:

A template for creating a nuxt generated static site using Netlify CMS to power the backend. Individual site components can be managed through Bit

99 lines 3.19 kB
{ "title": "Landing Page", "components": [ { "type": "hero", "image_size": "scale", "color": "primary", "title": "Static sites made easy", "text": "", "cta": { "cta_text": "Get Started", "cta_link": "/get-started" }, "image": "/imgs/logos_portfolio_logo.jpg", "advanced": { "background_color": "background", "width": "site", "padding": "none" } }, { "type": "divider", "color": "accent", "width": "site", "background_color": "background", "divider_color": "accent", "advanced": { "background_color": "transparent", "width": "site", "padding": "none" } }, { "type": "content_basic", "alignment": "center", "advanced": { "background_color": "transparent", "width": "site", "padding": "med" }, "text": "Hive allows users to create Nuxt generated static sites with a NetlifyCMS backend for their content. Site components can be build from a selection of Bits that will grow and expand over time as the community develops.", "title": "THE HIVE" }, { "type": "content_columns", "columns": [ { "type": "column", "title": "Nuxt", "image": "/imgs/nuxt.svg", "text": "A static site generator framework powered by Vue. This will be the backbone of your site and can be expanded quite easily with other packaged in the Vue or npm ecosystem.", "link_url": "https://nuxtjs.org/" }, { "type": "column", "title": "NetlifyCMS", "image": "/imgs/netlify-cms.svg", "text": "By using NetlifyCMS your content becomes easier to manage and change on the fly. Even allow workflow approval for content changes.", "link_url": "https://www.netlifycms.org/" }, { "type": "column", "title": "Bit", "image": "/imgs/bit.png", "text": "Where the starting component included in Hive live. This is your interface to copy, edit, create or be inspired by all the components that will come to live here.", "link_url": "https://bit.dev/the_hive" } ], "alignment": "center", "text": "Let Hive serve as a starting point for your next static site. With a headless CMS and starter components to get you going, your next site will be up in record time.", "title": "Static Sites Made Easy", "advanced": { "background_color": "background", "width": "site", "padding": "med" } }, { "type": "cta", "title": "Help Hive To Grow", "text": "Jump in and get involved with the community how ever you choose.", "button_primary": { "btn_text": "Community", "link": "community" }, "background_color": "dark", "advanced": { "background_color": "accent", "width": "full", "padding": "large" }, "button_secondary": { "btn_text": "Roadmap", "link": "roadmap" } } ], "slug": "landing-page" }