diff --git a/gridsome.config.js b/gridsome.config.js
index 265fda601..70855b3da 100644
--- a/gridsome.config.js
+++ b/gridsome.config.js
@@ -489,6 +489,20 @@ module.exports = {
path: './content/page/**/upTalks/**/*.md',
}
},
+ {
+ use: '@gridsome/source-filesystem',
+ options: {
+ typeName: 'WorkloadsMain',
+ path: './content/page/**/workloads/main/*.md',
+ }
+ },
+ {
+ use: '@gridsome/source-filesystem',
+ options: {
+ typeName: 'Workloads',
+ path: './content/page/**/workloads/**/*.md',
+ }
+ },
{
use: '@gridsome/source-filesystem',
@@ -555,7 +569,9 @@ module.exports = {
info: 'Info',
dev: 'Dev',
conversationsMain: 'ConversationsMain',
- conversations: 'Conversations'
+ conversations: 'Conversations',
+ workloadsMain: 'WorkloadsMain',
+ workloads: 'Workloads',
}
}
},
diff --git a/src/components/marketing/sections/feature-sections/SimpleColumns.vue b/src/components/marketing/sections/feature-sections/SimpleColumns.vue
new file mode 100644
index 000000000..07b5635b8
--- /dev/null
+++ b/src/components/marketing/sections/feature-sections/SimpleColumns.vue
@@ -0,0 +1,119 @@
+
+
+ {{ main.title }}
+
+
+
+ {{ section.title }}
+
+
+
+ {{ info.title }}
+
+
+
+
+