Skip to content

Commit d4eb2ca

Browse files
committed
Test Commit IV
- Nomenclature change from category -> projects - Markdown Links Test
1 parent fa5175f commit d4eb2ca

9 files changed

+16
-16
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ img: cabin.png
1616
alt: image-alt
1717
project-date: January 2020
1818
client: The Client
19-
category: Web Development
19+
projects: Web Development
2020
description: The description of the project
2121
2222
---

_includes/modals.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ <h2>{{ post.title }}</h2>
3030
<strong>{{ post.founding-date }}</strong>
3131
</li>
3232
{% endif %}
33-
{% if post.category %}
34-
<li>Service:
35-
<strong>{{ post.category }}</strong>
33+
{% if post.projects %}
34+
<li>Projects:
35+
<strong>{{ post.projects }}</strong>
3636
</li>
3737
{% endif %}
3838
</ul>

_posts/2014-07-13-project-6.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ img: submarine.png
66
alt: image-alt
77
project-date: April 2014
88
client: Start Bootstrap
9-
category: Web Development
9+
projects: Web Development
1010
description: Use this area of the page to describe your project. Lorem ipsum dolor sit amet, consectetur adipisicing elit. Mollitia neque assumenda ipsam nihil, molestias magnam, recusandae quos quis inventore quisquam velit asperiores, vitae? Reprehenderit soluta, eos quod consequuntur itaque. Nam.
1111
---

_posts/2014-07-14-project-5.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ img: safe.png
66
alt: image-alt
77
project-date: April 2014
88
client: Start Bootstrap
9-
category: Web Development
9+
projects: Web Development
1010
description: Use this area of the page to describe your project. Lorem ipsum dolor sit amet, consectetur adipisicing elit. Mollitia neque assumenda ipsam nihil, molestias magnam, recusandae quos quis inventore quisquam velit asperiores, vitae? Reprehenderit soluta, eos quod consequuntur itaque. Nam.
1111
---

_posts/2014-07-15-project-4.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ img: game.png
66
alt: image-alt
77
project-date: April 2014
88
client: Start Bootstrap
9-
category: Web Development
9+
projects: Web Development
1010
description: Use this area of the page to describe your project. Lorem ipsum dolor sit amet, consectetur adipisicing elit. Mollitia neque assumenda ipsam nihil, molestias magnam, recusandae quos quis inventore quisquam velit asperiores, vitae? Reprehenderit soluta, eos quod consequuntur itaque. Nam.
1111
---

_posts/2014-07-16-project-3.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ img: circus.png
66
alt: image-alt
77
project-date: April 2014
88
client: Start Bootstrap
9-
category: Web Development
9+
projects: Web Development
1010
description: Use this area of the page to describe your project. Lorem ipsum dolor sit amet, consectetur adipisicing elit. Mollitia neque assumenda ipsam nihil, molestias magnam, recusandae quos quis inventore quisquam velit asperiores, vitae? Reprehenderit soluta, eos quod consequuntur itaque. Nam.
1111
---

_posts/2014-07-17-project-2.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ img: cake.png
66
alt: image-alt
77
project-date: April 2014
88
client: Start Bootstrap
9-
category: Web Development
9+
projects: Web Development
1010
description: Use this area of the page to describe your project. Lorem ipsum dolor sit amet, consectetur adipisicing elit. Mollitia neque assumenda ipsam nihil, molestias magnam, recusandae quos quis inventore quisquam velit asperiores, vitae? Reprehenderit soluta, eos quod consequuntur itaque. Nam.
1111
---

_posts/2014-07-18-project-1.markdown

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
22
layout: default
33
modal-id: 1
4-
date: 2014-07-18
4+
date: 2022-04-01
55
img: TimefallDevelopment.png
66
alt: image-alt
7-
founding-date: April 2014
8-
specialisation: Start Bootstrap
9-
category: Web Development
7+
founding-date: April 2022
8+
specialisation: Training, Organising
9+
projects: [CurseForge](https://legacy.curseforge.com/members/timefalldevelopment/projects) | [Modrinth](https://modrinth.com/user/chronosacaria)
1010
description: Timefall Development has seen a great amount of evolution with respect to our original mission and vision. We started out as a group that was just interested in creating Minecraft mods for our friends and we have since grown into a pillar of the Minecraft Modding Community and a source of education for many new developers. As such, our mission has become one of education and encouragement for developers, both new and seasoned, not only within the Minecraft Modding Community, but across the coding and computer science ecosystem. Every project that we undertake is open source and is provided in a manner that encourages people to learn from and be able to ask questions in order to become the best developer they want to be. Timefall Development also believes that community is the foundation to any organisation and this includes those who make use of the software that we produce. We would not be who we are if we didn’t have the amazing community that we have today and they drive us to always be better than we were yesterday.
1111
---

feed.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -60,12 +60,12 @@ layout: null
6060
{% endif %}
6161
</author>
6262

63-
{% if post.category %}
64-
<category term="{{ post.category | xml_escape }}" />
63+
{% if post.projects %}
64+
<projects term="{{ post.projects | xml_escape }}" />
6565
{% endif %}
6666

6767
{% for tag in post.tags %}
68-
<category term="{{ tag | xml_escape }}" />
68+
<projects term="{{ tag | xml_escape }}" />
6969
{% endfor %}
7070

7171
{% if post.excerpt and post.excerpt != empty %}

0 commit comments

Comments
 (0)