In the true nature of why I started this blog, I’m going to document how to get started. But first, bare with me while I give you the “why I started doing this” memo…
So, I started this because I’ve been an engineer for all but 9 months now and have had my fair amount of struggles getting started. Plus, I’m in a leadership position where I interview more experienced individuals and it seems like everyone has a site similar to this. And now, this is me giving back. I’m going to document code I write, things I learn, and just general thoughts as I go. Ok, thanks for sticking through this…
Here are the steps to create the site (I used a Mac so command lines may differ between platforms):
git clone https://github.com/username/username.github.io
$ git clone https://github.com/<your githubname>/jalpc_jekyll_theme.git
$ gem install jekyll bundler
It’s that simple. Now have fun and customize to your needs. Some tips:
_posts
directory._site
directory._config.yml
file_site/blog/index.html
file.jekyll serve --watch