Skip to content

Commit 90945ad

Browse files
committed
new updates
1 parent f8db8d8 commit 90945ad

26 files changed

+1900
-498
lines changed

.idea/workspace.xml

Lines changed: 301 additions & 269 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

_includes/footer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,4 +100,4 @@ <h2>We’ve created a framework to help you kick start your project faster and b
100100
<footer class="hide">
101101
&copy; {{ site.time | date: '%Y' }} {{ site.owner.name }}. Powered by <a href="http://jekyllrb.com/">Jekyll</a>, <a
102102
href="http://github.com/renyuanz/leonids/">leonids theme</a> made with <i class="fa fa-heart heart-icon"></i>
103-
</footer>
103+
</footer>

_includes/head.html

Lines changed: 21 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
<link rel="stylesheet" href="{{ site.url }}/assets/css/bootstrap.css">
1212
<link rel="stylesheet" href="{{ site.url }}/assets/css/flat-ui.css">
1313
<link rel="stylesheet" href="{{ site.url }}/assets/css/icon-font.css">
14-
<link rel="stylesheet" href="{{ site.url }}/assets/css/highlight.css">
1514
<link rel="stylesheet" href="{{ site.url }}/assets/css/style.css">
15+
<link rel="stylesheet" href="{{ site.url }}/assets/css/prism.css">
1616

1717
<link rel="canonical" href="{{ page.url | replace:'index.html','' | prepend: site.url }}">
1818
<link rel="alternate" type="application/rss+xml" title="{{ site.title }}" href="{{ "
@@ -27,4 +27,23 @@
2727
<script type="text/javascript" src="{{ site.url }}/assets/js/jquery-2.1.4.min.js"></script>
2828
<script type="text/javascript" src="{{ site.url }}/assets/js/bootstrap.min.js"></script>
2929

30-
</head>
30+
<script src="{{ "
31+
/assets/js/prism.js" | prepend: site.baseurl }}"></script>
32+
33+
34+
</head>
35+
36+
37+
<script type="text/javascript">
38+
Prism.plugins.NormalizeWhitespace.setDefaults({
39+
'remove-trailing': true,
40+
'remove-indent': true,
41+
'left-trim': true,
42+
'right-trim': true,
43+
/*'break-lines': 80,
44+
'indent': 2,
45+
'remove-initial-line-feed': false,
46+
'tabs-to-spaces': 4,
47+
'spaces-to-tabs': 4*/
48+
});
49+
</script>

_includes/menu.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<ul class="nav pull-right">
99
<li><a href="/">Home</a></li>
1010
<li><a href="/doc">Guide</a></li>
11-
<li><a href="/doc/#swallow_intro">Examples</a></li>
11+
<li><a href="/doc/tutorial-firebase">Examples</a></li>
1212
<li><a href="/community">Community</a></li>
1313
</ul>
1414
</div>

assets/css/bootstrap.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5828,4 +5828,3 @@ td.visible-print {
58285828
display: none !important;
58295829
}
58305830
}
5831-
/*# sourceMappingURL=bootstrap.css.map */

assets/css/highlight.css

Lines changed: 0 additions & 98 deletions
This file was deleted.

0 commit comments

Comments
 (0)