summaryrefslogtreecommitdiff
path: root/themes/blowfish/exampleSite/content/samples/external/index.md
blob: b61030ac03df74f018674d295fd2ca1bc9021eac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
---
title: "An External Article"
date: 2019-01-24
externalUrl: "https://nunocoracao.com/projects/"
summary: "The `externalUrl` front matter parameter can link to any URL."
showReadingTime: true
_build:
  render: "false"
  list: "local"
type: 'sample'
---

This page uses the `externalUrl` front matter parameter to link to an article outside of this Hugo website.

It's great for things like linking to posts on Medium or to research papers you may have hosted on third party websites.