Skip to content

Commit 6532949

Browse files
committed
Very cool home page.
1 parent 2509709 commit 6532949

File tree

4 files changed

+10
-7
lines changed

4 files changed

+10
-7
lines changed

.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# Generated by github actions
2-
/index.md
1+
# Generated by a github action in neos-modding-group/neos-mod-manifest
2+
/mod-list.md
33

44
# Jekyll things
55
/_site/

.templates/mod-list-template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
---
22
layout: page
3-
title: "Neos Mod List"
3+
title: "Mod List"
44
---

_config.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,10 @@ minima:
55
github: neos-modding-group
66
# Minima date format. refer to http://shopify.github.io/liquid/filters/date/ if you want to customize this
77
date_format: "%Y-%m-%d"
8-
title: Neos Mod List
8+
title: Neos Modding Group
99
header_pages:
10+
- mod-list.md
1011
- submission-tutorial.md
11-
- mod-guidelines.md
12-
- auditing-process.md
13-
- schema.md
1412
- about.md
1513
plugins:
1614
- jekyll-sitemap

index.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
layout: page
3+
---
4+
5+
Very good home page.

0 commit comments

Comments
 (0)