From 98d61d20b0a59a319c0867b27b10bdafc194f909 Mon Sep 17 00:00:00 2001 From: Lazy Hippopotamus Date: Sat, 23 Mar 2024 19:30:37 -0400 Subject: [PATCH] yet another site update. I *told* you. --- site/config.stx | 4 ++-- site/index.html | 12 ++++++------ site/modules/textimage.stx | 4 ++-- site/pages/about.html | 4 ++-- site/pages/install.html | 4 ++-- site/pages/noteboard.html | 4 ++-- site/pages/todo.html | 5 ++--- site/pages/usage.html | 4 ++-- 8 files changed, 20 insertions(+), 21 deletions(-) diff --git a/site/config.stx b/site/config.stx index 9781af3..f2aa9d1 100644 --- a/site/config.stx +++ b/site/config.stx @@ -1,5 +1,5 @@ [?][@on minify] -[=baseurl http://localhost:8080] +[=baseurl "http://localhost:8080"] [i production] - [=baseurl https://swaous.asuscomm.com/sitix] + [=baseurl "https://swaous.asuscomm.com/sitix"] [/] \ No newline at end of file diff --git a/site/index.html b/site/index.html index 987c2af..bbfc7a7 100644 --- a/site/index.html +++ b/site/index.html @@ -1,6 +1,6 @@ [!][@on minify] -[=title Main] +[=title "Main"] [=content-] [#modules/textimage.stx]
@@ -8,11 +8,11 @@
Imagine an SSG
[=scrollyads-] - [=+ that's FAST] - [=+ that's project agnostic] - [=+ that Keeps It Simple, Stupid] - [=+ that Just Makes Sense] - [=+ that makes no assumptions] + [=+ "that's FAST"] + [=+ "that's project agnostic"] + [=+ "that Keeps It Simple, Stupid"] + [=+ "that Just Makes Sense"] + [=+ "that makes no assumptions"] [/]
[f scrollyads ad] diff --git a/site/modules/textimage.stx b/site/modules/textimage.stx index 53649e1..75f8f8f 100644 --- a/site/modules/textimage.stx +++ b/site/modules/textimage.stx @@ -1,7 +1,7 @@ [?] -[=textimage-text ] -[=textimage-image ] +[=textimage-text ""] +[=textimage-image ""] [=textimage-]
diff --git a/site/pages/about.html b/site/pages/about.html index 4d32700..9c3771d 100644 --- a/site/pages/about.html +++ b/site/pages/about.html @@ -1,6 +1,6 @@ [!][@on minify] -[=title About] -[=isSimple ] +[=title "About"] +[=isSimple true] [=content-]
Sitix began in Summer '23 when I got fed up with the quirks of Jekyll and decided to build my own templating engine. I put together a schematic not unlike diff --git a/site/pages/install.html b/site/pages/install.html index 27732d9..f6f2024 100644 --- a/site/pages/install.html +++ b/site/pages/install.html @@ -1,6 +1,6 @@ [!] -[=title Install Sitix] -[=isSimple ] +[=title "Install Sitix"] +[=isSimple true] [=content-]
Sitix is written in C++ without any frameworks or anything. It doesn't muck about with Node.JS or Ruby or any such stuff. This means native-level performance, diff --git a/site/pages/noteboard.html b/site/pages/noteboard.html index 2c75423..75ece5f 100644 --- a/site/pages/noteboard.html +++ b/site/pages/noteboard.html @@ -1,6 +1,6 @@ [!][@on minify] -[=title Noteboard] -[=isSimple ] +[=title "Noteboard"] +[=isSimple true] [=content-]
This is where I'll post miscellaneous notes on Sitix stuff. If you're using Sitix (or just interested in the project), you should check back here diff --git a/site/pages/todo.html b/site/pages/todo.html index 6408142..0a4fbbb 100644 --- a/site/pages/todo.html +++ b/site/pages/todo.html @@ -1,6 +1,6 @@ [!] -[=title Todo] -[=isSimple ] +[=title "Todo"] +[=isSimple true] [=content-]
Sitix is still a pretty young piece of software, so if there's a missing feature that isn't on this list, don't hesitate to submit a feature request on the issues page. @@ -11,7 +11,6 @@
  • Rework the project structure to use Make and have more files rather than larger files.
  • Stress-test seggies (maybe build a large "stresstest" project that uses the most cursed possible permutations of all the sitix features).
  • Safety: Sitix should not delete your entire codebase if you accidentally mistype the command.
  • -
  • Use Evals more widely.
  • [/] diff --git a/site/pages/usage.html b/site/pages/usage.html index fcfd95a..c4adc4e 100644 --- a/site/pages/usage.html +++ b/site/pages/usage.html @@ -1,6 +1,6 @@ [!] -[=title Usage] -[=isSimple ] +[=title "Usage"] +[=isSimple true] [=content-]
    Sitix is a KISS program, so there's not a lot of setup. Once you've got it installed (see for information on that),