ADVERTISEMENT

On the menu is a healthier you

Published Jan 23, 2018 12:05 am

By Jaclyn Abergas

plant

Did you make a vow that you really want to make positive changes to your body and your diet and you really want to make it happen this time? Do you want to know how to start so you can apply small changes to your lifestyle that will eventually become a habit?

My friends, it is totally doable. You just have to want it. Here are some tips on how to start.

1. Meditate or pray on what makes you want to eat a plant-based diet. Write it down and post it where you can see it every day and commit to it.

Most of the time people fail with their mission because they failed to define their reasons for doing it. Are you doing it because you don’t want to get diagnosed with cancer at a young age? Are you doing it because you want to keep up with your kids or your very active spouse? Are you doing it because you made a vow to go hiking or trekking every weekend to distress? Are you doing it because you really cannot stand to eat animal products anymore?

Find out what your reason is, the reason that will get you to stick to it. If your reason is only to fit into your clothes, or have a sexy bikini body by the summer, dig deeper. What makes achieving these objectives so important to you? Dig deep and you’ll find out what makes eating healthier really important to you. Ask questions again and again to dig deeper.

2. Drink green smoothies in the morning.

Personally, this was the main reason I was able to stick to a healthier plant-based diet. Knowing I was drinking something so clean first thing in the morning kept me motivated to “stay clean” the rest of the day. Start simple. Blend a handful of kangkong leaves, bananas, and pineapple with water to start. If the thought of drinking greens is something you need to get used to, add more fruits to make it really palatable.

Visit http://www.thesuperfoodgrocer.com for more green smoothie recipes.

3. Always look for the vegetable option first and eat your fruits and vegetables first.

When eating out, always look at the vegetable section first. What can you have? Are there vegetable dishes or salads? If there are, are they completely plant-based with no animal products? Can the animal products be removed? Ask the server or manager nicely.

If you’re not yet ready to let go of animal products, make sure your plate is half full of produce and only a fourth of the plate is filled with animal products. Animal products are acidic and regular intake can lead to a bigger chance of getting diagnosed with chronic diseases.

4. Always bring food to save you when hungry. Bring trail mix or fruits.

One of the reasons we give in to temptation is because we’re hungry with no food at hand. So we tend to turn to the convenient options. Most of the time, those are the processed food products found in vending machines or convenience stores.  Best to keep a container of trail mix or a jar of nut butter in your desk. You can always buy bread at the bakery for your nut butter, or if you really don’t have options, you can buy fresh fruits at the convenience store.

5. Get a support buddy or group. Better yet, get a mentor.

It’s challenging to eat healthier in this world and it’s even more challenging to do it alone. Invite your friends or co-workers to do the challenge with you and hold yourselves accountable.Make it fun by bringing food you can share with each other. Whatever you do, don’t make each other feel bad for slipping up. We’re only human. We make mistakes. The important thing to do is to learn from that mistake. You can also get a mentor. There are groups online who will help you and set you up with a mentor to encourage and support you. Send a message to Vegans of Manila on Facebook and Instagram to get you hooked up with a mentor.

6. Look for vegan and plant-based recipes online to help you.

For the entire month of January, Vegans of Manila is posting different vegan recipes on their social media accounts. You can also check out AstigVegan.com for Filipino vegan recipes, as well as do a search on Pinterest for different vegan recipes you can make for yourself, or share with your family, your friends, and your co-workers. There are loads of recipes online. You just have to look for what might work for you and try it.

Nothing is really impossible, especially since when you read the phrase differently, it reads “I’m possible.” Eating healthier and sticking to it can be done because so many people have done it and are still doing it. And always remember if it gets harder or more challenging, ask for help. You don’t need to do it alone. There will always be someone who wants to help you or wants to do it with you.

For more tips on how to survive living as a vegan or living a plant-based diet in Manila, check out Facebook/vegansofmanila or Instagram/@vegansofmanila for tips on vegan and plant-based recipes, where to get vegan supplies, where to eat, how to eat vegan at non-vegan restaurants, and how to thrive despite being surrounded by non-healthy eaters.

ADVERTISEMENT
.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1561_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1562_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1563_widget.title }}

