From 8e2858a244ba0acae0dfe58bed08e6d17e0970fb Mon Sep 17 00:00:00 2001 From: Tyler Clarke Date: Fri, 11 Apr 2025 11:33:18 -0400 Subject: [PATCH] site updates --- site/config.stx | 2 +- site/contributing.html | 33 +++++++++++++++++++++++++++++++++ site/default.html | 18 +++++++++++++++--- site/post.html | 3 +++ 4 files changed, 52 insertions(+), 4 deletions(-) create mode 100644 site/contributing.html diff --git a/site/config.stx b/site/config.stx index bc53fe7..e6e52b9 100644 --- a/site/config.stx +++ b/site/config.stx @@ -1,7 +1,7 @@ [?] [=baseurl "http://localhost:8080"] [i production] - [=baseurl "https://deadlyboringmath.us/"] + [=baseurl "https://deadlyboringmath.us"] [/] [=subjects-] diff --git a/site/contributing.html b/site/contributing.html new file mode 100644 index 0000000..ebd39e5 --- /dev/null +++ b/site/contributing.html @@ -0,0 +1,33 @@ +[!] +[=content-] +

Contributing

+

+ If you want to contribute to deadly boring math, you can- +

+ +[/] +[#default.html] \ No newline at end of file diff --git a/site/default.html b/site/default.html index f854917..1b61999 100644 --- a/site/default.html +++ b/site/default.html @@ -3,10 +3,22 @@ - Deadly Boring Math + Deadly Boring Math [i title] | [^title][/] + + + + + + + [i author] + + [/] + [i date] + + [/]
@@ -36,10 +48,10 @@ [/]

Notice a mistake? Contact me at plupy44@gmail.com
- Got an article you want to publish here? Shoot me an email to the above address.
+ How To Contribute
Rendered with Sitix
Mathematical formulas generated via MathJax.
- Disclaimer (important!) + Disclaimer (important!)

diff --git a/site/post.html b/site/post.html index c3282be..4c2a6df 100644 --- a/site/post.html +++ b/site/post.html @@ -1,6 +1,9 @@ [?] [=content-]

[^title]

+

+ By [^author] in [^subject] on [^date] +

[^post] [/] [#default.html] \ No newline at end of file