Skip to content

Commit b7ffed1

Browse files
committed
Set baseurl, use redcarpet for Github-flavored markdown
1 parent ff73241 commit b7ffed1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

_config.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
11
safe: true
22
lsi: false
33
pygments: true
4+
baseurl: /scala
5+
markdown: redcarpet2
6+
redcarpet:
7+
extensions: ["no_intra_emphasis", "fenced_code_blocks", "autolink", "tables", "with_toc_data"]
8+

0 commit comments

Comments
 (0)