blowfish/exampleSite/content/samples/external/index.md

16 lines
478 B
Markdown
Raw Permalink Normal View History

2022-09-10 20:05:37 +01:00
---
title: "An External Article"
date: 2019-01-24
externalUrl: "https://n9o.xyz/projects/"
2022-09-10 20:05:37 +01:00
summary: "The `externalUrl` front matter parameter can link to any URL."
2022-10-17 12:42:33 +01:00
showReadingTime: true
2022-09-10 20:05:37 +01:00
_build:
render: "false"
list: "local"
2023-01-24 22:35:14 +00:00
type: 'sample'
2022-09-10 20:05:37 +01:00
---
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.