Skip to content

Commit

Permalink
feat: update post details and content
Browse files Browse the repository at this point in the history
  • Loading branch information
minikin committed Dec 3, 2024
1 parent 5129b3b commit 694fe96
Show file tree
Hide file tree
Showing 6 changed files with 31 additions and 17 deletions.
24 changes: 12 additions & 12 deletions source/_includes/layouts/post.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<div class="post-meta">
{% if author %}
<div class="author">
<img src="/images/authors/{{ author | lower | replace(" ", '-') }}.jpg" alt="{{ author }}">
<img src="/images/authors/{{ author | lower | replace(" ", "") }}.jpg" alt="{{ author }}">
<div class="author-info">
<div class="name">{{ author }}</div>
<div class="role">{{ role | default("Author") }}</div>
Expand All @@ -41,18 +41,18 @@
{% endif %}

<div class="share">
Share
Share
<div class="icons">
<a href="https://twitter.com/share?url={{ url }}" target="_blank" aria-label="Share on X (Twitter)">
<img src="/images/icons/x.svg" alt="X (Twitter) icon">
</a>
<a href="https://www.linkedin.com/shareArticle?url={{ url }}" target="_blank"
aria-label="Share on LinkedIn">
<img src="/images/icons/linkedin.svg" alt="LinkedIn icon">
</a>
<a href="mailto:?subject={{ title }}&body={{ url }}" aria-label="Share via Email">
<img src="/images/icons/email.svg" alt="Email icon">
</a>
<a href="https://twitter.com/share?url={{ url }}" target="_blank" aria-label="Share on X (Twitter)">
<img src="/images/icons/x.svg" alt="X (Twitter) icon">
</a>
<a href="https://www.linkedin.com/shareArticle?url={{ url }}" target="_blank"
aria-label="Share on LinkedIn">
<img src="/images/icons/linkedin.svg" alt="LinkedIn icon">
</a>
<a href="mailto:?subject={{ title }}&body={{ url }}" aria-label="Share via Email">
<img src="/images/icons/email.svg" alt="Email icon">
</a>
</div>
</div>
</div>
Expand Down
File renamed without changes
10 changes: 7 additions & 3 deletions source/posts/mve1/sustainable-living.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,25 @@
---
title: Sustainable Living - Simple Steps to Make a Difference
description: <video src="https://www.shutterstock.com/shutterstock/videos/3434489259/preview/stock-footage-creative-office-professional-female-programmer-uses-headphones-working-on-desktop-computer.webm" controls muted> muted</video> Explore practical ways to adopt a sustainable lifestyle and contribute to a healthier planet.
description: <video src="https://www.shutterstock.com/shutterstock/videos/3434489259/preview/stock-footage-creative-office-professional-female-programmer-uses-headphones-working-on-desktop-computer.webm" controls muted> Explore practical ways to adopt a sustainable lifestyle and contribute to a healthier planet.
publishDate: 13 Nov 2024
---

<video src="https://www.shutterstock.com/shutterstock/videos/3434489259/preview/stock-footage-creative-office-professional-female-programmer-uses-headphones-working-on-desktop-computer.webm" controls autoplay muted> muted</video>

