yet another site update. I *told* you.

This commit is contained in:
Lazy Hippopotamus
2024-03-23 19:30:37 -04:00
parent edfec58b92
commit 98d61d20b0
8 changed files with 20 additions and 21 deletions

View File

@@ -1,5 +1,5 @@
[?][@on minify] [?][@on minify]
[=baseurl http://localhost:8080] [=baseurl "http://localhost:8080"]
[i production] [i production]
[=baseurl https://swaous.asuscomm.com/sitix] [=baseurl "https://swaous.asuscomm.com/sitix"]
[/] [/]

View File

@@ -1,6 +1,6 @@
[!][@on minify] [!][@on minify]
[=title Main] [=title "Main"]
[=content-] [=content-]
[#modules/textimage.stx] [#modules/textimage.stx]
<div id="toppybit"> <div id="toppybit">
@@ -8,11 +8,11 @@
<div id="imagine" class="huge">Imagine an SSG</div> <div id="imagine" class="huge">Imagine an SSG</div>
</div> </div>
[=scrollyads-] [=scrollyads-]
[=+ that's FAST] [=+ "that's FAST"]
[=+ that's project agnostic] [=+ "that's project agnostic"]
[=+ that Keeps It Simple, Stupid] [=+ "that Keeps It Simple, Stupid"]
[=+ that Just Makes Sense] [=+ "that Just Makes Sense"]
[=+ that <i class="highlight">makes no assumptions</i>] [=+ "that <i class=\"highlight\">makes no assumptions</i>"]
[/] [/]
<div id="switchybit"> <div id="switchybit">
[f scrollyads ad] [f scrollyads ad]

View File

@@ -1,7 +1,7 @@
[?] [?]
[=textimage-text ] [=textimage-text ""]
[=textimage-image ] [=textimage-image ""]
[=textimage-] [=textimage-]
<div class="textimage scrolly"> <div class="textimage scrolly">

View File

@@ -1,6 +1,6 @@
[!][@on minify] [!][@on minify]
[=title About] [=title "About"]
[=isSimple ] [=isSimple true]
[=content-] [=content-]
<div class="text"> <div class="text">
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 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

View File

@@ -1,6 +1,6 @@
[!] [!]
[=title Install Sitix] [=title "Install Sitix"]
[=isSimple ] [=isSimple true]
[=content-] [=content-]
<div class="text"> <div class="text">
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, 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,

View File

@@ -1,6 +1,6 @@
[!][@on minify] [!][@on minify]
[=title Noteboard] [=title "Noteboard"]
[=isSimple ] [=isSimple true]
[=content-] [=content-]
<div class="text"> <div class="text">
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 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

View File

@@ -1,6 +1,6 @@
[!] [!]
[=title Todo] [=title "Todo"]
[=isSimple ] [=isSimple true]
[=content-] [=content-]
<div class="text"> <div class="text">
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 <a href="https://github.com/LinuxRocks2000/sitix-rewrite/issues">the issues page</a>. 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 <a href="https://github.com/LinuxRocks2000/sitix-rewrite/issues">the issues page</a>.
@@ -11,7 +11,6 @@
<li>Rework the project structure to use Make and have more files rather than larger files.</li> <li>Rework the project structure to use Make and have more files rather than larger files.</li>
<li>Stress-test seggies (maybe build a large "stresstest" project that uses the most cursed possible permutations of all the sitix features).</li> <li>Stress-test seggies (maybe build a large "stresstest" project that uses the most cursed possible permutations of all the sitix features).</li>
<li>Safety: Sitix should not delete your entire codebase if you accidentally mistype the command.</li> <li>Safety: Sitix should not delete your entire codebase if you accidentally mistype the command.</li>
<li>Use Evals more widely.</li>
</ul> </ul>
</div> </div>
[/] [/]

View File

@@ -1,6 +1,6 @@
[!] [!]
[=title Usage] [=title "Usage"]
[=isSimple ] [=isSimple true]
[=content-] [=content-]
<div class="text"> <div class="text">
Sitix is a KISS program, so there's not a lot of setup. Once you've got it installed (see <a href="[^baseurl]/pages/install.html">for information on that</a>), Sitix is a KISS program, so there's not a lot of setup. Once you've got it installed (see <a href="[^baseurl]/pages/install.html">for information on that</a>),