diff options
| author | Florian Fischer <florian.fischer@muhq.space> | 2025-06-17 11:36:26 -0500 |
|---|---|---|
| committer | Florian Fischer <florian.fischer@muhq.space> | 2025-07-03 22:01:22 -0400 |
| commit | a31e749727f36d1f24913bbd37c16e0d66ef5561 (patch) | |
| tree | af5b6a4178c303faf65b0e6b98d5858cef34b735 /html | |
| parent | 5e30cea722c34eecc818abbb80f1e734aa88fec9 (diff) | |
| download | muhqs-game-a31e749727f36d1f24913bbd37c16e0d66ef5561.tar.gz muhqs-game-a31e749727f36d1f24913bbd37c16e0d66ef5561.zip | |
configure blog directory index
Diffstat (limited to 'html')
| -rw-r--r-- | html/Makefile | 2 | ||||
| -rw-r--r-- | html/blog/.htaccess | 9 | ||||
| -rw-r--r-- | html/blog/header.html | 10 |
3 files changed, 20 insertions, 1 deletions
diff --git a/html/Makefile b/html/Makefile index 7657fb06..ea38b578 100644 --- a/html/Makefile +++ b/html/Makefile @@ -65,7 +65,7 @@ CARDS_YAML := $(foreach dir,$(SETS_SOURCEDIRS),$(wildcard $(dir)/*.yml)) MAKEFILE_LIST := Makefile -FILES_TO_COPY := hover-placeholder.png tools.html wasm.html $(subst $(HTML_ROOT),,$(wildcard $(HTML_ROOT)js/*)) +FILES_TO_COPY := hover-placeholder.png tools.html wasm.html $(subst $(HTML_ROOT),,$(wildcard $(HTML_ROOT)js/*)) blog/.htaccess blog/header.html FILES_TO_COPY_TARGETS := $(addprefix $(BUILDDIR)/,$(FILES_TO_COPY)) .PHONY: all clean maps misc diff --git a/html/blog/.htaccess b/html/blog/.htaccess new file mode 100644 index 00000000..21f7af6e --- /dev/null +++ b/html/blog/.htaccess @@ -0,0 +1,9 @@ +IndexOptions FancyIndexing +IndexOptions ScanHTMLTitles +IndexOptions SuppressRules +IndexOptions SuppressIcon +IndexOptions SuppressSize +IndexOrderDefault Descending Date +IndexOptions SuppressHTMLPreamble +IndexIgnore header.html +HeaderName header.html diff --git a/html/blog/header.html b/html/blog/header.html new file mode 100644 index 00000000..41d4779f --- /dev/null +++ b/html/blog/header.html @@ -0,0 +1,10 @@ +<!DOCTYPE html> +<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"> +<head> + <meta charset="utf-8" /> + <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" /> + <title>Muhq's Game Blog</title> +</head> +<body> +<h1>Muhq's Game Blog</h1> +Loose collection of blog posts about news, things going on or just random thoughts about the game. |