# Sustainable Living: Simple Steps to Make a Difference
In a world facing environmental challenges, adopting a sustainable lifestyle is more important than ever. Sustainable living involves making choices that reduce your impact on the environment and promote the well-being of our planet. From small daily habits to larger lifestyle changes, there are numerous ways to live more sustainably. Let’s explore some practical steps you can take to make a difference.
In a world facing environmental challenges, adopting a sustainable lifestyle is more important than ever. Sustainable living involves making choices that reduce your impact on the environment and promote the well-being of our planet. From small daily habits to larger lifestyle changes, there are numerous ways to [live more sustainably](https://github.com/). Let’s explore some practical steps you can take to make a difference.

## Why Choose Sustainable Living?
Sustainable living aims to reduce waste, conserve resources, and minimize environmental impact. By making eco-friendly choices, you can contribute to the health of the planet, conserve natural resources, and reduce your carbon footprint. Every small action adds up and helps create a more sustainable future for generations to come.

![text](https://picsum.photos/800/800)

## Simple Steps to Live Sustainably
1. **Reduce, Reuse, Recycle:** Embrace the three Rs by reducing waste, reusing items, and recycling materials. Avoid single-use plastics and opt for reusable alternatives.
2. **Conserve Energy:** Turn off lights and unplug electronics when not in use. Use energy-efficient appliances and consider switching to renewable energy sources like solar power.
3. **Minimize Water Usage:** Fix leaks, install low-flow fixtures, and practice water-saving habits like taking shorter showers and turning off the tap while brushing your teeth.
4. **Choose Sustainable Transportation:** Walk, bike, carpool, or use public transportation to reduce your reliance on fossil fuels. If possible, consider investing in an electric or hybrid vehicle.
5. **Support Eco-Friendly Products:** Choose products made from sustainable materials and support companies that prioritize environmental responsibility. Look for certifications like Fair Trade and organic labels.
5. **Support Eco-Friendly Products:** Choose products made from sustainable [materials and support companies that prioritize environmental](https://github.com/)responsibility. Look for certifications like Fair Trade and organic labels.
6. **Grow Your Own Food:** Start a garden or participate in a community garden to grow your own fruits and vegetables. This reduces the carbon footprint associated with transporting food and promotes healthier eating.
7. **Educate Yourself and Others:** Stay informed about environmental issues and share your knowledge with friends and family. Raising awareness and encouraging others to adopt sustainable practices can amplify your impact.

Expand All @@ -26,5 +28,7 @@ Sustainable living aims to reduce waste, conserve resources, and minimize enviro
* **Cost Savings:** Many sustainable practices, such as conserving energy and reducing water usage, can lead to cost savings on utility bills.
* **Health and Well-being:** Sustainable living often promotes healthier choices, such as eating fresh, locally grown food and reducing exposure to harmful chemicals.

![text](https://picsum.photos/800/800)

## Conclusion
Sustainable living is about making mindful choices that contribute to the health of our planet and future generations. By incorporating simple, eco-friendly habits into your daily life, you can make a positive impact and inspire others to do the same. Start small, stay committed, and remember that every action counts towards creating a more sustainable world.
2 changes: 2 additions & 0 deletions source/posts/mve2/the-revival-of-vintage-gaming-consoles.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ The vintage gaming community is vibrant and passionate. Online forums, social me
## The Quality of Design
There is also a certain charm and quality to the design of vintage consoles and games that many modern systems lack. The tactile feel of a classic joystick or the satisfying click of a cartridge slot can create a more engaging and immersive gaming experience. Additionally, many retro games are known for their challenging gameplay and timeless design, offering a different kind of satisfaction compared to today's often easier and more streamlined experiences.

![text](https://picsum.photos/800/800)

## Collectibility and Value
Vintage gaming consoles and games are also becoming valuable collectibles. Some rare items have seen their value skyrocket, making them attractive investments. This increase in value adds another layer of appeal for collectors and enthusiasts who see vintage gaming as both a hobby and a potential financial opportunity.

Expand Down
7 changes: 7 additions & 0 deletions source/posts/mve3/the-power-of-positive-thinking.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ Positive thinking is more than just a feel-good concept—it has the power to tr
Positive thinking involves focusing on the positive aspects of life and maintaining an optimistic outlook, even in challenging situations. It’s about reframing negative thoughts, practicing gratitude, and looking for the silver lining in every cloud. Positive thinking is not about ignoring problems but rather approaching them with a constructive and hopeful attitude.

## Benefits of Positive Thinking

![text](https://picsum.photos/800/800)


* Improved Mental Health: Positive thinking can reduce stress, anxiety, and depression. It promotes a sense of well-being and resilience, helping you cope with life’s challenges more effectively.
* Better Physical Health: Research suggests that positive thinking can boost the immune system, lower blood pressure, and reduce the risk of chronic diseases. A positive mindset is linked to better overall health and longevity.
* Enhanced Relationships: Optimistic individuals tend to have more fulfilling relationships. Positive thinking fosters better communication, empathy, and support, leading to stronger and more meaningful connections with others.
Expand All @@ -28,4 +32,7 @@ Positive thinking involves focusing on the positive aspects of life and maintain
* Set Realistic Goals: Break down your goals into manageable steps and celebrate your progress along the way. Setting and achieving small goals can build confidence and reinforce a positive outlook.

## Conclusion

![text](https://picsum.photos/800/800)

The power of positive thinking is a powerful tool for enhancing your quality of life. By adopting an optimistic mindset, practicing gratitude, and surrounding yourself with positivity, you can transform your outlook and experience greater happiness and well-being. Embrace the power of positive thinking and unlock your full potential for a more fulfilling and joyful life.
5 changes: 3 additions & 2 deletions source/styles/post.sass
Original file line number Diff line number Diff line change
Expand Up @@ -158,8 +158,9 @@
}

.post-meta {
flex-direction: column;
align-items: flex-start;
flex-direction: row;
justify-content: space-between;
align-items: center;
gap: get-spacing("sm");
}
}

0 comments on commit 694fe96

Please sign in to comment.