yet another site update. I *told* you.
This commit is contained in:
@@ -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"]
|
||||
[/]
|
||||
@@ -1,6 +1,6 @@
|
||||
[!][@on minify]
|
||||
|
||||
[=title Main]
|
||||
[=title "Main"]
|
||||
[=content-]
|
||||
[#modules/textimage.stx]
|
||||
<div id="toppybit">
|
||||
@@ -8,11 +8,11 @@
|
||||
<div id="imagine" class="huge">Imagine an SSG</div>
|
||||
</div>
|
||||
[=scrollyads-]
|
||||
[=+ that's FAST]
|
||||
[=+ that's project agnostic]
|
||||
[=+ that Keeps It Simple, Stupid]
|
||||
[=+ that Just Makes Sense]
|
||||
[=+ that <i class="highlight">makes no assumptions</i>]
|
||||
[=+ "that's FAST"]
|
||||
[=+ "that's project agnostic"]
|
||||
[=+ "that Keeps It Simple, Stupid"]
|
||||
[=+ "that Just Makes Sense"]
|
||||
[=+ "that <i class=\"highlight\">makes no assumptions</i>"]
|
||||
[/]
|
||||
<div id="switchybit">
|
||||
[f scrollyads ad]
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
[?]
|
||||
|
||||
[=textimage-text ]
|
||||
[=textimage-image ]
|
||||
[=textimage-text ""]
|
||||
[=textimage-image ""]
|
||||
|
||||
[=textimage-]
|
||||
<div class="textimage scrolly">
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[!][@on minify]
|
||||
[=title About]
|
||||
[=isSimple ]
|
||||
[=title "About"]
|
||||
[=isSimple true]
|
||||
[=content-]
|
||||
<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
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[!]
|
||||
[=title Install Sitix]
|
||||
[=isSimple ]
|
||||
[=title "Install Sitix"]
|
||||
[=isSimple true]
|
||||
[=content-]
|
||||
<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,
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[!][@on minify]
|
||||
[=title Noteboard]
|
||||
[=isSimple ]
|
||||
[=title "Noteboard"]
|
||||
[=isSimple true]
|
||||
[=content-]
|
||||
<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
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[!]
|
||||
[=title Todo]
|
||||
[=isSimple ]
|
||||
[=title "Todo"]
|
||||
[=isSimple true]
|
||||
[=content-]
|
||||
<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>.
|
||||
@@ -11,7 +11,6 @@
|
||||
<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>Safety: Sitix should not delete your entire codebase if you accidentally mistype the command.</li>
|
||||
<li>Use Evals more widely.</li>
|
||||
</ul>
|
||||
</div>
|
||||
[/]
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[!]
|
||||
[=title Usage]
|
||||
[=isSimple ]
|
||||
[=title "Usage"]
|
||||
[=isSimple true]
|
||||
[=content-]
|
||||
<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>),
|
||||
|
||||
Reference in New Issue
Block a user