Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
SITE_HTTPS_URL := https://neotokyorebuild.github.io/
SITE_TITLE := Neotokyo; Rebuild
SITE_TITLE := NEOTOKYO;REBUILD

SRC_DIR := src
DST_DIR := _out
Expand Down
2 changes: 1 addition & 1 deletion src/_footer.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<hr>
<p>
Neotokyo; Rebuild - 2024-2025 | Neotokyo: Revamp - 2019-2024
NEOTOKYO;REBUILD - 2024-2026 | Neotokyo: Revamp - 2019-2024
</p>
</body>
</html>
Expand Down
6 changes: 3 additions & 3 deletions src/_header.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>SSG_TITLE | Neotokyo; Rebuild</title>
<link rel="alternate" href="/atom.xml" type="application/atom+xml" title="Neotokyo; Rebuild blog atom feed">
<title>SSG_TITLE | NEOTOKYO;REBUILD</title>
<link rel="alternate" href="/atom.xml" type="application/atom+xml" title="NEOTOKYO;REBUILD blog atom feed">
<link rel="stylesheet" href="/style.css">
<link rel="icon" href="/favicon.ico">
</head>
<body>
<header>
<p>
<span>
<b>Neotokyo; Rebuild</b>
<b>NEOTOKYO;REBUILD</b>
- <a href="/">home</a>
| <a href="/guide/install">install</a>
| <a href="/atom.xml">atom</a>
Expand Down
4 changes: 2 additions & 2 deletions src/index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
title: Home

# Neotokyo; Rebuild
Neotokyo; Rebuild is a work in progress Source SDK 2013 mod of
# NEOTOKYO;REBUILD
NEOTOKYO;REBUILD is a work in progress Source SDK 2013 mod of
[NEOTOKYO°](https://store.steampowered.com/app/244630/NEOTOKYO/).
Builds available for Windows and Linux are hosted on GitHub.

Expand Down