bake's ctrl-c.club theme - by ~philips
how to get this theme
June 04 - 2015 at 23h

If you are curious how to get this theme for use on bake (or not), this is for you.

CSS

There's a css folder right here where you can get all the css used in this blog.

HTML

Just save this page and take a look at it! If you are looking for a template for bake, check this one out.

bake is out
June 04 - 2015 at 23h

Hello everyone!

Today I am here to present you with the latest technology advancements in blogging technology!

I am proud to annouce that our beloved blogging tool, bake has been open-sourced under the terms of the Do What The Fuck You Want To Public License, Version 2!

You can get it at the bake's repository. There's a simple Makefile included for compilling it with clang, but you can easily edit it to use gcc, if you prefer.

If you are unsure in how to use it, I recommend reading the README at the repository an also the original bake's post but be carefull with it, there are some changes in the latest version.

If you have any more questions, you can ask me at

felipe[dot]oltavares[that symbol]gmail[dot]com

If you find a bug, open an issue in the github repository.

GO AND GRAB BAKE!

90s theme
May 17 - 2015 at 22h

Bake's Official theme

Bake is an little but quite awesome static blogging tool. I developed it specifically for use on ctrl-c.club this theme should be considered the default one, as it resembles pretty much the look and feel (not much feel in it anyway) of the machine.

To learn more about bake, take a look at the bake post.

As we all know how important code is to us, I'll put some code below to demonstrate bake's capabilities:

#include <stdio.h>

int main (void) {
    return 0;
}

Bake is Markdown-enabled.

Happy baking!