Skip to content

Commit

Permalink
update jekyll - now use kramdown and rouge
Browse files Browse the repository at this point in the history
  • Loading branch information
matteomattei committed Aug 9, 2016
1 parent 3f1d339 commit 9857b69
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions _config.yml
Expand Up @@ -19,10 +19,14 @@ keywords:
- html
- jquery
- computer engineer
- nodejs
# Build settings
markdown: rdiscount
permalink: pretty
highlighter: rouge
markdown: kramdown
kramdown:
input: GFM
syntax_highlighter: rouge
permalink: pretty
paginate: 6
gems: [jekyll-paginate, jekyll-gist]
exclude: [node_modules]
Expand Down
Expand Up @@ -24,4 +24,4 @@ allow_url_include = Off # no external URL access
disable_functions = exec,passthru,shell_exec,system,proc_open,popen,curl_exec,curl_multi_exec,parse_ini_file,show_source # potential dangerous functions to disable
```

After that, restart the web server and create a ```phpinfo()``` page to make sure the new values have been correctly set.
After that, restart the web server and create a `phpinfo()` page to make sure the new values have been correctly set.

0 comments on commit 9857b69

Please sign in to comment.