update
This commit is contained in:
parent
aae0186184
commit
b18ce14efd
4 changed files with 14 additions and 1 deletions
2
Gemfile
2
Gemfile
|
@ -2,6 +2,8 @@
|
||||||
|
|
||||||
source "https://rubygems.org" do
|
source "https://rubygems.org" do
|
||||||
gem "kramdown"
|
gem "kramdown"
|
||||||
|
gem "jekyll-feed"
|
||||||
|
gem "jekyll-minifier"
|
||||||
gem "jekyll-watch"
|
gem "jekyll-watch"
|
||||||
gem "mathematical"
|
gem "mathematical"
|
||||||
gem "rouge"
|
gem "rouge"
|
||||||
|
|
|
@ -4,3 +4,10 @@ kramdown:
|
||||||
input: GFM
|
input: GFM
|
||||||
smart_quotes: ["apos", "apos", "quot", "quot"]
|
smart_quotes: ["apos", "apos", "quot", "quot"]
|
||||||
syntax_highlighter: rouge
|
syntax_highlighter: rouge
|
||||||
|
|
||||||
|
jekyll-minifier:
|
||||||
|
exclude: "feed.xml"
|
||||||
|
|
||||||
|
plugins:
|
||||||
|
- jekyll-feed
|
||||||
|
- jekyll-minifier
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
<div style="text-align: center; font-weight: 200;">
|
<div style="text-align: center; font-weight: 200;">
|
||||||
written by Michael Zhang.
|
written by Michael Zhang.
|
||||||
<a href="https://git.mzhang.me/michael/blog" target="_blank">source</a>
|
<a href="https://git.mzhang.me/michael/blog" class="colorlink" target="_blank">source</a>
|
||||||
</div>
|
</div>
|
|
@ -16,3 +16,7 @@ layout: default
|
||||||
</tr>
|
</tr>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
|
<p style="text-align: center;">
|
||||||
|
<small><a href="/feed.xml" class="colorlink">click here for RSS feed</a></small>
|
||||||
|
</p>
|
||||||
|
|
Loading…
Reference in a new issue