Skip to content

Commit

Permalink
Got funny rendering in github, trying to sort out
Browse files Browse the repository at this point in the history
Used github-pages locked gemfile, but locally I get correct
rendering... push this and see if it fixes itself.
  • Loading branch information
santtu committed Jun 26, 2018
1 parent 73f08dd commit cf0e08b
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 314 deletions.
2 changes: 2 additions & 0 deletions Gemfile
@@ -0,0 +1,2 @@
source 'https://rubygems.org'
gem 'github-pages', group: :jekyll_plugins
309 changes: 0 additions & 309 deletions Rakefile

This file was deleted.

11 changes: 7 additions & 4 deletions _config.yml
Expand Up @@ -11,10 +11,13 @@ safe: true
excerpt_separator: "\n\n"
kramdown:
parse_block_html: true
enable_coderay: true
coderay:
coderay_line_numbers: nil
coderay_css: class
syntax_highlighter: rouge
syntax_highlighter_opts:
css_class: 'highlight'
span:
line_numbers: false
block:
line_numbers: true

# Themes are encouraged to use these universal variables
# so be sure to set them if your theme uses them.
Expand Down
3 changes: 2 additions & 1 deletion local
@@ -1,2 +1,3 @@
#!/bin/bash -e
jekyll serve --watch --config _config.yml,_local_config.yml "$@"
##jekyll serve --watch --config _config.yml,_local_config.yml "$@"
bundle exec jekyll serve --watch --config _config.yml,_local_config.yml "$@"

0 comments on commit cf0e08b

Please sign in to comment.