Skip to content
This repository was archived by the owner on May 13, 2025. It is now read-only.

Commit 71869ea

Browse files
committed
update structure
mcu.html -> level5.html, lose about and default blog post, & minimally more descriptive data in config
1 parent 804e4b9 commit 71869ea

File tree

5 files changed

+9
-51
lines changed

5 files changed

+9
-51
lines changed

_config.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@
1313
# you will see them accessed via {{ site.title }}, {{ site.email }}, and so on.
1414
# You can create any custom variable you would like, and they will be accessible
1515
# in the templates via {{ site.myvariable }}.
16-
title: Minecraft U Level 5
16+
title: Minecraft U Online
1717
email: info@minecraftu.org
18-
description: > # this means to ignore newlines until "baseurl:"
19-
Minecraft U Level 5: Java and Modding Online Course
18+
description: >
19+
The home of Minecraft U's online courses
2020
baseurl: "" # the subpath of your site, e.g. /blog
21-
url: "http://minecraftu.com/mcu" # the base hostname & protocol for your site
21+
url: "http://online.minecraftu.com" # the base hostname & protocol for your site
2222
twitter_username: official_mcu
2323
github_username: MinecraftU
2424

_posts/2016-08-27-welcome-to-jekyll.markdown

Lines changed: 0 additions & 25 deletions
This file was deleted.

about.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

index.html

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,10 @@
44

55
<div class="home">
66

7-
<h1 class="page-heading">Posts</h1>
7+
<h1 class="page-heading">Welcome to Minecraft U's Online Courses</h1>
88

9-
<ul class="post-list">
10-
{% for post in site.posts %}
11-
<li>
12-
<span class="post-meta">{{ post.date | date: "%b %-d, %Y" }}</span>
13-
14-
<h2>
15-
<a class="post-link" href="{{ post.url | prepend: site.baseurl }}">{{ post.title | escape }}</a>
16-
</h2>
17-
</li>
18-
{% endfor %}
9+
<ul>
10+
<li><a href="/level5">Level 5: Java and Modding</a></li>
1911
</ul>
2012

21-
<p class="rss-subscribe">subscribe <a href="{{ "/feed.xml" | prepend: site.baseurl }}">via RSS</a></p>
22-
2313
</div>

mcu.html renamed to level5.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: page
3-
title: MCU
4-
permalink: /mcu/
3+
title: Level 5
4+
permalink: /level5/
55
---
66

77
<!doctype html>

0 commit comments

Comments
 (0)