Skip to content

Commit 9cd6f1b

Browse files
OCram85daattali
authored andcommitted
fix EOL Sequence to LF (daattali#257)
1 parent b1a320f commit 9cd6f1b

6 files changed

Lines changed: 13 additions & 13 deletions

File tree

Gemfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
source 'https://rubygems.org'
2-
3-
gem 'github-pages', '106'
4-
gem 'jekyll-paginate'
1+
source 'https://rubygems.org'
2+
3+
gem 'github-pages', '106'
4+
gem 'jekyll-paginate'

_includes/navbarlink.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{% capture before %}{{ include.link[1] | split: "://" | first }}{% endcapture %}
2-
{% capture after %}{{ include.link[1] | split: "://" | last }}{% endcapture %}
2+
{% capture after %}{{ include.link[1] | split: "://" | last }}{% endcapture %}
33
{% assign internal = true %}
44
{% if before != after %}
55
{% if before == "http" or before == "https" %}
66
{% assign internal = false %}
7-
{% endif %}
7+
{% endif %}
88
{% endif %}
99

1010
{% if internal %}

_layouts/minimal.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
</div>
2020

2121
{% include footer-minimal.html %}
22-
22+
2323
{% include footer-scripts.html %}
24-
24+
2525
</body>
2626
</html>

_layouts/tag_index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ <h4 class="post-subtitle">
2929
</div>
3030

3131
<div class="blog-tags">
32-
Tags:
32+
Tags:
3333
{% for tag in post.tags %}
3434
<a href="/tag/{{ tag }}">{{ tag }}</a>
3535
{% endfor %}

_posts/2015-02-26-flake-it-till-you-make-it.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ subtitle: Excerpt from Soulshaping by Jeff Brown
55
bigimg: /img/path.jpg
66
---
77

8-
Under what circumstances should we step off a path? When is it essential that we finish what we start? If I bought a bag of peanuts and had an allergic reaction, no one would fault me if I threw it out. If I ended a relationship with a woman who hit me, no one would say that I had a commitment problem. But if I walk away from a seemingly secure route because my soul has other ideas, I am a flake?
8+
Under what circumstances should we step off a path? When is it essential that we finish what we start? If I bought a bag of peanuts and had an allergic reaction, no one would fault me if I threw it out. If I ended a relationship with a woman who hit me, no one would say that I had a commitment problem. But if I walk away from a seemingly secure route because my soul has other ideas, I am a flake?
99

10-
The truth is that no one else can definitively know the path we are here to walk. It’s tempting to listen—many of us long for the omnipotent other—but unless they are genuine psychic intuitives, they can’t know. All others can know is their own truth, and if they’ve actually done the work to excavate it, they will have the good sense to know that they cannot genuinely know anyone else’s. Only soul knows the path it is here to walk. Since you are the only one living in your temple, only you can know its scriptures and interpretive structure.
10+
The truth is that no one else can definitively know the path we are here to walk. It’s tempting to listen—many of us long for the omnipotent other—but unless they are genuine psychic intuitives, they can’t know. All others can know is their own truth, and if they’ve actually done the work to excavate it, they will have the good sense to know that they cannot genuinely know anyone else’s. Only soul knows the path it is here to walk. Since you are the only one living in your temple, only you can know its scriptures and interpretive structure.
1111

12-
At the heart of the struggle are two very different ideas of success—survival-driven and soul-driven. For survivalists, success is security, pragmatism, power over others. Success is the absence of material suffering, the nourishing of the soul be damned. It is an odd and ironic thing that most of the material power in our world often resides in the hands of younger souls. Still working in the egoic and material realms, they love the sensations of power and focus most of their energy on accumulation. Older souls tend not to be as materially driven. They have already played the worldly game in previous lives and they search for more subtle shades of meaning in this one—authentication rather than accumulation. They are often ignored by the culture at large, although they really are the truest warriors.
12+
At the heart of the struggle are two very different ideas of success—survival-driven and soul-driven. For survivalists, success is security, pragmatism, power over others. Success is the absence of material suffering, the nourishing of the soul be damned. It is an odd and ironic thing that most of the material power in our world often resides in the hands of younger souls. Still working in the egoic and material realms, they love the sensations of power and focus most of their energy on accumulation. Older souls tend not to be as materially driven. They have already played the worldly game in previous lives and they search for more subtle shades of meaning in this one—authentication rather than accumulation. They are often ignored by the culture at large, although they really are the truest warriors.
1313

1414
A soulful notion of success rests on the actualization of our innate image. Success is simply the completion of a soul step, however unsightly it may be. We have finished what we started when the lesson is learned. What a fear-based culture calls a wonderful opportunity may be fruitless and misguided for the soul. Staying in a passionless relationship may satisfy our need for comfort, but it may stifle the soul. Becoming a famous lawyer is only worthwhile if the soul demands it. It is an essential failure if you are called to be a monastic this time around. If you need to explore and abandon ten careers in order to stretch your soul toward its innate image, then so be it. Flake it till you make it.

css/pygment_highlights.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,6 @@
6161
.highlight .il { color: #009999 } /* Literal.Number.Integer.Long */
6262

6363
/* Make line numbers unselectable: excludes line numbers from copy-paste user ops */
64-
.highlight .lineno {color:rgba(0,0,0,0.3);padding: 0 10px;-webkit-user-select: none;-moz-user-select: none; -o-user-select: none;}
64+
.highlight .lineno {color:rgba(0,0,0,0.3);padding: 0 10px;-webkit-user-select: none;-moz-user-select: none; -o-user-select: none;}
6565
.lineno::-moz-selection {background-color: transparent;} /* Mozilla specific */
6666
.lineno::selection {background-color: transparent;} /* Other major browsers */

0 commit comments

Comments
 (0)