diff --git a/content/page/home/cta3/cta3.md b/content/page/home/cta3/cta3.md index ff9d1605d..b139f8c93 100644 --- a/content/page/home/cta3/cta3.md +++ b/content/page/home/cta3/cta3.md @@ -1,7 +1,7 @@ --- id: home_cta3 -title1: -title2: +title: '' +title2: '' button: Explore the ThreeFold Universe link: /universe button2: '' diff --git a/content/page/home/cta4/cta4.md b/content/page/home/cta4/cta4.md index 2ae7e90c2..c511c568e 100644 --- a/content/page/home/cta4/cta4.md +++ b/content/page/home/cta4/cta4.md @@ -1,9 +1,9 @@ --- id: home_cta4 -title1: 'is the' -title2: 'only solution' -slogan : 'this' -subtitle : 'the threefold grid' +title: is the +title2: only solution +slogan : this +subtitle : the threefold grid button: '' link: '' button2: '' diff --git a/content/page/home/cta5/cta5.md b/content/page/home/cta5/cta5.md index 6c35dca11..fe0daaa43 100644 --- a/content/page/home/cta5/cta5.md +++ b/content/page/home/cta5/cta5.md @@ -1,9 +1,9 @@ --- id: home_cta5 title: '' -button: 'Know More' +button: Know More link: 'https://threefold.io/info/threefold#/threefold__grid_why' -button2: 'Live Stats' +button2: Live Stats link2: 'https://explorer.threefold.io/' button3: '' link3: '' diff --git a/content/page/support/header2/header2.md b/content/page/support/header2/header2.md index 17637c762..7e22e795e 100644 --- a/content/page/support/header2/header2.md +++ b/content/page/support/header2/header2.md @@ -1,9 +1,9 @@ --- id: forum_button title: '' -subtitle: +subtitle: '' btn1: ThreeFold Forum -link1: https://forum.threefold.io/ +link1: 'https://forum.threefold.io/' btn2: '' link2: '' --- diff --git a/content/page/support/support.md b/content/page/support/support.md index 5c1831c3e..5d03827a4 100644 --- a/content/page/support/support.md +++ b/content/page/support/support.md @@ -10,12 +10,11 @@ header_altImg: support header_excerpt: '' button: '' link: '' -productsMain2: faqMain -productData2: [tf_faq, farming_faq, token_faq] +productsMain: faqMain +productData: [tf_faq, farming_faq, token_faq] header: forum solution_image2: ./forum.png header2: forum_button -header3: telegram logosMain: support_logosMain logos: [support_tele_1, support_tele_4, support_tele_3, support_tele_2] header4: live_chat diff --git a/gridsome.config.js b/gridsome.config.js index 2ecc079f3..39d1ff7a9 100644 --- a/gridsome.config.js +++ b/gridsome.config.js @@ -11,21 +11,6 @@ module.exports = { plugins: [ // 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', @@ -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', options: { @@ -62,7 +31,7 @@ module.exports = { { use: '@gridsome/source-filesystem', options: { - typeName: 'Header', + typeName: 'Header2', path: './content/page/**/header2/*.md', } }, @@ -70,7 +39,7 @@ module.exports = { { use: '@gridsome/source-filesystem', options: { - typeName: 'Header', + typeName: 'Header3', path: './content/page/**/header3/*.md', } }, @@ -78,18 +47,11 @@ module.exports = { { use: '@gridsome/source-filesystem', options: { - typeName: 'Header', + typeName: 'Header4', path: './content/page/**/header4/*.md', } }, - { - use: '@gridsome/source-filesystem', - options: { - typeName: 'SolutionsHeader', - path: './content/page/**/headerSolution/*.md', - } - }, { use: '@gridsome/source-filesystem', @@ -101,29 +63,15 @@ module.exports = { { use: '@gridsome/source-filesystem', options: { - typeName: 'ProductTitle', - path: './content/page/**/productData/**/*.md', + typeName: 'ProductMain', + path: './content/page/**/productData/main/*.md', } }, { use: '@gridsome/source-filesystem', options: { - typeName: 'Product', - path: './content/page/**/productData2/**/*.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', + typeName: 'FeaturesMain2', + path: './content/page/**/features2/main/*.md', } }, { @@ -160,7 +108,7 @@ module.exports = { { use: '@gridsome/source-filesystem', options: { - typeName: 'Cta', + typeName: 'Cta2', path: './content/page/**/cta2/*.md', } }, @@ -168,7 +116,7 @@ module.exports = { { use: '@gridsome/source-filesystem', options: { - typeName: 'Cta', + typeName: 'Cta3', path: './content/page/**/cta3/*.md', } }, @@ -176,7 +124,7 @@ module.exports = { { use: '@gridsome/source-filesystem', options: { - typeName: 'Cta', + typeName: 'Cta4', path: './content/page/**/cta4/*.md', } }, @@ -184,26 +132,11 @@ module.exports = { { use: '@gridsome/source-filesystem', options: { - typeName: 'Cta', + typeName: 'Cta5', 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', 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', @@ -441,47 +351,28 @@ module.exports = { typeName: 'MarkdownPage', path: './content/page/*/*.md', refs: { - cards: 'Card', - slides: 'Slide', contactData: 'Contact', header: 'Header', - header2: 'Header', - header3: 'Header', - header4: 'Header', - headerSolution: 'SolutionsHeader', - howItWorks: 'HowItWorks', - howItWorksMain: 'HowItWorks', - productsMain: 'ProductTitle', + header2: 'Header2', + header3: 'Header3', + header4: 'Header4', + productsMain: 'ProductMain', productData: 'Product', - productsMain2: 'ProductTitle', - productData2: 'Product', - appsMain: 'ProductTitle', - appData: 'Product', - featuresMain: 'Features', - features: 'Features', - featuresMain2: 'Features2', + featuresMain2: 'FeaturesMain2', features2: 'Features2', logos: 'Logo', logosMain: 'LogosMain', cta: 'Cta', - cta2: 'Cta', - cta3: 'Cta', - cta4: 'Cta', - cta5: 'Cta', - signup: 'SignUp', + cta2: 'Cta2', + cta3: 'Cta3', + cta4: 'Cta4', + cta5: 'Cta5', comparisonMain: 'ComparisonMain', comparisonSecs: 'Comparison', - howItWorksMain_2: 'HowItWorks_2', - howItWorks_2: 'HowItWorks_2', - roadmap: 'Roadmap', - pricing_plansMain: 'PricingPlans', - pricingPlans: 'PricingPlans', jobsMain: 'JobsMain', - plans: 'Plans', inTheNews: 'InTheNews', brandPanel: 'BrandPanel', brandPanel2: 'BrandPanel2', - allSlides: 'About', partenershipsMain: 'PartenershipsMain', partnerships: 'Partenerships', stats: 'Stats', diff --git a/src/pages/Index.vue b/src/pages/Index.vue index 7dc3c25ce..a3ae711e6 100644 --- a/src/pages/Index.vue +++ b/src/pages/Index.vue @@ -144,15 +144,6 @@ button url } - cards{ - id - title - image - button - link - order - content - } cta{ id title @@ -198,7 +189,7 @@ } cta3{ id - title1 + title title2 content button @@ -210,7 +201,7 @@ } cta4{ id - title1 + title title2 subtitle slogan @@ -291,10 +282,6 @@ image url } - headerSolution{ - subtitle - content - } inTheNews { id content @@ -303,14 +290,6 @@ logo } } - signup{ - id - title - button1 - link1 - button2 - link2 - } videoPanel { id video diff --git a/src/templates/MarkdownPage.vue b/src/templates/MarkdownPage.vue index f1fefdc3b..a38a6a600 100644 --- a/src/templates/MarkdownPage.vue +++ b/src/templates/MarkdownPage.vue @@ -224,12 +224,12 @@ - + /> -->