Blogging Workflow
Set up:
- Jekyll
- Sublime Text 3
- Enable Source Map to CSS Jekyll CSS is at /_site/assets/core.css and stop refreshing when editing scss
- Markdown Cheat Sheet
New post:
- Right click any file on the sublime sidebar, new file.
- type in:
---
layout: post
title: Blogging Workflow
tags: coding
---
Set up
Yay! this is a post! So meta. Much deep. Wow.
{% highlight swift %}
---
layout: post
title: Blogging Workflow
tags: coding
---
Set up
Yay! this is a post! So meta. Much deep. Wow.
{% endhighlight %}