EDIT BLOG

This commit is contained in:
sasha-astiadi 2023-12-05 22:06:15 +01:00
parent c20f99a514
commit 4c3fa8eb9c
9 changed files with 34 additions and 9 deletions

View File

@ -9,6 +9,9 @@ taxonomies:
news-category: [foundation]
extra:
imgPath: africanregensummit.png
socialLinks: {
contact: https://www.mukwegefoundation.org
}
---
Over the past four days, we have had the pleasure to host the African Regenerative Cities Summit in Zanzibar, Tanzania uniting top innovators and investors supporting human flourishing, with a special focus on science and technology that will lay the foundation for Africas future.

View File

@ -9,6 +9,9 @@ taxonomies:
news-category: [foundation]
extra:
imgPath: digitalfreezonezanzibar.png
socialLinks: {
contact: https://www.mukwegefoundation.org
}
---
This past weekend, we were honored with a visit from Zanzibar's President Dr. Hussein Mwinyi at the African Regenerative Cities Summit.

View File

@ -9,6 +9,9 @@ taxonomies:
news-category: [foundation]
extra:
imgPath: newchapter.png
socialLinks: {
contact: https://www.mukwegefoundation.org
}
---
OurWorld Free Zone is excited to announce a significant milestone in its journey towards global collaboration. On July 23 2023, a momentous contract was signed between OurWorld Free Zone and the government of Tanzania, solidifying their official partnership.

View File

@ -6,9 +6,17 @@ description: Addressing the urgent need for peace in Congo, he highlighted the n
date: 2023-12-01
taxonomies:
tags: [community,technology,update,event]
news-category: [foundation]
news-category: [Foundation]
extra:
imgPath: news_header.png
socialLinks: {
contact: https://www.africanews.com/2023/12/01/denis-mukwege-vows-to-heal-and-restore-congo/
}
---
[Denis Mukwege vows to heal and restore Congo](https://www.africanews.com/2023/12/01/denis-mukwege-vows-to-heal-and-restore-congo/)!
How to edit this:
1. Change the title, image caption, description, date.
2. dont change anything on taxonomies
3. change imagepath:
4. change contact

Binary file not shown.

Before

Width:  |  Height:  |  Size: 74 KiB

After

Width:  |  Height:  |  Size: 751 KiB

View File

@ -9,6 +9,9 @@ taxonomies:
news-category: [foundation]
extra:
imgPath: our_world_financial_system.png
socialLinks: {
contact: https://www.mukwegefoundation.org
}
---
ThreeFold co-founder Kristof wrote a Medium article about the problems of todays financial systems and his thoughts on building better, more balanced systems for the benefit of our planet and all of us. Take a look at the summary and discuss it here or you can read [the full article](https://medium.com/@despiegk/a-new-financial-system-for-our-world-602605d1f6d7).

View File

@ -9,6 +9,9 @@ taxonomies:
news-category: [foundation]
extra:
imgPath: ourworldfreezone.png
socialLinks: {
contact: https://www.mukwegefoundation.org
}
---
"Our vision is to foster a digital ecosystem that harmoniously blends the tranquility of Zanzibar with the awe-inspiring power of the digital age. I am deeply appreciative of the dedication of the OurWorld Zanzibar team in turning this vision into a reality," Zanzibar President Dr. Hussein Mwinyi.

View File

@ -10,8 +10,8 @@ taxonomies:
extra:
imgPath: "zuzalu.png"
socialLinks: {
websites: "https//www.bbc.com/news/explainers-52442754",
}
contact: https://www.mukwegefoundation.org
}
---
Some of the team has arrived to Zuzalu in Montenegro for this weekend's New Cities & Network States event. Kristof will be speaking on Sunday and we'll also be hosting several side events including a hackathon around the Web3 Gateway.

View File

@ -1,6 +1,6 @@
<div class="flex flex-col rounded-lg shadow-lg overflow-hidden">
<div class="flex-1">
<a href={{ post.permalink }} class="block">
<a href={{ post.permalink }} class="block" style="pointer-events: none;">
<div class="flex-shrink-0">
{% if post.extra.imgPath %}
{% set img_url = get_url(path='/' ~ post.relative_path | replace(from='_', to='-') | replace(from='index.md', to=post.extra.imgPath)) %}
@ -46,10 +46,12 @@
</ul>
</div>
<p class="text-gray-700 text-xs">
<time datetime="{{post.date}}">
{{ post.date | date(format="%B %e, %Y", timezone="America/Chicago") }}
</time>
<p class="text-gray-700 text-s">
{% if post.extra.socialLinks.contact %}
<a href="{{ post.extra.socialLinks.contact }}" class="border-1 text-s font-bold border-gray-600 hover:text-blue-700 py-1 px-2 mr-2 my-1 border hover:border-blue-500 border-gray-600 text-gray-700 rounded-full" target="_blank">
<u>Read More</u>
</a>
{% endif %}
</p>
</div>
</div>