summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-08-04Add other languages that I have learned to interestsKarl Hallsby
2020-08-04Add athletics to interestsKarl Hallsby
2020-08-04Add computer-related interestsKarl Hallsby
2020-08-04Add interests pageKarl Hallsby
This website is meant to give a more comprehensive look at me, compared to the Resume/CV. So, I am including things that would otherwise be outside the scope of a typical CV.
2020-08-04Include links to titles/organizations in activitiesKarl Hallsby
2020-08-04Hid the default blog post. Has useful info for laterKarl Hallsby
2020-08-03Add table of completed course workKarl Hallsby
2020-08-03Insert picture of selfKarl Hallsby
Still toying with the style and how to manage the picture using inline styles, but that can come later.
2020-08-03Add cropped face shot, in PNG formatKarl Hallsby
2020-08-03Move default jekyll info (theme and options) to config fileKarl Hallsby
2020-08-03Add picture of selfKarl Hallsby
2020-07-31Add a favicon of my initialsKarl Hallsby
This is just a first pass. I might change the favicon later, but at least I have one now.
2020-07-30Add academic extracurricular activitiesKarl Hallsby
2020-07-30Also point to my Emacs dotfilesKarl Hallsby
2020-07-30Leave placeholder for picture of myselfKarl Hallsby
2020-07-30Bump Academic Honors to H1Karl Hallsby
2020-07-30Switch from schools to intended degrees and ETAKarl Hallsby
2020-07-30Improve wording about my online handleKarl Hallsby
2020-07-30Remove index/home from navigation barKarl Hallsby
2020-07-30Improved wording of Ecolab version controlKarl Hallsby
2020-07-18Add table for academic honors receivedKarl Hallsby
2020-07-18Add tools I am familiar withKarl Hallsby
2020-07-18Improve list of language proficienciesKarl Hallsby
2020-07-18Replace single line breaks using \ with HTML <br>Karl Hallsby
2020-07-18Remove reference to webserver's IP addressKarl Hallsby
2020-07-18Ran script to update ruby gems in useKarl Hallsby
2020-07-18Write script to update all necessary ruby gemsKarl Hallsby
2020-07-18Add download page for my CVKarl Hallsby
2020-07-18Add Work experience from CV to siteKarl Hallsby
There are 2 ways I can choose to present this information: 1. With bullets 2. As single newlines between sentences
2020-07-18Add skeleton education page to siteKarl Hallsby
2020-07-18Add linkedin username for LinkedIn redirectKarl Hallsby
2020-07-18Update site description to personalized versionKarl Hallsby
2020-07-18Add Full name and Personal Statement to About PageKarl Hallsby
2020-07-11Add programming language proficienciesKarl Hallsby
2020-07-11Changed welcome page to start talking about me.Karl Hallsby
2020-07-11About: You have reached meKarl Hallsby
2020-07-11Change title of websiteKarl Hallsby
2020-07-08When building to test the site, use localhost IP AddressKarl Hallsby
2020-07-08Remove Twitter handle/linkKarl Hallsby
2020-07-08Create nix-shell environment for development computersKarl Hallsby
I used the bundix program to generate the gemset.nix file. You can generate the same thing with `nix-env -iA bundix`. I then quickly wrote a default.nix so that I can open a nix-shell in the project directory, to make my life much, much easier to develop with Nix and others. I am keeping the other gemfiles for now, because I am developing over several different systems and might need to keep it for now.
2020-07-07Removed files I made that are uselessKarl Hallsby
2020-07-07Run jekyll new on website projectKarl Hallsby
2020-07-07Start a first, test documentKarl Hallsby
2020-07-07Include additional information with website and generatorKarl Hallsby
2020-07-07Add basic config file for jekyllKarl Hallsby