feat: standardize page resource links via links + hugoblox.ids

This commit is contained in:
Splitter
2025-08-19 22:59:55 +00:00
parent cc2884aab7
commit 7da074b98e
7 changed files with 81 additions and 52 deletions

View File

@@ -14,7 +14,6 @@ author_notes:
- 'Equal contribution'
date: '2013-07-01T00:00:00Z'
doi: ''
# Schedule page publish date (NOT publication's date).
publishDate: '2017-01-01T00:00:00Z'
@@ -39,19 +38,25 @@ tags:
# Display this page in the Featured widget?
featured: true
# Custom links (uncomment lines below)
# links:
# - name: Custom Link
# url: http://example.org
# Standard identifiers for auto-linking
hugoblox:
ids:
doi: 10.5555/123456
url_pdf: ''
url_code: 'https://github.com/HugoBlox/hugo-blox-builder'
url_dataset: 'https://github.com/HugoBlox/hugo-blox-builder'
url_poster: ''
url_project: ''
url_slides: ''
url_source: 'https://github.com/HugoBlox/hugo-blox-builder'
url_video: 'https://youtube.com'
# Custom links
links:
- type: pdf
url: ""
- type: code
url: https://github.com/HugoBlox/hugo-blox-builder
- type: dataset
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
# 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.
# E.g. `slides: "example"` references `content/slides/example/index.md`.
# Otherwise, set `slides: ""`.
slides: example
slides: ""
---
{{% callout note %}}

View File

@@ -7,7 +7,6 @@ author_notes:
- "Equal contribution"
- "Equal contribution"
date: "2015-09-01T00:00:00Z"
doi: ""
# Schedule page publish date (NOT publication's date).
publishDate: "2017-01-01T00:00:00Z"
@@ -30,17 +29,27 @@ tags:
- Source Themes
featured: false
# links:
# - name: ""
# url: ""
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: ''
hugoblox:
ids:
arxiv: 1512.04133v1
links:
- type: pdf
url: http://arxiv.org/pdf/1512.04133v1
- type: code
url: https://github.com/HugoBlox/hugo-blox-builder
- type: dataset
url: ""
- type: poster
url: ""
- type: project
url: ""
- type: slides
url: https://www.slideshare.net/
- type: source
url: ""
- type: video
url: ""
# Featured image
# 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.
# E.g. `slides: "example"` references `content/slides/example/index.md`.
# Otherwise, set `slides: ""`.
slides: example
slides: ""
---
{{% callout note %}}

View File

@@ -3,7 +3,6 @@ title: "An example preprint / working paper"
authors:
- admin
date: "2019-04-07T00:00:00Z"
doi: ""
# Schedule page publish date (NOT publication's date).
publishDate: "2017-01-01T00:00:00Z"
@@ -27,17 +26,29 @@ tags:
featured: true
hugoblox:
ids:
arxiv: 1512.04133v1
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_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
# 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.
# E.g. `slides: "example"` references `content/slides/example/index.md`.
# Otherwise, set `slides: ""`.
slides: example
slides: ""
---
This work is driven by the results in my [previous paper](/publication/conference-paper/) on LLMs.