Skip to content

Commit 036e5d2

Browse files
JP MarquesJP Marques
JP Marques
authored and
JP Marques
committed
Added latest updates section to homepage. Finished book hunters chapter 1
1 parent 30bad73 commit 036e5d2

File tree

3 files changed

+35
-3
lines changed

3 files changed

+35
-3
lines changed

_layouts/homepage.html

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
---
2+
layout: main-page
3+
title: home
4+
---
5+
6+
{{content}}
7+
8+
<br>
9+
10+
<h3>Latest Updates</h3>
11+
12+
<hr>
13+
14+
<ul>
15+
{% for update in page.updates %}
16+
<li><a href="{{site.baseurl}}{{update.url}}">{{update.name}}</a>
17+
{% if update.description %}
18+
<br>
19+
<br>
20+
{{update.description}}
21+
{% endif %}
22+
<br>
23+
<br>
24+
</li>
25+
{% endfor %}
26+
</ul>

index.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
---
22
title: Home
3-
layout: main-page
3+
layout: homepage
44
contentClass: regular-text
55
headerClass: header-text
6+
updates:
7+
- bhc1:
8+
name: Book Hunters Chapter 1 (Completed)
9+
url: light-novels/book-hunters/chapter-1/
610
---
711
# HI #
812

light-novels/book-hunters/chapter-1.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,8 @@ id: chapter-1
146146

147147
In front of him was a cloud of energy in the form of a human being. In its hand, was a small book.
148148

149-
"This is your test. Read this book and we will know if you are a Book Hunter."
149+
"This is your test. Read this book and we will know if you are a Book Hunter." - he passed the boom to Raynell, who held
150+
it suspiciously.
150151

151-
[WIP]
152+
As he grabbed it, he felt a slight hum coming from the book. Its cover was plain, made of a leathery material, with a
153+
title nowhere to be found. Suddenly, words began to form in his mind: "Endless".

0 commit comments

Comments
 (0)