Hi All! 👩🏼‍💻 I’m Isla!

This site is going to progressively hold my software development contributions. Its format may radically change as I keep working on it, but the content will always accumulate as my days do.

I’ve never used Hugo before to build a static site so this will be a learning experience. Jekyl was a little Jank-yl heh in my experience so we’re trying a new thing… I am a believer in the small web, so I may move to an even more stripped down version of this site with the Markdown spine shall remain.

To end this post, I just want to print it out officially:

#include <stdio.h>

int main(void) {
    printf("Hello World\n");
    return 0;
}
Hello World

isla