@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
71 lines • 1.89 kB
JSON
{
"title": "Community",
"slug": "community",
"components": [
{
"type": "content_basic",
"text": "As Hive takes time to develop and grow I would encourage anyone who wants to follow, or those who would like their voices heard to use the following channels of communication. As Hive grows more channels of communication between the community may be added, but for now the ones below will receive the most attention.",
"title": "Welcome!",
"alignment": "center",
"advanced": {
"width": "site",
"background_color": "transparent",
"padding": "med"
}
},
{
"type": "divider",
"color": "accent",
"width": "small",
"advanced": {
"background_color": "transparent",
"width": "site",
"padding": "med"
},
"divider_color": "accent"
},
{
"type": "content_columns",
"columns": [
{
"type": "column",
"image": "/imgs/patreon.png",
"title": "Patreon",
"link_url": "https://www.patreon.com/thehivenetwork"
},
{
"type": "column",
"title": "GitHub",
"image": "/imgs/github.svg"
},
{
"type": "column",
"title": "NPM",
"image": "/imgs/n-64.png"
},
{
"type": "column",
"title": "Discord",
"image": "/imgs/discord.svg",
"link_url": "https://discord.gg/Mu4ahjbs"
}
],
"alignment": "center",
"advanced": {
"background_color": "transparent",
"width": "site",
"padding": "med"
}
},
{
"type": "divider",
"divider_color": "accent",
"width": "small",
"advanced": {
"background_color": "transparent",
"width": "site",
"padding": "small"
}
}
]
}