Clean repo

This commit is contained in:
samaradel
2021-09-16 13:49:54 +02:00
parent cc193f17b3
commit e7f66f76a0
8 changed files with 40 additions and 220 deletions

View File

@@ -1,7 +1,7 @@
--- ---
id: home_cta3 id: home_cta3
title1: title: ''
title2: title2: ''
button: Explore the ThreeFold Universe button: Explore the ThreeFold Universe
link: /universe link: /universe
button2: '' button2: ''

View File

@@ -1,9 +1,9 @@
--- ---
id: home_cta4 id: home_cta4
title1: 'is the' title: is the
title2: 'only solution' title2: only solution
slogan : 'this' slogan : this
subtitle : 'the threefold grid' subtitle : the threefold grid
button: '' button: ''
link: '' link: ''
button2: '' button2: ''

View File

@@ -1,9 +1,9 @@
--- ---
id: home_cta5 id: home_cta5
title: '' title: ''
button: 'Know More' button: Know More
link: 'https://threefold.io/info/threefold#/threefold__grid_why' link: 'https://threefold.io/info/threefold#/threefold__grid_why'
button2: 'Live Stats' button2: Live Stats
link2: 'https://explorer.threefold.io/' link2: 'https://explorer.threefold.io/'
button3: '' button3: ''
link3: '' link3: ''

View File

@@ -1,9 +1,9 @@
--- ---
id: forum_button id: forum_button
title: '' title: ''
subtitle: subtitle: ''
btn1: ThreeFold Forum btn1: ThreeFold Forum
link1: https://forum.threefold.io/ link1: 'https://forum.threefold.io/'
btn2: '' btn2: ''
link2: '' link2: ''
--- ---

View File

@@ -10,12 +10,11 @@ header_altImg: support
header_excerpt: '' header_excerpt: ''
button: '' button: ''
link: '' link: ''
productsMain2: faqMain productsMain: faqMain
productData2: [tf_faq, farming_faq, token_faq] productData: [tf_faq, farming_faq, token_faq]
header: forum header: forum
solution_image2: ./forum.png solution_image2: ./forum.png
header2: forum_button header2: forum_button
header3: telegram
logosMain: support_logosMain logosMain: support_logosMain
logos: [support_tele_1, support_tele_4, support_tele_3, support_tele_2] logos: [support_tele_1, support_tele_4, support_tele_3, support_tele_2]
header4: live_chat header4: live_chat

View File

