-
Add
pygments_global_config.rbtomy-jekyll-project/_plugins/. -
Add Pygments options to
_config.yml
markdown: redcarpet| \documentclass[12pt]{article} | |
| \usepackage{color} | |
| \usepackage{xcolor} | |
| \usepackage{textcomp} | |
| \usepackage{listings} | |
| \definecolor{solarized@base03}{HTML}{002B36} | |
| \definecolor{solarized@base02}{HTML}{073642} | |
| \definecolor{solarized@base01}{HTML}{586e75} |
| Syntax: | |
| ... {linecolor | lc} {<colorspec> | <n>} | |
| ... {textcolor | tc} {<colorspec> | {linetype | lt} <n>} | |
| Syntax: | |
| bind {allwindows} [<key-sequence>] ["<gnuplot commands>"] | |
| bind <key-sequence> "" | |
| reset bind |
| /* Solarized Dark | |
| For use with Jekyll and Pygments | |
| http://ethanschoonover.com/solarized | |
| SOLARIZED HEX ROLE | |
| --------- -------- ------------------------------------------ | |
| base03 #002b36 background | |
| base01 #586e75 comments / secondary content |
| // by dw @ bees & bombs >:) | |
| int[][] result; | |
| float t; | |
| void setup() { | |
| setup_(); | |
| result = new int[width*height][3]; | |
| } |