A personal Jekyll portfolio page, nothing more, nothing less, and rarely used.
Wayne Burlingames’ Jekyll Template on GitHub Pages
Jekyll is one of many of a slew of templating systems. There are hundreds, possibly thousands of free templates. So, if you want to “Tinker” just grab and install a template and tweak and modify to your needs/desires. Jekyll web pages, in my opinion are best used when needing a solid, stable web page that does not need to change often. An example would be HowTo Docs or FAQ site.
Here is the awesome thing about Jekyll Templates… You create your template, modify as needed… Github will run Jekyll and can rebuild the page for your site, or multiple pages.
Jekyll Templates can look very nice, and be complicated or very simple, and they look nice.
You also do not have to go through the full steps of :
Simple, Easy, So let’s do it the easy way. If you use Visual Studio or similiar DEV tools you can nearly automatically pull the Jekyll page files, edit them then click Git Push option and you will see website changes within 1-2 minutes.
You can use the editor on GitHub to maintain and preview the content for your website in Markdown files.
Whenever you commit to this repository, GitHub Pages will run Jekyll to rebuild the pages in your site, from the content in your Markdown files.
Markdown is a lightweight and easy-to-use syntax for styling your writing. Lookup markdown cheatsheet and start testing and tinkering. Pretty FUN STUFF! :)