diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..caf1743 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +_site +.jekyll-metadata \ No newline at end of file diff --git a/_config.yml b/_config.yml index 52b5162..21e3806 100644 --- a/_config.yml +++ b/_config.yml @@ -1,6 +1,6 @@ # Site settings -title: Ctrµlua -description: "Lua homebrewing for 3ds" +title: ctrµLua +description: "A Lua parser for 3DS" baseurl: "" url: "http://ctrulua.github.io" diff --git a/_includes/header.html b/_includes/header.html index e5e6f26..ab96476 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -17,6 +17,11 @@
+ RSS + GitHub + Organization + Documentation + Integration {% for page in site.pages %} {% if page.title %}{{ page.title }}{% endif %} {% endfor %} diff --git a/_posts/2015-10-23-test.html b/_posts/2015-10-23-test.html deleted file mode 100644 index 4456d68..0000000 --- a/_posts/2015-10-23-test.html +++ /dev/null @@ -1,23 +0,0 @@ ---- -layout: post -title: "TEST" -date: 2015-10-23 00:00:00 -categories: status ---- - -
local ctr = require("ctr")
-local gfx = require("ctr.gfx")
-local hid = require("ctr.hid")
-
-while ctr.run() do
-	hid.read()
-	local keys = hid.keys()
-	if keys.held.start then break end
-	
-	gfx.startFrame(gfx.GFX_TOP)
-		gfx.text(2, 2, "TEST")
-	gfx.endFrame()
-	gfx.render()
-end
-
- diff --git a/_posts/2015-10-27-here-it-is.md b/_posts/2015-10-27-here-it-is.md new file mode 100644 index 0000000..ee90cfb --- /dev/null +++ b/_posts/2015-10-27-here-it-is.md @@ -0,0 +1,10 @@ +--- +layout: post +title: "Here it is!" +date: 2015-10-27 00:00:00 +categories: status +excerpt_separator: +--- + +Here's a jolly nice, clean website and blog for us to use! +The tweaks were made by Negi, and the whole writing too. Everything else is bare Jekyll. \ No newline at end of file diff --git a/about.md b/about.md deleted file mode 100644 index 520c489..0000000 --- a/about.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -layout: page -title: About -permalink: /about/ ---- - -TODO diff --git a/css/main.css b/css/main.css index 88090a3..9eec54d 100644 --- a/css/main.css +++ b/css/main.css @@ -18,9 +18,9 @@ body { h1, h2, h3, h4, h5, h6 { font-size: 100%; font-weight: 400; } -a { color: #2a7ae2; text-decoration: none; } -a:hover { color: #000; text-decoration: underline; } -a:visited { color: #205caa; } +a { color: #b30000; text-decoration: none; } +a:hover { color: #f00; text-decoration: underline; } +a:visited { color: #a80000; } /* Utility */ @@ -41,7 +41,7 @@ a:visited { color: #205caa; } /* Site header */ .site-header { - border-top: 5px solid #333; + border-top: 5px solid #b30000; border-bottom: 1px solid #e8e8e8; min-height: 56px; background-color: white; @@ -144,7 +144,11 @@ a:visited { color: #205caa; } /* Home styles */ /* ----------------------------------------------------------*/ -.home h1 { margin-bottom: 25px; } +.home h1 { margin-bottom: 10px; font-size: 25px; margin-top: 10px; } + +.home h2 { font-size: 20px; } + +.home:not( .last ) { border-bottom: 1px solid #c2c2c2; padding-bottom: 10px; } .posts { list-style-type: none; } @@ -227,14 +231,14 @@ a:visited { color: #205caa; } .post pre, .post code { - border: 1px solid #d5d5e9; - background-color: #eef; + border: 1px solid #e9d5d5; + background-color: #fee; padding: 8px 12px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; font-size: 15px; - overflow:scroll; + overflow:auto; } .post code { padding: 1px 5px; } diff --git a/favicon.ico b/favicon.ico new file mode 100644 index 0000000..89bf0a5 Binary files /dev/null and b/favicon.ico differ diff --git a/index.html b/index.html index a9f5097..7f2ada4 100644 --- a/index.html +++ b/index.html @@ -4,6 +4,29 @@ layout: default
+

What is ctrµLua?

+

ctrµLua, note the case, is, as you can deduce, a Lua parser for 3DS. It's born within the µLua community as an attempt to bring their favorite piece of software to the 3DS. The result ended being mighty different from what was µLua itself.

+ +

What can it do?

+

You'll have to ask the guys at development. Or check the TODO list on GitHub. The basics are in, so that's good.

+ +

What about the lads that made it?

+ +

Firew0lf

+

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 and I personally believe he must be yelling at all times IRL.

+ +

Reuh

+

Same, a developer. Pretty mature and really silent, I mean it, sometimes I wonder if he died in front of his screen. Also probably a nerd.

+ +

Negi

+

Probably the only one who put his real name on GitHub. Loud-mouthed and pretty much useless. He did the shitty icon. A giga-nerd and self-proclaimed "community"-manager because no one takes care of this damned website and because it's fun. He never participates in code and unintentionally got credited.

+ +

Oh, and...The lads before that?

+

smea, for the ctrulib. And...Credits to whoever made the code they might have helped themselves on, if they did, that is.

+
+ +
+

Posts

-

subscribe via RSS

-