feat: standardize page resource links via links + hugoblox.ids
This commit is contained in:
@@ -36,15 +36,13 @@ image:
|
|||||||
caption: 'Image credit: [**Unsplash**](https://unsplash.com/photos/bzdhc5b3Bxs)'
|
caption: 'Image credit: [**Unsplash**](https://unsplash.com/photos/bzdhc5b3Bxs)'
|
||||||
focal_point: Right
|
focal_point: Right
|
||||||
|
|
||||||
#links:
|
links:
|
||||||
# - icon: twitter
|
- type: code
|
||||||
# icon_pack: fab
|
url: https://github.com
|
||||||
# name: Follow
|
- type: slides
|
||||||
# url: https://twitter.com/georgecushen
|
url: https://slideshare.net
|
||||||
url_code: 'https://github.com'
|
- type: video
|
||||||
url_pdf: ''
|
url: https://youtube.com
|
||||||
url_slides: 'https://slideshare.net'
|
|
||||||
url_video: 'https://youtube.com'
|
|
||||||
|
|
||||||
# Markdown Slides (optional).
|
# Markdown Slides (optional).
|
||||||
# Associate this talk with Markdown slides.
|
# Associate this talk with Markdown slides.
|
||||||
@@ -68,8 +66,8 @@ Click on the **Slides** button above to view the built-in slides feature.
|
|||||||
|
|
||||||
Slides can be added in a few ways:
|
Slides can be added in a few ways:
|
||||||
|
|
||||||
- **Create** slides using Hugo Blox Builder's [_Slides_](https://docs.hugoblox.com/reference/content-types/) feature and link using `slides` parameter in the front matter of the talk file
|
- **Create** slides using Hugo Blox Builder's [_Slides_](https://docs.hugoblox.com/reference/content-types/) feature and link using the `slides` parameter in the front matter of the talk file
|
||||||
- **Upload** an existing slide deck to `static/` and link using `url_slides` parameter in the front matter of the talk file
|
- **Upload** an existing slide deck to this page bundle and link it using `links: [{ type: slides, url: path/to/file } ]` in front matter
|
||||||
- **Embed** your slides (e.g. Google Slides) or presentation video on this page using [shortcodes](https://docs.hugoblox.com/reference/markdown/).
|
- **Embed** your slides (e.g. Google Slides) or presentation video on this page using [shortcodes](https://docs.hugoblox.com/reference/markdown/).
|
||||||
|
|
||||||
Further event details, including [page elements](https://docs.hugoblox.com/reference/markdown/) such as image galleries, can be added to the body of this page.
|
Further event details, including [page elements](https://docs.hugoblox.com/reference/markdown/) such as image galleries, can be added to the body of this page.
|
||||||
|
|||||||
@@ -1,7 +1,9 @@
|
|||||||
---
|
---
|
||||||
title: Pandas
|
title: Pandas
|
||||||
date: 2023-10-26
|
date: 2023-10-26
|
||||||
external_link: https://github.com/pandas-dev/pandas
|
links:
|
||||||
|
- type: site
|
||||||
|
url: https://github.com/pandas-dev/pandas
|
||||||
tags:
|
tags:
|
||||||
- Hugo
|
- Hugo
|
||||||
- Wowchemy
|
- Wowchemy
|
||||||
|
|||||||
@@ -1,7 +1,9 @@
|
|||||||
---
|
---
|
||||||
title: PyTorch
|
title: PyTorch
|
||||||
date: 2023-10-26
|
date: 2023-10-26
|
||||||
external_link: https://github.com/pytorch/pytorch
|
links:
|
||||||
|
- type: site
|
||||||
|
url: https://github.com/pytorch/pytorch
|
||||||
tags:
|
tags:
|
||||||
- Hugo
|
- Hugo
|
||||||
- Wowchemy
|
- Wowchemy
|
||||||
|
|||||||
@@ -1,7 +1,9 @@
|
|||||||
---
|
---
|
||||||
title: scikit-learn
|
title: scikit-learn
|
||||||
date: 2023-10-26
|
date: 2023-10-26
|
||||||
external_link: https://github.com/scikit-learn/scikit-learn
|
links:
|
||||||
|
- type: site
|
||||||
|
url: https://github.com/scikit-learn/scikit-learn
|
||||||
tags:
|
tags:
|
||||||
- Hugo
|
- Hugo
|
||||||
- Wowchemy
|
- Wowchemy
|
||||||
|
|||||||
@@ -14,7 +14,6 @@ author_notes:
|
|||||||
- 'Equal contribution'
|
- 'Equal contribution'
|
||||||
|
|
||||||
date: '2013-07-01T00:00:00Z'
|
date: '2013-07-01T00:00:00Z'
|
||||||
doi: ''
|
|
||||||
|
|
||||||
# Schedule page publish date (NOT publication's date).
|
# Schedule page publish date (NOT publication's date).
|
||||||
publishDate: '2017-01-01T00:00:00Z'
|
publishDate: '2017-01-01T00:00:00Z'
|
||||||
@@ -39,19 +38,25 @@ tags:
|
|||||||
# Display this page in the Featured widget?
|
# Display this page in the Featured widget?
|
||||||
featured: true
|
featured: true
|
||||||
|
|
||||||
# Custom links (uncomment lines below)
|
# Standard identifiers for auto-linking
|
||||||
# links:
|
hugoblox:
|
||||||
# - name: Custom Link
|
ids:
|
||||||
# url: http://example.org
|
doi: 10.5555/123456
|
||||||
|
|
||||||
url_pdf: ''
|
# Custom links
|
||||||
url_code: 'https://github.com/HugoBlox/hugo-blox-builder'
|
links:
|
||||||
url_dataset: 'https://github.com/HugoBlox/hugo-blox-builder'
|
- type: pdf
|
||||||
url_poster: ''
|
url: ""
|
||||||
url_project: ''
|
- type: code
|
||||||
url_slides: ''
|
url: https://github.com/HugoBlox/hugo-blox-builder
|
||||||
url_source: 'https://github.com/HugoBlox/hugo-blox-builder'
|
- type: dataset
|
||||||
url_video: 'https://youtube.com'
|
url: https://github.com/HugoBlox/hugo-blox-builder
|
||||||
|
- type: slides
|
||||||
|
url: https://www.slideshare.net/
|
||||||
|
- type: source
|
||||||
|
url: https://github.com/HugoBlox/hugo-blox-builder
|
||||||
|
- type: video
|
||||||
|
url: https://youtube.com
|
||||||
|
|
||||||
# Featured image
|
# Featured image
|
||||||
# To use, add an image named `featured.jpg/png` to your page's folder.
|
# To use, add an image named `featured.jpg/png` to your page's folder.
|
||||||
@@ -73,7 +78,7 @@ projects:
|
|||||||
# Simply enter your slide deck's filename without extension.
|
# Simply enter your slide deck's filename without extension.
|
||||||
# E.g. `slides: "example"` references `content/slides/example/index.md`.
|
# E.g. `slides: "example"` references `content/slides/example/index.md`.
|
||||||
# Otherwise, set `slides: ""`.
|
# Otherwise, set `slides: ""`.
|
||||||
slides: example
|
slides: ""
|
||||||
---
|
---
|
||||||
|
|
||||||
{{% callout note %}}
|
{{% callout note %}}
|
||||||
|
|||||||
@@ -7,7 +7,6 @@ author_notes:
|
|||||||
- "Equal contribution"
|
- "Equal contribution"
|
||||||
- "Equal contribution"
|
- "Equal contribution"
|
||||||
date: "2015-09-01T00:00:00Z"
|
date: "2015-09-01T00:00:00Z"
|
||||||
doi: ""
|
|
||||||
|
|
||||||
# Schedule page publish date (NOT publication's date).
|
# Schedule page publish date (NOT publication's date).
|
||||||
publishDate: "2017-01-01T00:00:00Z"
|
publishDate: "2017-01-01T00:00:00Z"
|
||||||
@@ -30,17 +29,27 @@ tags:
|
|||||||
- Source Themes
|
- Source Themes
|
||||||
featured: false
|
featured: false
|
||||||
|
|
||||||
# links:
|
hugoblox:
|
||||||
# - name: ""
|
ids:
|
||||||
# url: ""
|
arxiv: 1512.04133v1
|
||||||
url_pdf: http://arxiv.org/pdf/1512.04133v1
|
|
||||||
url_code: 'https://github.com/HugoBlox/hugo-blox-builder'
|
links:
|
||||||
url_dataset: ''
|
- type: pdf
|
||||||
url_poster: ''
|
url: http://arxiv.org/pdf/1512.04133v1
|
||||||
url_project: ''
|
- type: code
|
||||||
url_slides: ''
|
url: https://github.com/HugoBlox/hugo-blox-builder
|
||||||
url_source: ''
|
- type: dataset
|
||||||
url_video: ''
|
url: ""
|
||||||
|
- type: poster
|
||||||
|
url: ""
|
||||||
|
- type: project
|
||||||
|
url: ""
|
||||||
|
- type: slides
|
||||||
|
url: https://www.slideshare.net/
|
||||||
|
- type: source
|
||||||
|
url: ""
|
||||||
|
- type: video
|
||||||
|
url: ""
|
||||||
|
|
||||||
# Featured image
|
# Featured image
|
||||||
# To use, add an image named `featured.jpg/png` to your page's folder.
|
# To use, add an image named `featured.jpg/png` to your page's folder.
|
||||||
@@ -61,7 +70,7 @@ projects: []
|
|||||||
# Simply enter your slide deck's filename without extension.
|
# Simply enter your slide deck's filename without extension.
|
||||||
# E.g. `slides: "example"` references `content/slides/example/index.md`.
|
# E.g. `slides: "example"` references `content/slides/example/index.md`.
|
||||||
# Otherwise, set `slides: ""`.
|
# Otherwise, set `slides: ""`.
|
||||||
slides: example
|
slides: ""
|
||||||
---
|
---
|
||||||
|
|
||||||
{{% callout note %}}
|
{{% callout note %}}
|
||||||
|
|||||||
@@ -3,7 +3,6 @@ title: "An example preprint / working paper"
|
|||||||
authors:
|
authors:
|
||||||
- admin
|
- admin
|
||||||
date: "2019-04-07T00:00:00Z"
|
date: "2019-04-07T00:00:00Z"
|
||||||
doi: ""
|
|
||||||
|
|
||||||
# Schedule page publish date (NOT publication's date).
|
# Schedule page publish date (NOT publication's date).
|
||||||
publishDate: "2017-01-01T00:00:00Z"
|
publishDate: "2017-01-01T00:00:00Z"
|
||||||
@@ -27,17 +26,29 @@ tags:
|
|||||||
|
|
||||||
featured: true
|
featured: true
|
||||||
|
|
||||||
|
hugoblox:
|
||||||
|
ids:
|
||||||
|
arxiv: 1512.04133v1
|
||||||
|
|
||||||
links:
|
links:
|
||||||
- name: Custom Link
|
- type: preprint
|
||||||
|
provider: arxiv
|
||||||
|
id: 1512.04133v1
|
||||||
|
- type: code
|
||||||
|
url: https://github.com/HugoBlox/hugo-blox-builder
|
||||||
|
- type: slides
|
||||||
|
url: https://www.slideshare.net/
|
||||||
|
- type: dataset
|
||||||
|
url: "#"
|
||||||
|
- type: poster
|
||||||
|
url: "#"
|
||||||
|
- type: source
|
||||||
|
url: "#"
|
||||||
|
- type: video
|
||||||
|
url: https://youtube.com
|
||||||
|
- type: custom
|
||||||
|
label: Custom Link
|
||||||
url: http://example.org
|
url: http://example.org
|
||||||
url_pdf: http://arxiv.org/pdf/1512.04133v1
|
|
||||||
url_code: 'https://github.com/HugoBlox/hugo-blox-builder'
|
|
||||||
url_dataset: '#'
|
|
||||||
url_poster: '#'
|
|
||||||
url_project: ''
|
|
||||||
url_slides: ''
|
|
||||||
url_source: '#'
|
|
||||||
url_video: '#'
|
|
||||||
|
|
||||||
# Featured image
|
# Featured image
|
||||||
# To use, add an image named `featured.jpg/png` to your page's folder.
|
# To use, add an image named `featured.jpg/png` to your page's folder.
|
||||||
@@ -59,7 +70,7 @@ projects:
|
|||||||
# Simply enter your slide deck's filename without extension.
|
# Simply enter your slide deck's filename without extension.
|
||||||
# E.g. `slides: "example"` references `content/slides/example/index.md`.
|
# E.g. `slides: "example"` references `content/slides/example/index.md`.
|
||||||
# Otherwise, set `slides: ""`.
|
# Otherwise, set `slides: ""`.
|
||||||
slides: example
|
slides: ""
|
||||||
---
|
---
|
||||||
|
|
||||||
This work is driven by the results in my [previous paper](/publication/conference-paper/) on LLMs.
|
This work is driven by the results in my [previous paper](/publication/conference-paper/) on LLMs.
|
||||||
|
|||||||
Reference in New Issue
Block a user