diff --git a/_config.yml b/_config.yml index 7d5c225..865b44d 100644 --- a/_config.yml +++ b/_config.yml @@ -14,7 +14,7 @@ description : &description "Associate Professor at University of Ne url : https://scottbateman.github.io # the base hostname & protocol for your site e.g. "https://mmistakes.github.io" baseurl : "" # the subpath of your site, e.g. "/blog" repository : "scottbateman/scottbateman.github.io" -teaser : # filename of teaser fallback teaser image placed in /images/, .e.g. "500x300.png" +teaser : "2019-01-01.png" breadcrumbs : false # true, false (default) words_per_minute : 160 future : true diff --git a/_includes/archive-single.html b/_includes/archive-single.html index 2578471..16e4f27 100644 --- a/_includes/archive-single.html +++ b/_includes/archive-single.html @@ -13,9 +13,14 @@ {% endif %}
-
+
+ {% if teaser %} +
+ +
+ {% endif %} {% if include.type == "grid" and teaser %} -
+ {% endif %} +
+

+ {% if post.link %} + {{ title }} Permalink + {% else %} + {{ title }} + {% endif %} +

-

- {% if post.link %} - {{ title }} Permalink - {% else %} - {{ title }} + {% if post.read_time %} +

{% include read-time.html %}

{% endif %} -

- - {% if post.read_time %} -

{% include read-time.html %}

- {% endif %} - {% if post.collection == 'teaching' %} -

{{ post.type }}, {{ post.venue }}, {{ post.date | default: "1900-01-01" | date: "%Y" }}

- {% elsif post.collection == 'publications' %} -

Published in {{ post.venue }}, {{ post.date | default: "1900-01-01" | date: "%Y" }}

- {% elsif post.date %} -

{{ site.data.ui-text[site.locale].date_label | default: "Published:" }}

- {% endif %} - - {% if post.excerpt and site.read_more != 'enabled' %} -

{{ post.excerpt | markdownify }}

- {% elsif post.excerpt and site.read_more == 'enabled' %} -

{{ post.excerpt | markdownify | remove: '

' | remove: '

' }} Read more

- {% endif %} - - {% if post.citation and post.paperurl %} -

Recommended citation: {{ post.citation }} {{ post.paperurl }}

- {% elsif post.citation %} -

Recommended citation: {{ post.citation }}

- {% elsif post.paperurl %} -

Download here

- {% endif %} + {% if post.collection == 'teaching' %} +

{{ post.type }}, {{ post.venue }}, {{ post.date | default: "1900-01-01" | date: "%Y" }}

+ {% elsif post.collection == 'publications' %} +

Published in {{ post.venue }}, {{ post.date | default: "1900-01-01" | date: "%Y" }}

+ {% elsif post.date %} +

{{ site.data.ui-text[site.locale].date_label | default: "Published:" }}

+ {% endif %} + {% if post.excerpt and site.read_more != 'enabled' %} +

{{ post.excerpt | markdownify }}

+ {% elsif post.excerpt and site.read_more == 'enabled' %} +

{{ post.excerpt | markdownify | remove: '

' | remove: '

' }} Read more

+ {% endif %} + +
diff --git a/_pages/publications.md b/_pages/publications.md index 0a07114..dc5aff9 100644 --- a/_pages/publications.md +++ b/_pages/publications.md @@ -4,7 +4,7 @@ title: "Publications" permalink: /publications/ author_profile: true --- -# Publications + {% if author.googlescholar %} You can also find my articles on my Google Scholar profile. {% endif %} diff --git a/images/2019-01-01.png b/images/2019-01-01.png new file mode 100644 index 0000000..0382055 Binary files /dev/null and b/images/2019-01-01.png differ