-
Notifications
You must be signed in to change notification settings - Fork 0
/
journal-entry.html
106 lines (93 loc) · 6.76 KB
/
journal-entry.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="generator" content="Pelican" />
<title>Journal Entry</title>
<link rel="stylesheet" href="./theme/css/main.css" />
<link href="https://LairdStreak.github.io/feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="Laird Streak`s Blog Atom Feed" />
<meta name="description" content="Just a heartbroken person." />
</head>
<body id="index" class="home">
<header id="banner" class="body">
<h1><a href="./">Laird Streak`s Blog</a></h1>
<nav><ul>
<li><a href="./category/development.html">Development</a></li>
<li><a href="./category/fluff.html">Fluff</a></li>
<li><a href="./category/hobby.html">Hobby</a></li>
<li class="active"><a href="./category/journal.html">Journal</a></li>
<li><a href="./category/mental-health.html">Mental Health</a></li>
<li><a href="./category/soft-skills.html">Soft Skills</a></li>
</ul></nav>
</header><!-- /#banner -->
<section id="content" class="body">
<article>
<header>
<h1 class="entry-title">
<a href="./journal-entry.html" rel="bookmark"
title="Permalink to Journal Entry">Journal Entry</a></h1>
</header>
<div class="entry-content">
<footer class="post-info">
<abbr class="published" title="2024-12-04T12:46:00+13:00">
Published: Wed 04 December 2024
</abbr>
<address class="vcard author">
By <a class="url fn" href="./author/laird-streak.html">Laird Streak</a>
</address>
<p>In <a href="./category/journal.html">Journal</a>.</p>
<p>tags: <a href="./tag/journal.html">Journal</a> </p>
</footer><!-- /.post-info --> <p>The quote, "For where your treasure is, there your heart will be also" (Matthew 6:21), speaks to the idea that what we value and prioritize in life will reveal where our deepest affections lie. In the context of love, this passage can be understood as a reminder that the people, relationships, or things we cherish the most are the ones we invest our hearts and time in.</p>
<p>
When it comes to whom we love, this verse suggests that love is not merely an emotion or feeling but an active choice. Our love follows where we place our attention and devotion. For instance, if we treasure relationships with family, friends, or a significant other, our hearts will naturally turn toward them. Likewise, if we prioritize our career, wealth, or personal achievements, those things will take center stage in our hearts.
To love someone deeply means making them a priority in your life. It is through investing time, energy, and care into someone that love is nurtured and deepened. The more we cherish and value a person, the more our hearts are inclined toward them.
On a spiritual level, this verse can also point to the idea that when we center our lives around God and His love, our hearts are transformed. The way we love others is deeply connected to the way we view and treasure God's love for us. As we treasure His love, we begin to reflect that love in the way we care for those closest to us.
In summary, "where your treasure is, there your heart will be also" calls us to consider what we value in love and relationships. It challenges us to ensure that our love is not just a fleeting emotion but a reflection of where we truly place our heart.
</p>
</div><!-- /.entry-content -->
<div class="comments">
<h2>Comments !</h2>
<div id="disqus_thread"></div>
<script type="text/javascript">
var disqus_shortname = 'https://lairdstreak-github-io.disqus.com';
var disqus_identifier = 'journal-entry.html';
var disqus_url = './journal-entry.html';
(function() {
var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
dsq.src = '//https://lairdstreak-github-io.disqus.com.disqus.com/embed.js';
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
})();
</script>
<noscript>Please enable JavaScript to view the comments.</noscript>
</div>
</article>
</section>
<section id="extras" class="body">
<div class="social">
<h2>social</h2>
<ul>
<li><a href="https://LairdStreak.github.io/feeds/all.atom.xml" type="application/atom+xml" rel="alternate">atom feed</a></li>
<li><a href="https://www.facebook.com/laird.streak.3">Facebook</a></li>
<li><a href="https://twitter.com/lairdstreak">Twitter</a></li>
<li><a href="https://lairdstreak.github.io/">Github</a></li>
</ul>
</div><!-- /.social -->
</section><!-- /#extras -->
<footer id="contentinfo" class="body">
<address id="about" class="vcard body">
Proudly powered by <a rel="nofollow" href="https://getpelican.com/">Pelican</a>, which takes great advantage of <a rel="nofollow" href="https://www.python.org/">Python</a>.
</address><!-- /#about -->
<p>The theme is by <a rel="nofollow" href="https://www.smashingmagazine.com/2009/08/designing-a-html-5-layout-from-scratch/">Smashing Magazine</a>, thanks!</p>
</footer><!-- /#contentinfo -->
<script type="text/javascript">
var disqus_shortname = 'https://lairdstreak-github-io.disqus.com';
(function () {
var s = document.createElement('script'); s.async = true;
s.type = 'text/javascript';
s.src = 'https://' + disqus_shortname + '.disqus.com/count.js';
(document.getElementsByTagName('HEAD')[0] || document.getElementsByTagName('BODY')[0]).appendChild(s);
}());
</script>
</body>
</html>