Skip to content

Commit d9dc5ed

Browse files
committed
Header, icon, and homepage update
1 parent 152820f commit d9dc5ed

File tree

6 files changed

+9
-2
lines changed

6 files changed

+9
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ SITE_TITLE := Neotokyo; Rebuild
44
SRC_DIR := src
55
DST_DIR := _out
66
SRCS := $(shell find $(SRC_DIR) -name '*.md' | grep -vxF "src/index.md")
7-
SRCS_CPY := $(SRC_DIR)/style.css
7+
SRCS_CPY := $(SRC_DIR)/style.css $(SRC_DIR)/favicon.ico
88

99
BLOG_LIST_FILE := _metadata/blog_list
1010
DSTS_HTML := $(SRCS:$(SRC_DIR)/%.md=$(DST_DIR)/%.html)

src/_footer.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
<hr>
2+
<p>Neotokyo; Rebuild - 2024</p>
13
</body>
24
</html>
35

src/_header.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
<link rel="icon" href="/favicon.ico">
1010
</head>
1111
<body>
12-
<p><b>Neotokyo; Rebuild</b> - <a href="/">home</a> | <a href="/guide/install">install</a> | <a href="/atom.xml">atom</a></p>
12+
<p><b>Neotokyo; Rebuild</b> - <a href="/">home</a> | <a href="/guide/install">install</a> | <a href="/atom.xml">atom</a> | <a href="https://github.com/NeotokyoRebuild/neo">github</a></p>
1313
<hr>
1414

src/favicon.ico

1.63 KB
Binary file not shown.

src/guide/install/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
title: Guide - Install NT;RE (Client)
22

33
# Guide - Install NT;RE (Client)
4+
Last Updated: 2024-08-26
45

56
## Operating System Requirement
67

src/index.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,9 @@ Neotokyo; Rebuild is a work in progress Source SDK 2013 mod of
55
[NEOTOKYO](https://store.steampowered.com/app/244630/NEOTOKYO/).
66
Builds are available for Windows and Linux on GitHub, the latest release is [Pre-Alpha v7.1](https://github.com/NeotokyoRebuild/neo/releases/tag/v7.1).
77

8+
* [Install NT;RE (client)](/guide/install/)
9+
* [Git Repository on GitHub](https://github.com/NeotokyoRebuild/neo)
10+
811
## Blog
12+
[Atom feed](/atom.xml)
913

0 commit comments

Comments
 (0)