Main page here.

Enlightenment with a terminal and standard content here with some text to test some layout and flow. Lets see if this wraps around and formats nicely. Hopefully it will not be too bad.


This is a very small screenshot with a video player (Rage) playing and an alternate background.


Some inlined color hilighted source code:

#include <stdio.h>

// This is my very first program
void
myfunc(int x)
{
  x += 100;
}

int
main(int argc, char **argv)
{
  myfunc(10);
  printf("Hello world!\n"); /* Print some stuff */
  return 0;
}

Now do code pointing a php helper func to a src file by path and include it in the page:

#include <stdio.h>

// This is my very first program
void
myfunc(int x)
{
  x += 100;
}

int
main(int argc, char **argv)
{
  myfunc(10);
  printf("Hello world!\n"); /* Print some stuff */
  return 0;
}

Now some colro hilighted inlined bash:

export VAR="hello"
echo $VAR; echo $HOME; echo "hello"
while [ 1 ]; do echo "xxx"; done

Now some code provided as a string to a helper func:

#include "x.h"

int main(int argc, char **argv) {
  printf("hey!\n");
  return 0;
}

Now some markdown provided as a string:

Header 1

Header 2

Header 3

Header 4

Header 5
Header 6

Alternatively, for H1 and H2, an underline-ish style:

Alt-H1

Alt-H2

  1. First ordered list item
  2. Another item
    • Unordered sub-list.
  3. Actual numbers don't matter, just that it's a number
    1. Ordered sub-list
  4. And another item.

I'm an inline-style link

I'm an inline-style link with title

Some markdown by pointing a helper func to the markdown file:

  • Finish my changes
  • Push my commits to GitHub
  • Open a pull request
  • formatting, and strike and italics
  • list syntax required (any unordered or ordered list supported)
  • this is a complete item

Tables Are Cool
col 3 is right-aligned $1600
col 2 is centered $12
zebra stripes are neat $1

Some screenshot images with varying widths:

Main