on
This Site Needs Infinitely More GIFs
Today I set up this website. This blog section here was a Wordpress install–v straightforward. The rest of the site, which I haven’t thought much about yet, is currently just the HTML5 Boilerplate template.
I also set up a Git repository and a locally hosted copy of the site (MAMP ilu). I haven’t used Git that much, but the commands are similar to SVN. Also spent some time live-chatting the hosting company’s tech support to set up SSH access to the server.
Eventually, this blog will be a place where I can talk about CS and programming-related things. While I’m here, let’s see how code looks with this theme:
git init
printf("Hello cruel world\n");
I have a vague sense that the landing page of my site will just be a glorified ‘About’ page with a bunch of links to different hosted projects. I like having this lil website. Hi.