mirror of
https://github.com/ctruLua/ctrulua.github.io.git
synced 2025-10-27 08:29:31 +00:00
Removed useless "About" page Removed post (TEST) Tweaked config Tweaked CSS Tweaked HTML Added a favicon Added a .gitignore Added post (Here it is!) Added header links Added intro on index page
42 lines
2.3 KiB
HTML
42 lines
2.3 KiB
HTML
---
|
|
layout: default
|
|
---
|
|
|
|
<div class="home">
|
|
|
|
<h1>What is ctrµLua?</h1>
|
|
<p>ctrµLua, note the case, is, as you can deduce, a Lua parser for 3DS. It's born within the <a href="http://microlua.xooit.fr">µLua community</a> as an attempt to bring their favorite piece of software to the 3DS. The result ended being mighty different from what was µLua itself.</p>
|
|
|
|
<h1>What can it do?</h1>
|
|
<p>You'll have to ask the guys at development. Or check the <a href="https://github.com/ctruLua/ctruLua/wiki">TODO list</a> on GitHub. The basics are in, so that's good.</p>
|
|
|
|
<h1>What about the lads that made it?</h1>
|
|
|
|
<h2><a href="https://github.com/orgs/ctruLua/people/Firew0lf">Firew0lf</a></h2>
|
|
<p>We're... pretty sure he's a huge nerd. No, more like nerd king. He's one of the two developers on the project, and probably the one most eager to expand it. He also goes by geeker <span style="font-size: 10px;">and I personally believe he must be yelling at all times IRL</span>.</p>
|
|
|
|
<h2><a href="https://github.com/orgs/ctruLua/people/Reuh">Reuh</a></h2>
|
|
<p>Same, a developer. Pretty mature and really silent<span style="font-size: 10px;">, I mean it, sometimes I wonder if he died in front of his screen</span>. Also probably a nerd.</p>
|
|
|
|
<h2><a href="https://github.com/orgs/ctruLua/people/NegiAD">Negi</a></h2>
|
|
<p>Probably the only one who put his real name on GitHub. Loud-mouthed and pretty much useless. He did the <span style="font-size: 10px;">shitty</span> icon. A giga-nerd <span style="font-size: 10px;">and self-proclaimed "community"-manager because no one takes care of this damned website and because it's fun</span>. He never participates in code and unintentionally got credited.</p>
|
|
|
|
<h1>Oh, and...The lads before that?</h1>
|
|
<p><a href="https://github.com/smealum">smea</a>, for the <a href="https://github.com/smealum/ctrulib">ctrulib</a>. And...Credits to whoever made the code they might have helped themselves on, if they did, that is.</p>
|
|
</div>
|
|
|
|
<div class="home last">
|
|
|
|
<h1>Posts</h1>
|
|
|
|
<ul class="posts">
|
|
{% for post in site.posts %}
|
|
<li>
|
|
<span class="post-date">{{ post.date | date: "%b %-d, %Y" }}</span>
|
|
<a class="post-link" href="{{ post.url | prepend: site.baseurl }}">{{ post.title }}</a>
|
|
{{ post.excerpt }}
|
|
</li>
|
|
{% endfor %}
|
|
</ul>
|
|
|
|
</div>
|