My first post
23 Aug 2017This here is my go at web development using
For someone with unassuming web development skills, setting it all up was pretty straightforward. The following serve as wonderful walkthroughs for setting up your environment:
Now that your environment is all set up:
- Look for Jekyll templates and download/clone/fork your pick
- These templates come with instructions to tailor them to your needs; they are pretty easy to modify since you have to type your content in markdown involving minimal code
- Open a bash terminal (UNIX) or command prompt (Microsoft Windows) in the master directory of your template, and let
jekyll serve
do the magic!
Some pretty useful frameworks/tweaks that I decided to embed in my template for a better UI/UX