--- layout: publ category: mypubs permalink: /about/publications/ title: "Sample Publications" published: true description: "Sample publication page" tags: - papers - articles - research comments: true modified: "2016-02-13" bibtex: "/files/mypubs.bib" #bibtex: "http://foo-alternate.com/files/mypubs.bib" show_meta: true noindex: false nofollow: true sitemap: priority: 0.5 changefreq: 'monthly' lastmod: 2016-02-13 style: | .container { max-width: 48rem; } --- {% comment %} {% if page.bibtex %} {% if page.bibtex contains 'http' %} {% assign domain = '' %} {% else %} {% assign domain = site.url %} {% endif %} {% capture biburl %}{{ domain }}{{ page.bibtex }}{% endcapture %} {% endif %} {% endcomment %} If category is *mypubs*, then html content from bibtex file at `_includes/mypubs.html` will be shown below.