Dabble Blog

Dec 10, 2017

YouTube Posts

NOTE: click the image below to view the video on YouTube

Creating your first Amazon Alexa Skill in about 11-minutes

Dec 10, 2017

Jekyll Notes

See the Jekyll docs for details on using Jekyll.

Commands

$ jekyll serve runs the local web server at http://127.0.0.1:4000/

$ jekyll serve --drafts runs the local web server and includes posts in the _drafts folder

$ jekyll build to generate into ./_site

$ jekyll build --destination {destination} to generate into {destination}

$ jekyll build --source {source} --destination {destination} to generate {source} folder into {destination}

$ jekyll build --watch to generated into ./_site and regenerated when changes happen

Front Matter

For more details see the front matter documentation

---
layout: post
title:  "Jekyll Notes"
date:   2017-12-10 12:12:00 -0500
slug: "jekyll-notes"
tags: [milk, pumpkin pie, eggs, juice]
categories: [milk, pumpkin pie, eggs, juice]
---