summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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