Skip to content
Luna edited this page Dec 3, 2019 · 1 revision

General Tools

The following tools may prove useful when working on the site.

Cheat Sheets & Snippets

Text Editors

For text editors, if you don't have a preference already, I recommend Sublime Text There are a lot of useful packages for Jekyll Editing:

  • CSS 3
  • HTML 5
  • HTML Prettify - If you c/p HTML from somewhere, this will make it easier to read.
  • Jekyll - Jekyll Snippets
  • Liquid - Snippets for Jekyll's template language
  • Markdown Extended - Syntax Highlighting for Markdown files
  • Markdown Preview - If you're working on a pure markdown file (like this Doc, this will let you preview it in the browser)
  • MarkdownToC - This is what I generate the Table of Contents with
  • Sublime Linter (Advanced usage) - Double checks your code for you

Clone this wiki locally