Skip to content

Instantly share code, notes, and snippets.

@jsntn
jsntn / howto-install-jekyll_homebrew-rbenv.txt
Created January 10, 2018 23:21 — forked from r-brown/howto-install-jekyll_homebrew-rbenv.txt
How to install Jekyll using Homebrew and rbenv
# install Homebrew: https://wheat.at/mac/2017/12/09/homebrew.html
$ su ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
# show brew commands
$ brew help
# check current user
$ echo $(whoami)
# grant access to the folders
@jsntn
jsntn / _config.yml
Created October 21, 2017 06:29 — forked from agarrharr/feed.rss
Jekyll Podcast Feed
author:
email:
name:
url:
# PODCAST
license: CC-BY-SA
podcast:
title:
subtitle:
@jsntn
jsntn / README.md
Created July 20, 2016 16:18 — forked from bollwyvl/README.md
A fishbone editor
  • Make a bulleted Markdown list in the top left to update the list
  • Press edit to hide the editor
  • Press save to use [SVG Crowbar][crowbar] to save a copy
  • Click to drag nodes

This is an integration of [this implementation][orig] of a [Fishbone or Ishikawa][ish] diagram, which shows contributions of different levels of a hierarchy to a main concept, with a Markdown editor for making quick diagrams.

The diagram is implemented in [d3.js][d3], while rich-text editing is provided by [CodeMirror][cm], and [marked][mkd] handles Markdown processing.