From 89c5b0d032991dfe8b18cbedd185958b648e0e07 Mon Sep 17 00:00:00 2001 From: Tinker Twins Date: Wed, 2 Oct 2024 19:14:55 -0400 Subject: [PATCH] Add announcement feature --- mkdocs.yml | 2 +- overrides/main.html | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 overrides/main.html diff --git a/mkdocs.yml b/mkdocs.yml index dad5764..cf6b2d8 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -74,7 +74,6 @@ extra_javascript: # Plugins plugins: - - blog - search: separator: '[\s\u200b\-_,:!=\[\]()"`/]+|\.(?!\d)|&[lg]t;|(?!\b)(?=[A-Z][a-z])' - awesome-pages @@ -84,6 +83,7 @@ plugins: # - same-dir # - minify: # minify_html: true + - blog # Hooks # hooks: diff --git a/overrides/main.html b/overrides/main.html new file mode 100644 index 0000000..21bdbb3 --- /dev/null +++ b/overrides/main.html @@ -0,0 +1,6 @@ +{% extends "base.html" %} + +{% block announce %} + + Registration for the 2nd F1TENTH Sim Racing League @ CDC 2024 is now open! +{% endblock %} \ No newline at end of file