update blog
|
Before Width: | Height: | Size: 96 KiB |
BIN
content/page/home/blogs/smart_contract_blog/scott_yeager.jpg
Normal file
|
After Width: | Height: | Size: 3.5 KiB |
@@ -1,5 +1,15 @@
|
||||
---
|
||||
id: smart_contract_blog
|
||||
image: 'https://via.placeholder.com/300'
|
||||
title: 'Building a New Internet From the Ground Up – Part 1: Introduction'
|
||||
tags: [threefold_grid, technology]
|
||||
category: [farming, cloud, foundation, aci, twin]
|
||||
image: ./new_internet.jpg
|
||||
image_caption: new internet
|
||||
excerpt: The first episode in an approachable series on the inner workings of the ThreeFold Grid.
|
||||
author: SCOTT YEAGER
|
||||
authorImg: ./scott_yeager.jpg
|
||||
path: /blog/post/an_intro_to_the_threefold_grid/
|
||||
created: 2021-07-19
|
||||
autherUrl: /people/sacha_obeegadoo/
|
||||
---
|
||||
Lorem ipsum dolor sit amet consectetur adipisicing elit. Voluptates provident nisi perspiciatis blanditiis, iusto temporibus beatae, officia odio veniam qui perferendis accusantium quia vel eos dolores veritatis doloribus deserunt quam!
|
||||
|
||||
|
||||
BIN
content/page/home/blogs/threefold_regenerates/tft_vedio.jpg
Normal file
|
After Width: | Height: | Size: 148 KiB |
@@ -1,5 +1,14 @@
|
||||
---
|
||||
id: threefold_regenerates
|
||||
image: 'https://via.placeholder.com/300'
|
||||
title: 'Welcome to ThreeFol'
|
||||
tags: [threefold_grid, digital_twin, why, technology, farming]
|
||||
category: [farming, cloud, foundation, aci, twin]
|
||||
image: ./tft_vedio.jpg
|
||||
image_caption: planet positive plan
|
||||
excerpt: 'A New Internet for Everyone. By Everyone. Everywhere.'
|
||||
author: ''
|
||||
created: 2021-05-15
|
||||
authorImg: ''
|
||||
path: https://www.youtube.com/watch?v=5DtVU66Z74s
|
||||
autherUrl: ''
|
||||
---
|
||||
Lorem ipsum dolor sit amet consectetur adipisicing elit. Voluptates provident nisi perspiciatis blanditiis, iusto temporibus beatae, officia odio veniam qui perferendis accusantium quia vel eos dolores veritatis doloribus deserunt quam!
|
||||
|
Before Width: | Height: | Size: 96 KiB |
BIN
content/page/home/blogs/zero_os_blog/sam_taggart.jpg
Normal file
|
After Width: | Height: | Size: 475 KiB |
BIN
content/page/home/blogs/zero_os_blog/the_threefold_movement.png
Normal file
|
After Width: | Height: | Size: 133 KiB |
@@ -1,5 +1,15 @@
|
||||
---
|
||||
id: zero_os_blog
|
||||
image: 'https://via.placeholder.com/300'
|
||||
title: 'Into the Fold – The ThreeFold Movement'
|
||||
tags: [threefold_grid, technology, ]
|
||||
category: [farming, cloud, foundation, twin]
|
||||
image: ./the_threefold_movement.png
|
||||
image_caption: zero os
|
||||
excerpt: It's not by mistake that you're here, reading this post. You can feel that a global shift is happening. And you want to do something about it.
|
||||
author: Sam Taggart
|
||||
created: 2021-07-20
|
||||
authorImg: ./sam_taggart.jpg
|
||||
path: /blog/post/the_threefold_movement/
|
||||
autherUrl: /people/sacha_obeegadoo/
|
||||
---
|
||||
Lorem ipsum dolor sit amet consectetur adipisicing elit. Voluptates provident nisi perspiciatis blanditiis, iusto temporibus beatae, officia odio veniam qui perferendis accusantium quia vel eos dolores veritatis doloribus deserunt quam!
|
||||
|
||||
|
||||
|
Before Width: | Height: | Size: 594 KiB |
@@ -49,12 +49,12 @@
|
||||
{{ blog.title }}
|
||||
</h3>
|
||||
<div
|
||||
v-html="blog.content"
|
||||
class="mt-3 text-base leading-6 text-center text-gray-800"
|
||||
v-html="blog.excerpt"
|
||||
class="mt-3 text-base leading-6 text-gray-500"
|
||||
></div>
|
||||
</a>
|
||||
</div>
|
||||
<div class="mt-6 flex items-center" v-if="blog.authorImg">
|
||||
<!-- <div class="mt-6 flex items-center">
|
||||
<div class="flex-shrink-0">
|
||||
<a :href="blog.autherUrl">
|
||||
<img
|
||||
@@ -64,19 +64,19 @@
|
||||
/>
|
||||
</a>
|
||||
</div>
|
||||
<div class="ml-3" v-if="blog.author">
|
||||
<div class="ml-3">
|
||||
<p class="text-sm leading-5 font-medium text-gray-900">
|
||||
<a :href="blog.autherUrl" class="hover:underline">
|
||||
{{ blog.author }}
|
||||
</a>
|
||||
</p>
|
||||
<!-- <div class="flex text-sm leading-5 text-gray-500">
|
||||
<div class="flex text-sm leading-5 text-gray-500">
|
||||
<time :datetime="blog.created"> {{ blog.created }} </time>
|
||||
<span class="mx-1"> · </span>
|
||||
<span> 6 min read </span>
|
||||
</div> -->
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div> -->
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -99,4 +99,4 @@ export default {
|
||||
},
|
||||
},
|
||||
};
|
||||
</script>
|
||||
</script>
|
||||
@@ -199,10 +199,17 @@
|
||||
id
|
||||
title
|
||||
}
|
||||
blogs{
|
||||
blogs{
|
||||
id
|
||||
image
|
||||
content
|
||||
tags
|
||||
title
|
||||
path
|
||||
author
|
||||
autherUrl
|
||||
authorImg
|
||||
excerpt
|
||||
created
|
||||
}
|
||||
cta2{
|
||||
id
|
||||
|
||||