Skip to content

Commit

Permalink
Small tweaks to integrate asciinema! (#45)
Browse files Browse the repository at this point in the history
* adding support for asciicasts (ugly way)

* making cleaner with include tags

* moved demo to contributing

* exposed asciinema params in global config

* put asciicast in more sensible place and made a new one

* dummy commit for travis

* dummy commit for travis

* updating asciinema to be hidden on default

* adding instructions for including
  • Loading branch information
vsoch committed Dec 23, 2016
1 parent 26d8506 commit ca724f0
Show file tree
Hide file tree
Showing 12 changed files with 101,159 additions and 0 deletions.
13 changes: 13 additions & 0 deletions _config.yml
Expand Up @@ -93,3 +93,16 @@ defaults:

sidebars:
- main_sidebar

# asciinema defaults
asciicast:
cols: "115"
rows: "25"
speed: "2.0"
theme: "asciinema"

# asciinema
# tango
# solarized-dark
# solarized-light
# monokai

0 comments on commit ca724f0

Please sign in to comment.