diff --git a/Gemfile b/Gemfile index 37f5eaa..b035738 100644 --- a/Gemfile +++ b/Gemfile @@ -1,2 +1,4 @@ source 'https://rubygems.org' +gem 'wdm', '>= 0.1.0' if Gem.win_platform? gem 'github-pages', group: :jekyll_plugins +gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw] \ No newline at end of file diff --git a/_posts/2019-01-21-review_Deep Learning for Single Image Super-Resolution: A Brief Review.md b/_posts/2019-01-21-review_Deep Learning for Single Image Super-Resolution_ A Brief Review.md similarity index 100% rename from _posts/2019-01-21-review_Deep Learning for Single Image Super-Resolution: A Brief Review.md rename to _posts/2019-01-21-review_Deep Learning for Single Image Super-Resolution_ A Brief Review.md diff --git a/index.html b/index.html index d6b4c22..2552dbc 100644 --- a/index.html +++ b/index.html @@ -7,14 +7,32 @@ {% for post in paginator.posts %}
-
{{ post.title }}
+ + + +
+ + {% if post.categories %} + {% for category in post.categories %} + [] + {% endfor %} + {% endif %} + + {{ post.title }} +

{{ post.date | date_to_string }}

+ +

{% assign author = site.data.authors[post.author] %} {% if author %} Written by {{author.name}} {% endif %}

+ + + +
{% if post.excerpt %} {{ post.excerpt | strip_html | truncatewords: 30}} @@ -22,7 +40,8 @@ {{ post.content }} {% endif }
- {% include tags.html %} +
{% %}

+ {% include tags.html %}
{% endfor %}