{{ articles_filter_1564_widget.title }}

.mb-article-details { position: relative; } .mb-article-details .article-body-preview, .mb-article-details .article-body-summary{ font-size: 17px; line-height: 30px; font-family: "Libre Caslon Text", serif; color: #000; } .mb-article-details .article-body-preview iframe , .mb-article-details .article-body-summary iframe{ width: 100%; margin: auto; } .read-more-background { background: linear-gradient(180deg, color(display-p3 1.000 1.000 1.000 / 0) 13.75%, color(display-p3 1.000 1.000 1.000 / 0.8) 30.79%, color(display-p3 1.000 1.000 1.000) 72.5%); position: absolute; height: 200px; width: 100%; bottom: 0; display: flex; justify-content: center; align-items: center; padding: 0; } .read-more-background a{ color: #000; } .read-more-btn { padding: 17px 45px; font-family: Inter; font-weight: 700; font-size: 18px; line-height: 16px; text-align: center; vertical-align: middle; border: 1px solid black; background-color: white; } .hidden { display: none; }
function initializeAllSwipers() { // Get all hidden inputs with cms_article_id document.querySelectorAll('[id^="cms_article_id_"]').forEach(function (input) { const cmsArticleId = input.value; const articleSelector = '#article-' + cmsArticleId + ' .body_images'; const swiperElement = document.querySelector(articleSelector); if (swiperElement && !swiperElement.classList.contains('swiper-initialized')) { new Swiper(articleSelector, { loop: true, pagination: false, navigation: { nextEl: '#article-' + cmsArticleId + ' .swiper-button-next', prevEl: '#article-' + cmsArticleId + ' .swiper-button-prev', }, }); } }); } setTimeout(initializeAllSwipers, 3000); const intersectionObserver = new IntersectionObserver( (entries) => { entries.forEach((entry) => { if (entry.isIntersecting) { const newUrl = entry.target.getAttribute("data-url"); if (newUrl) { history.pushState(null, null, newUrl); let article = entry.target; // Extract metadata const author = article.querySelector('.author-section').textContent.replace('By', '').trim(); const section = article.querySelector('.section-info ').textContent.replace(' ', ' '); const title = article.querySelector('.article-title h1').textContent; // Parse URL for Chartbeat path format const parsedUrl = new URL(newUrl, window.location.origin); const cleanUrl = parsedUrl.host + parsedUrl.pathname; // Update Chartbeat configuration if (typeof window._sf_async_config !== 'undefined') { window._sf_async_config.path = cleanUrl; window._sf_async_config.sections = section; window._sf_async_config.authors = author; } // Track virtual page view with Chartbeat if (typeof pSUPERFLY !== 'undefined' && typeof pSUPERFLY.virtualPage === 'function') { try { pSUPERFLY.virtualPage({ path: cleanUrl, title: title, sections: section, authors: author }); } catch (error) { console.error('ping error', error); } } // Optional: Update document title if (title && title !== document.title) { document.title = title; } } } }); }, { threshold: 0.1 } ); function showArticleBody(button) { const article = button.closest("article"); const summary = article.querySelector(".article-body-summary"); const body = article.querySelector(".article-body-preview"); const readMoreSection = article.querySelector(".read-more-background"); // Hide summary and read-more section summary.style.display = "none"; readMoreSection.style.display = "none"; // Show the full article body body.classList.remove("hidden"); } document.addEventListener("DOMContentLoaded", () => { let loadCount = 0; // Track how many times articles are loaded const offset = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; // Offset values const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } const sentinel = document.getElementById("load-more-sentinel"); if (!sentinel) { console.log("Sentinel element not found."); return; } function isSentinelVisible() { const rect = sentinel.getBoundingClientRect(); return ( rect.top < window.innerHeight && rect.bottom >= 0 ); } function onScroll() { if (isLoading) return; if (isSentinelVisible()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { let article = document.querySelector('#widget_1690 > div:nth-last-of-type(2) article'); intersectionObserver.observe(article) loadCount++; }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; }); } } window.addEventListener("scroll", onScroll); });

Sign up by email to receive news.