Skip to content

Commit

Permalink
added self reflection blog
Browse files Browse the repository at this point in the history
  • Loading branch information
RemcoSimonides committed Dec 10, 2023
1 parent acfa4cb commit dbe3fa4
Show file tree
Hide file tree
Showing 5 changed files with 62 additions and 3 deletions.
2 changes: 1 addition & 1 deletion apps/blog/blog/affirmations.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
slug: affirmations
title: Affirmations
description: This is the description
description: An affirmation is a short, powerful statement. They allow you to conciously be in control of your thoughts. When you say or think them, they become thoughts that shape your reality.
authors: remco
tags: [journal]
image: https://i.imgur.com/mErPwqL.png
Expand Down
55 changes: 55 additions & 0 deletions apps/blog/blog/self-reflection.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
---
slug: self-reflection
title: Self Reflection
description: Pause for a moment and reflect on your life so you can make adjustments according to your needs.
authors: remco
tags: [journal]
image: exercise-self-reflect.png
---

In the hustle and bustle of our daily lives, it's easy to get swept away by the demands of the external world. However, amidst the chaos, there lies an invaluable practice that serves as a compass for personal growth and fulfillment—self-reflection. In this blog, we explore the significance of turning our gaze inward, exploring not only why self-reflection is a cornerstone of self-awareness. As we embark on this journey of introspection, we unravel the layers of understanding that await, unlocking the door to a more purposeful and enriched existence.

<!--truncate-->

## Why should I Self Reflect?
Carving out moments for self reflection is an effort that should outway the benefits. Let's go over a few of the benefits of doing self reflection every once in a while.

### Increase your self awareness
By pausing for a moment to reflect on the past, present, and the future, you enable yourself to think deeply about your feelings and behavior. It gives you time to think why you like a certain thing, whether this thing aligns with your morals and long term vision. It enables you to better understand your emotions. Not everything is likely how you would like it to be so during this exercise you will also discover areas that can be improved.

### Goal alignment
Are you current behavios in-line with your long-term goals? Are you spending your time on the things that will benefit you in the long-term? "Energy flows where attention goes" is what Tony Robbins says. Are you spending your attention in the right areas?

### Improved decision making
By reflecting on what you can do better in the future, it also makes making decisions easier. You will be more self aware of what you should or shouldn't do and therefore it's easier to think about this when making a decision.

### Personal Growth and Development
Identify patterns, strenghts and areas for improvement. Be honest with yourself.

## Customize Questions
Everyone has different desires about what they want to reflect on. That is why in Strive Journal, it is possible to adjust the frequency of the existing questions or to add your own. This way you have full control over what you would like to reflect on.

### Add Questions
In Strive Journal on the Self Reflect page, scroll all the way down to the "Add Question" button. A modal will open and in here you can insert several things, first of which is the question you would like to add.

### Frequency
Choose how often you would like to receive this question. The available options are daily, weekly, monthly, quarterly or yearly.

### Tense
Is this question about the past, present or the future? The questions are grouped by tense so all the questions about the past are grouped with other questions about the past.

### Category
It is possible to choose which category the question belongs in. Similar as with the tense, the questions will be grouped by the category. These are the available categories that you can choose from:
- Career
- Creative
- Education
- Environment
- Financial
- Health and Fitness
- Personal Development
- Relationships
- Spiritual
- Travel and Adventures
- Other

Let me know if you have a question which does not fit in any of these categories.
Binary file added apps/blog/static/img/exercise-self-reflect.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,11 @@ <h1>Self Reflect</h1>
<ion-icon slot="icon-only" name="settings-outline" />
</ion-button>
</header>
<small>Get a grasp on life by looking back and planning ahead</small>
<small
>Get a grasp on life by looking back and planning ahead
<a href="https://blog.strivejournal.com/exercises/self-reflect" target="_blank">Learn more...</a>

</small>

<ion-list class="entries">
<ng-container *ngIf="daily$ | async as daily">
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"ng": "nx",
"postinstall": "node ./decorate-angular-cli.js",
"start": "nx serve",
"build": "npm run build:journal && nx build admin && nx build backend-functions && nx build blog",
"build": "npm run build:journal && nx build admin && nx build backend-functions && npm run build:blog",
"build:admin": "nx build admin",
"build:backend-functions": "nx build backend-functions",
"build:journal": "npx ng build journal:server && npx ng run journal:prerender",
Expand Down

0 comments on commit dbe3fa4

Please sign in to comment.