File tree Expand file tree Collapse file tree 3 files changed +18
-5
lines changed Expand file tree Collapse file tree 3 files changed +18
-5
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,17 @@ url: http://udapi.github.io
16
16
# then add in the baseurl here, like this: "/repository-name"
17
17
baseurl : " "
18
18
19
+ # Jekyll 3 now only supports Kramdown for Markdown
20
+ kramdown :
21
+ # Use GitHub flavored markdown, including triple backtick fenced code blocks
22
+ input : GFM
23
+ # # Jekyll 3 and GitHub Pages now only support rouge for syntax highlighting
24
+ # syntax_highlighter: rouge
25
+ # syntax_highlighter_opts:
26
+ # # Use existing pygments syntax highlighting css
27
+ # css_class: 'highlight'
28
+
29
+
19
30
# Use the following plug-ins
20
31
# gems:
21
32
# - jekyll-sitemap # Create a sitemap using the official Jekyll sitemap gem
Original file line number Diff line number Diff line change @@ -27,8 +27,8 @@ <h1 class="site-name"><a href="{{ site.baseurl }}/">{{ site.name }}</a></h1>
27
27
</ div >
28
28
29
29
< nav >
30
- < a href ="{{ site.baseurl }}/ "> Blog </ a >
31
- < a href ="{{ site.baseurl }}/about " > About </ a >
30
+ < a href ="{{ site.baseurl }}/ "> Home </ a >
31
+ < a href ="{{ site.baseurl }}/example.html " > Example </ a >
32
32
</ nav >
33
33
</ header >
34
34
</ div >
Original file line number Diff line number Diff line change @@ -29,9 +29,11 @@ <h2>API and multi-language framework for processing Universal Dependencies</h2>
29
29
30
30
< div class ="container ">
31
31
< section id ="main_content ">
32
- < h1 >
33
- < a id ="udapi " class ="anchor " href ="#udapi " aria-hidden ="true "> < span aria-hidden ="true " class ="octicon octicon-link "> </ span > </ a > Udapi</ h1 >
34
-
32
+ < h1 > Udapi</ h1 >
33
+ < nav >
34
+ < a href ="{{ site.baseurl }}/ "> Home</ a >
35
+ < a href ="{{ site.baseurl }}/example.html "> Example</ a >
36
+ </ nav >
35
37
< p > a framework for processing < a href ="http://universaldependencies.org/ "> Universal Dependencies</ a > data</ p >
36
38
</ section >
37
39
</ div >
You can’t perform that action at this time.
0 commit comments