This commit is contained in:
Michael Zhang 2018-05-28 16:39:13 -05:00
parent aae0186184
commit b18ce14efd
No known key found for this signature in database
GPG Key ID: A1B65B603268116B
4 changed files with 14 additions and 1 deletions

View File

@ -2,6 +2,8 @@
source "https://rubygems.org" do
gem "kramdown"
gem "jekyll-feed"
gem "jekyll-minifier"
gem "jekyll-watch"
gem "mathematical"
gem "rouge"

View File

@ -4,3 +4,10 @@ kramdown:
input: GFM
smart_quotes: ["apos", "apos", "quot", "quot"]
syntax_highlighter: rouge
jekyll-minifier:
exclude: "feed.xml"
plugins:
- jekyll-feed
- jekyll-minifier

View File

@ -1,4 +1,4 @@
<div style="text-align: center; font-weight: 200;">
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>

View File

@ -16,3 +16,7 @@ layout: default
</tr>
{% endfor %}
</table>
<p style="text-align: center;">
<small><a href="/feed.xml" class="colorlink">click here for RSS feed</a></small>
</p>