mirror of
https://github.com/ctruLua/ctrulua.github.io.git
synced 2025-10-27 16:39:30 +00:00
A New Journey Begins...
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
This commit is contained in:
parent
c2d62372ef
commit
506d7a9d80
9 changed files with 55 additions and 42 deletions
|
|
@ -1,23 +0,0 @@
|
|||
---
|
||||
layout: post
|
||||
title: "TEST"
|
||||
date: 2015-10-23 00:00:00
|
||||
categories: status
|
||||
---
|
||||
|
||||
<pre><code>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
|
||||
</code></pre>
|
||||
|
||||
10
_posts/2015-10-27-here-it-is.md
Normal file
10
_posts/2015-10-27-here-it-is.md
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
---
|
||||
layout: post
|
||||
title: "Here it is!"
|
||||
date: 2015-10-27 00:00:00
|
||||
categories: status
|
||||
excerpt_separator: <!--more-->
|
||||
---
|
||||
|
||||
Here's a jolly nice, clean website and blog for us to use!<!--more-->
|
||||
The tweaks were made by Negi, and the whole writing too. Everything else is bare Jekyll.
|
||||
Loading…
Add table
Add a link
Reference in a new issue