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:
---
variant: post
title: Blogging Workflow
tags: coding
---
Set up
Yay! this is a post! So meta. Much deep. Wow.
```swift
---
variant: post
title: Blogging Workflow
tags: coding
---
Set up
Yay! this is a post! So meta. Much deep. Wow.
[blog source on github](https://github.com/kimjune01/june.kim)