update blog script

This commit is contained in:
timurgordon
2024-03-28 11:11:33 -04:00
parent 7f3e7a9b55
commit 57f905e995

View File

@@ -4,20 +4,7 @@ Below we select blogs relavant to threefold.io from our data repository
```js
!!website.blog_add
name: 'A better understanding of wealth'
collection: 'blog'
file: 'a_better_understanding_of_wealth.md'
image: 'a_better_understanding_of_wealth.jpg'
name: 'Blog'
!!website.blog_add
name: 'A different approach to blockchain'
collection: 'blog'
file: 'a_different_approach_to_blockchain.md'
image: 'a_different_approach_to_blockchain.jpg'
!!website.blog_add
name: 'A different approach to blockchain'
collection: 'blog'
file: 'a_different_approach_to_blockchain.md'
image: 'a_different_approach_to_blockchain.jpg'
!!website.post_add pointer: 'blog:a_different_approach_to_blockchain.md'
```