Skip to content

Commit

Permalink
Header, icon, and homepage update
Browse files Browse the repository at this point in the history
  • Loading branch information
nullsystem committed Aug 26, 2024
1 parent 152820f commit d9dc5ed
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ SITE_TITLE := Neotokyo; Rebuild
SRC_DIR := src
DST_DIR := _out
SRCS := $(shell find $(SRC_DIR) -name '*.md' | grep -vxF "src/index.md")
SRCS_CPY := $(SRC_DIR)/style.css
SRCS_CPY := $(SRC_DIR)/style.css $(SRC_DIR)/favicon.ico

BLOG_LIST_FILE := _metadata/blog_list
DSTS_HTML := $(SRCS:$(SRC_DIR)/%.md=$(DST_DIR)/%.html)
Expand Down
2 changes: 2 additions & 0 deletions src/_footer.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
<hr>
<p>Neotokyo; Rebuild - 2024</p>
</body>
</html>

2 changes: 1 addition & 1 deletion src/_header.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
<link rel="icon" href="/favicon.ico">
</head>
<body>
<p><b>Neotokyo; Rebuild</b> - <a href="/">home</a> | <a href="/guide/install">install</a> | <a href="/atom.xml">atom</a></p>
<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>
<hr>

Binary file added src/favicon.ico
Binary file not shown.
1 change: 1 addition & 0 deletions src/guide/install/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
title: Guide - Install NT;RE (Client)

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

## Operating System Requirement

Expand Down
4 changes: 4 additions & 0 deletions src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,9 @@ Neotokyo; Rebuild is a work in progress Source SDK 2013 mod of
[NEOTOKYO](https://store.steampowered.com/app/244630/NEOTOKYO/).
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).

* [Install NT;RE (client)](/guide/install/)
* [Git Repository on GitHub](https://github.com/NeotokyoRebuild/neo)

## Blog
[Atom feed](/atom.xml)

0 comments on commit d9dc5ed

Please sign in to comment.