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
|
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
|
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
|
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 }}
|
{{ blog.title }}
|
||||||
</h3>
|
</h3>
|
||||||
<div
|
<div
|
||||||
v-html="blog.content"
|
v-html="blog.excerpt"
|
||||||
class="mt-3 text-base leading-6 text-center text-gray-800"
|
class="mt-3 text-base leading-6 text-gray-500"
|
||||||
></div>
|
></div>
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
<div class="mt-6 flex items-center" v-if="blog.authorImg">
|
<!-- <div class="mt-6 flex items-center">
|
||||||
<div class="flex-shrink-0">
|
<div class="flex-shrink-0">
|
||||||
<a :href="blog.autherUrl">
|
<a :href="blog.autherUrl">
|
||||||
<img
|
<img
|
||||||
@@ -64,24 +64,24 @@
|
|||||||
/>
|
/>
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
<div class="ml-3" v-if="blog.author">
|
<div class="ml-3">
|
||||||
<p class="text-sm leading-5 font-medium text-gray-900">
|
<p class="text-sm leading-5 font-medium text-gray-900">
|
||||||
<a :href="blog.autherUrl" class="hover:underline">
|
<a :href="blog.autherUrl" class="hover:underline">
|
||||||
{{ blog.author }}
|
{{ blog.author }}
|
||||||
</a>
|
</a>
|
||||||
</p>
|
</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>
|
<time :datetime="blog.created"> {{ blog.created }} </time>
|
||||||
<span class="mx-1"> · </span>
|
<span class="mx-1"> · </span>
|
||||||
<span> 6 min read </span>
|
<span> 6 min read </span>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
</div> -->
|
</div> -->
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
|
|||||||
@@ -202,7 +202,14 @@
|
|||||||
blogs{
|
blogs{
|
||||||
id
|
id
|
||||||
image
|
image
|
||||||
content
|
tags
|
||||||
|
title
|
||||||
|
path
|
||||||
|
author
|
||||||
|
autherUrl
|
||||||
|
authorImg
|
||||||
|
excerpt
|
||||||
|
created
|
||||||
}
|
}
|
||||||
cta2{
|
cta2{
|
||||||
id
|
id
|
||||||
|
|||||||