@@ -11,21 +11,6 @@ module.exports = {
plugins: [ plugins: [
// Local models // Local models
{
use: '@gridsome/source-filesystem',
options: {
typeName: 'Card',
path: './content/page/**/cards/**/*.md',
}
},
{
use: '@gridsome/source-filesystem',
options: {
typeName: 'Slide',
path: './content/page/**/sliders/**/*.md',
}
},
{ {
use: '@gridsome/source-filesystem', use: '@gridsome/source-filesystem',
@@ -35,22 +20,6 @@ module.exports = {
} }
}, },
{
use: '@gridsome/source-filesystem',
options: {
typeName: 'HowItWorks',
path: './content/page/**/how_it_works/**/*.md',
}
},
{
use: '@gridsome/source-filesystem',
options: {
typeName: 'HowItWorks_2',
path: './content/page/**/how_it_works_2/**/*.md',
}
},
{ {
use: '@gridsome/source-filesystem', use: '@gridsome/source-filesystem',
options: { options: {
@@ -62,7 +31,7 @@ module.exports = {
{ {
use: '@gridsome/source-filesystem', use: '@gridsome/source-filesystem',
options: { options: {
typeName: 'Header', typeName: 'Header2',
path: './content/page/**/header2/*.md', path: './content/page/**/header2/*.md',
} }
}, },
@@ -70,7 +39,7 @@ module.exports = {
{ {
use: '@gridsome/source-filesystem', use: '@gridsome/source-filesystem',
options: { options: {
typeName: 'Header', typeName: 'Header3',
path: './content/page/**/header3/*.md', path: './content/page/**/header3/*.md',
} }
}, },
@@ -78,18 +47,11 @@ module.exports = {
{ {
use: '@gridsome/source-filesystem', use: '@gridsome/source-filesystem',
options: { options: {
typeName: 'Header', typeName: 'Header4',
path: './content/page/**/header4/*.md', path: './content/page/**/header4/*.md',
} }
}, },
{
use: '@gridsome/source-filesystem',
options: {
typeName: 'SolutionsHeader',
path: './content/page/**/headerSolution/*.md',
}
},
{ {
use: '@gridsome/source-filesystem', use: '@gridsome/source-filesystem',
@@ -101,29 +63,15 @@ module.exports = {
{ {
use: '@gridsome/source-filesystem', use: '@gridsome/source-filesystem',
options: { options: {
typeName: 'ProductTitle', typeName: 'ProductMain',
path: './content/page/**/productData/**/*.md', path: './content/page/**/productData/main/*.md',
} }
}, },
{ {
use: '@gridsome/source-filesystem', use: '@gridsome/source-filesystem',
options: { options: {
typeName: 'Product', typeName: 'FeaturesMain2',
path: './content/page/**/productData2/**/*.md', path: './content/page/**/features2/main/*.md',
}
},
{
use: '@gridsome/source-filesystem',
options: {
typeName: 'ProductTitle',
path: './content/page/**/productsMain2/**/*.md',
}
},
{
use: '@gridsome/source-filesystem',
options: {
typeName: 'Features',
path: './content/page/**/features/**/*.md',
} }
}, },
{ {
@@ -160,7 +108,7 @@ module.exports = {
{ {
use: '@gridsome/source-filesystem', use: '@gridsome/source-filesystem',
options: { options: {
typeName: 'Cta', typeName: 'Cta2',
path: './content/page/**/cta2/*.md', path: './content/page/**/cta2/*.md',
} }
}, },
@@ -168,7 +116,7 @@ module.exports = {
{ {
use: '@gridsome/source-filesystem', use: '@gridsome/source-filesystem',
options: { options: {
typeName: 'Cta', typeName: 'Cta3',
path: './content/page/**/cta3/*.md', path: './content/page/**/cta3/*.md',
} }
}, },
@@ -176,7 +124,7 @@ module.exports = {
{ {
use: '@gridsome/source-filesystem', use: '@gridsome/source-filesystem',
options: { options: {
typeName: 'Cta', typeName: 'Cta4',
path: './content/page/**/cta4/*.md', path: './content/page/**/cta4/*.md',
} }
}, },
@@ -184,26 +132,11 @@ module.exports = {
{ {
use: '@gridsome/source-filesystem', use: '@gridsome/source-filesystem',
options: { options: {
typeName: 'Cta', typeName: 'Cta5',
path: './content/page/**/cta5/*.md', path: './content/page/**/cta5/*.md',
} }
}, },
{
use: '@gridsome/source-filesystem',
options: {
typeName: 'SignUp',
path: './content/page/**/signup/*.md',
}
},
{
use: '@gridsome/source-filesystem',
options: {
typeName: 'About',
path: './content/about/**/*.md',
}
},
{ {
use: '@gridsome/source-filesystem', use: '@gridsome/source-filesystem',
options: { options: {
@@ -220,29 +153,6 @@ module.exports = {
} }
}, },
{
use: '@gridsome/source-filesystem',
options: {
typeName: 'Roadmap',
path: './content/page/**/roadmap/*.md',
}
},
{
use: '@gridsome/source-filesystem',
options: {
typeName: 'PricingPlans',
path: './content/page/**/pricing_plans/**/*.md',
}
},
{
use: '@gridsome/source-filesystem',
options: {
typeName: 'Plans',
path: './content/page/**/withComparisonTable/**/*.md',
}
},
{ {
use: '@gridsome/source-filesystem', use: '@gridsome/source-filesystem',
@@ -441,47 +351,28 @@ module.exports = {
typeName: 'MarkdownPage', typeName: 'MarkdownPage',
path: './content/page/*/*.md', path: './content/page/*/*.md',
refs: { refs: {
cards: 'Card',
slides: 'Slide',
contactData: 'Contact', contactData: 'Contact',
header: 'Header', header: 'Header',
header2: 'Header', header2: 'Header2',
header3: 'Header', header3: 'Header3',
header4: 'Header', header4: 'Header4',
headerSolution: 'SolutionsHeader', productsMain: 'ProductMain',
howItWorks: 'HowItWorks',
howItWorksMain: 'HowItWorks',
productsMain: 'ProductTitle',
productData: 'Product', productData: 'Product',
productsMain2: 'ProductTitle', featuresMain2: 'FeaturesMain2',
productData2: 'Product',
appsMain: 'ProductTitle',
appData: 'Product',
featuresMain: 'Features',
features: 'Features',
featuresMain2: 'Features2',
features2: 'Features2', features2: 'Features2',
logos: 'Logo', logos: 'Logo',
logosMain: 'LogosMain', logosMain: 'LogosMain',
cta: 'Cta', cta: 'Cta',
cta2: 'Cta', cta2: 'Cta2',
cta3: 'Cta', cta3: 'Cta3',
cta4: 'Cta', cta4: 'Cta4',
cta5: 'Cta', cta5: 'Cta5',
signup: 'SignUp',
comparisonMain: 'ComparisonMain', comparisonMain: 'ComparisonMain',
comparisonSecs: 'Comparison', comparisonSecs: 'Comparison',
howItWorksMain_2: 'HowItWorks_2',
howItWorks_2: 'HowItWorks_2',
roadmap: 'Roadmap',
pricing_plansMain: 'PricingPlans',
pricingPlans: 'PricingPlans',
jobsMain: 'JobsMain', jobsMain: 'JobsMain',
plans: 'Plans',
inTheNews: 'InTheNews', inTheNews: 'InTheNews',
brandPanel: 'BrandPanel', brandPanel: 'BrandPanel',
brandPanel2: 'BrandPanel2', brandPanel2: 'BrandPanel2',
allSlides: 'About',
partenershipsMain: 'PartenershipsMain', partenershipsMain: 'PartenershipsMain',
partnerships: 'Partenerships', partnerships: 'Partenerships',
stats: 'Stats', stats: 'Stats',

View File

@@ -144,15 +144,6 @@
button button
url url
} }
cards{
id
title
image
button
link
order
content
}
cta{ cta{
id id
title title
@@ -198,7 +189,7 @@
} }
cta3{ cta3{
id id
title1 title
title2 title2
content content
button button
@@ -210,7 +201,7 @@
} }
cta4{ cta4{
id id
title1 title
title2 title2
subtitle subtitle
slogan slogan
@@ -291,10 +282,6 @@
image image
url url
} }
headerSolution{
subtitle
content
}
inTheNews { inTheNews {
id id
content content
@@ -303,14 +290,6 @@
logo logo
} }
} }
signup{
id
title
button1
link1
button2
link2
}
videoPanel { videoPanel {
id id
video video

View File

@@ -224,12 +224,12 @@
<ShowcaseProducts <ShowcaseProducts
class="my-20" class="my-20"
v-if=" v-if="
$page.markdownPage.productData2 && $page.markdownPage.productData &&
$page.markdownPage.productData2.length > 0 $page.markdownPage.productData.length > 0
" "
:id="$page.markdownPage.id" :id="$page.markdownPage.id"
:main="$page.markdownPage.productsMain2" :main="$page.markdownPage.productsMain"
:products="$page.markdownPage.productData2" :products="$page.markdownPage.productData"
/> />
<SolutionsHeader <SolutionsHeader
@@ -248,10 +248,10 @@
:header="$page.markdownPage.header2" :header="$page.markdownPage.header2"
/> />
<SolutionsHeader <!-- <SolutionsHeader
v-if="$page.markdownPage.header3" v-if="$page.markdownPage.header3"
:header="$page.markdownPage.header3" :header="$page.markdownPage.header3"
/> /> -->
<logoShowcase <logoShowcase
v-if="$page.markdownPage.logos.length > 0" v-if="$page.markdownPage.logos.length > 0"
@@ -335,15 +335,6 @@
link1 link1
btn2 btn2
link2 link2
}
header3{
title
subtitle
content
btn1
link1
btn2
link2
} }
header4{ header4{
title title
@@ -370,37 +361,6 @@
image image
button button
link link
}
productsMain2{
id
title
subtitle
content
button
link
# image
}
productData2{
id
title
content
image
button
link
}
appsMain{
id
title
# slogan
content
# image
}
appData{
id
title
content
image
link
} }
comparisonMain{ comparisonMain{
id id
@@ -442,7 +402,6 @@
} }
cta3{ cta3{
title title
slogan
content content
button button
link link
@@ -523,14 +482,6 @@
mail mail
phone phone
} }
signup{
id
title
button1
link1
button2
link2
}
pageHeader { pageHeader {
id id
title title