mirror of
https://github.com/gcushen/hugo-academic.git
synced 2025-07-26 19:15:16 +02:00
fix: links (cont.)
This commit is contained in:
parent
448ed0e3bd
commit
d9695efa09
146 changed files with 256 additions and 269 deletions
|
@ -35,7 +35,7 @@ education:
|
|||
year: 2012
|
||||
|
||||
# Social/Academic Networking
|
||||
# For available icons, see: https://hugoblox.com/docs/page-builder/#icons
|
||||
# For available icons, see: https://docs.hugoblox.com/getting-started/page-builder/#icons
|
||||
# For an email link, use "fas" icon pack, "envelope" icon, and a link in the
|
||||
# form "mailto:your-email@example.com" or "#contact" for contact widget.
|
||||
social:
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
# Documentation: https://hugoblox.com/docs/managing-content/
|
||||
# Documentation: https://docs.hugoblox.com/managing-content/
|
||||
|
||||
title: "{{ replace .Name "-" " " | title }}"
|
||||
linktitle: "{{ replace .Name "-" " " | title }}"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
# Documentation: https://hugoblox.com/docs/managing-content/
|
||||
# Documentation: https://docs.hugoblox.com/managing-content/
|
||||
|
||||
title: "{{ replace .Name "-" " " | title }}"
|
||||
subtitle: ""
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
# Documentation: https://hugoblox.com/docs/managing-content/
|
||||
# Documentation: https://docs.hugoblox.com/managing-content/
|
||||
|
||||
title: "{{ replace .Name "-" " " | title }}"
|
||||
event:
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
+++
|
||||
# A section created with the Blank widget.
|
||||
widget = "blank" # See https://hugoblox.com/docs/page-builder/
|
||||
widget = "blank" # See https://docs.hugoblox.com/page-builder/
|
||||
headless = true # This file represents a page section.
|
||||
active = true # Activate this widget? true/false
|
||||
weight = 1 # Order that this section will appear.
|
||||
|
@ -45,4 +45,4 @@ subtitle = ""
|
|||
css_class = ""
|
||||
+++
|
||||
|
||||
[**Add some elements here**](https://hugoblox.com/docs/writing-markdown-latex/)
|
||||
[**Add some elements here**](https://docs.hugoblox.com/writing-markdown-latex/)
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
# Documentation: https://hugoblox.com/docs/managing-content/
|
||||
# Documentation: https://docs.hugoblox.com/managing-content/
|
||||
|
||||
title: "{{ replace .Name "-" " " | title }}"
|
||||
subtitle: ""
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
# Documentation: https://hugoblox.com/docs/managing-content/
|
||||
# Documentation: https://docs.hugoblox.com/managing-content/
|
||||
|
||||
title: "{{ replace .Name "-" " " | title }}"
|
||||
summary: ""
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
# Documentation: https://hugoblox.com/docs/managing-content/
|
||||
# Documentation: https://docs.hugoblox.com/managing-content/
|
||||
|
||||
title: "{{ replace .Name "-" " " | title }}"
|
||||
authors: []
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
# Documentation: https://hugoblox.com/docs/managing-content/
|
||||
# Documentation: https://docs.hugoblox.com/managing-content/
|
||||
|
||||
title: "{{ replace .Name "-" " " | title }}"
|
||||
summary: ""
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# Page Sharer
|
||||
# Documentation: https://hugoblox.com/docs/customization/#page-sharer
|
||||
# Documentation: https://docs.hugoblox.com/reference/page-sharer/
|
||||
|
||||
[[buttons]]
|
||||
id = "twitter"
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
{{/* Check that user fully installed Hugo Blox Builder. */}}
|
||||
{{/* Commented out to allow user to have no params.yaml and just use the defaults. */}}
|
||||
{{/* if not (isset site.Params "seo") */}}
|
||||
{{/* errorf "Please complete the installation of Hugo Blox Builder by following the steps at https://hugoblox.com/docs/install/" */}}
|
||||
{{/* errorf "Please complete the installation of Hugo Blox Builder by following the steps at https://docs.hugoblox.com/" */}}
|
||||
{{/* end */}}
|
||||
|
||||
{{/* Deprecation warnings */}}
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
{{ $person_page_path := (printf "/authors/%s" $author) }}
|
||||
{{ $person_page := site.GetPage $person_page_path }}
|
||||
{{ if not $person_page }}
|
||||
{{ errorf "Could not find an author page at `%s`. Please check the value of `author` in your About widget and create an associated author page if one does not already exist. See https://hugoblox.com/docs/page-builder/#about " $person_page_path }}
|
||||
{{ errorf "Could not find an author page at `%s`. Please check the value of `author` in your About widget and create an associated author page if one does not already exist. See https://docs.hugoblox.com/page-builder/#about " $person_page_path }}
|
||||
{{end}}
|
||||
{{ $person := $person_page.Params }}
|
||||
{{ $avatar := ($person_page.Resources.ByType "image").GetMatch "*avatar*" }}
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
{{ $person_page_path := (printf "/authors/%s" $author) }}
|
||||
{{ $person_page := site.GetPage $person_page_path }}
|
||||
{{ if not $person_page }}
|
||||
{{ errorf "Could not find an author page at `%s`. Please check the value of `author` in your About widget and create an associated author page if one does not already exist. See https://hugoblox.com/docs/page-builder/#about " $person_page_path }}
|
||||
{{ errorf "Could not find an author page at `%s`. Please check the value of `author` in your About widget and create an associated author page if one does not already exist. See https://docs.hugoblox.com/page-builder/#about " $person_page_path }}
|
||||
{{end}}
|
||||
{{ $person := $person_page.Params }}
|
||||
{{ $avatar := ($person_page.Resources.ByType "image").GetMatch "*avatar*" }}
|
||||
|
|
|
@ -33,7 +33,7 @@
|
|||
{{ $post_action = "netlify" }}
|
||||
{{ else if $use_formspree_form }}
|
||||
{{ if not $block.content.form.formspree.id }}
|
||||
{{ errorf "You have chosen to use Formspree as the provider for the contact form. Please set your Formspree Form ID in the Contact widget or disable the form.\nDocumentation: https://hugoblox.com/docs/widget/contact/" }}
|
||||
{{ errorf "You have chosen to use Formspree as the provider for the contact form. Please set your Formspree Form ID in the Contact widget or disable the form.\nDocumentation: https://docs.hugoblox.com/widget/contact/" }}
|
||||
{{ end }}
|
||||
{{ if and $use_formspree_captcha (not $block.content.form.formspree.captcha_key) }}
|
||||
{{ errorf "You have chosen to use reCAPTCHA for Formspree. Please set your Formspree CAPTCHA KEY in the Contact widget or disable reCAPTCHA.\nDocumentation: https://help.formspree.io/hc/en-us/articles/360022811154" }}
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
{{ $person_page_path := (printf "/authors/%s" $author) }}
|
||||
{{ $person_page := site.GetPage $person_page_path }}
|
||||
{{ if not $person_page }}
|
||||
{{ errorf "Could not find an author page at `%s`. Please check the value of `author` in your Skill block and create an associated author page if one does not already exist. See https://hugoblox.com/docs/page-builder/#about " $person_page_path }}
|
||||
{{ errorf "Could not find an author page at `%s`. Please check the value of `author` in your Skill block and create an associated author page if one does not already exist. See https://docs.hugoblox.com/page-builder/#about " $person_page_path }}
|
||||
{{end}}
|
||||
{{ $skills := $person_page.Params.skills }}
|
||||
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
{{ $person_page_path := (printf "/authors/%s" $author) }}
|
||||
{{ $person_page := site.GetPage $person_page_path }}
|
||||
{{ if not $person_page }}
|
||||
{{ errorf "Could not find an author page at `%s`. Please check the value of `author` in your About widget and create an associated author page if one does not already exist. See https://hugoblox.com/docs/page-builder/#about " $person_page_path }}
|
||||
{{ errorf "Could not find an author page at `%s`. Please check the value of `author` in your About widget and create an associated author page if one does not already exist. See https://docs.hugoblox.com/page-builder/#about " $person_page_path }}
|
||||
{{end}}
|
||||
{{ $person := $person_page.Params }}
|
||||
{{ $avatar := ($person_page.Resources.ByType "image").GetMatch "*avatar*" }}
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
{{ $person_page_path := (printf "/authors/%s" $author) }}
|
||||
{{ $person_page := site.GetPage $person_page_path }}
|
||||
{{ if not $person_page }}
|
||||
{{ errorf "Could not find an author page at `%s`. Please check the value of `author` in your About widget and create an associated author page if one does not already exist. See https://hugoblox.com/docs/page-builder/#about " $person_page_path }}
|
||||
{{ errorf "Could not find an author page at `%s`. Please check the value of `author` in your About widget and create an associated author page if one does not already exist. See https://docs.hugoblox.com/page-builder/#about " $person_page_path }}
|
||||
{{end}}
|
||||
{{ $person := $person_page.Params }}
|
||||
{{ $avatar := ($person_page.Resources.ByType "image").GetMatch "*avatar*" }}
|
||||
|
|
|
@ -34,7 +34,7 @@
|
|||
{{ $post_action = "netlify" }}
|
||||
{{ else if $use_formspree_form }}
|
||||
{{ if not $block.Params.content.form.formspree.id }}
|
||||
{{ errorf "You have chosen to use Formspree as the provider for the contact form. Please set your Formspree Form ID in the Contact widget or disable the form.\nDocumentation: https://hugoblox.com/docs/widget/contact/" }}
|
||||
{{ errorf "You have chosen to use Formspree as the provider for the contact form. Please set your Formspree Form ID in the Contact widget or disable the form.\nDocumentation: https://docs.hugoblox.com/widget/contact/" }}
|
||||
{{ end }}
|
||||
{{ if and $use_formspree_captcha (not $block.Params.content.form.formspree.captcha_key) }}
|
||||
{{ errorf "You have chosen to use reCAPTCHA for Formspree. Please set your Formspree CAPTCHA KEY in the Contact widget or disable reCAPTCHA.\nDocumentation: https://help.formspree.io/hc/en-us/articles/360022811154" }}
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
<link rel="preload" as="style" {{ printf "href=\"https://fonts.googleapis.com/css2?%s&display=swap\"" . | safeHTMLAttr }}>
|
||||
<link rel="stylesheet" {{ printf "href=\"https://fonts.googleapis.com/css2?%s&display=swap\"" . | safeHTMLAttr }} media="print" onload="this.media='all'">
|
||||
{{ else }}
|
||||
{{ errorf "There is a new version of Google Fonts. Learn how to upgrade your font pack at https://hugoblox.com/docs/customization/#custom-font" }}
|
||||
{{ errorf "There is a new version of Google Fonts. Learn how to upgrade your font pack at https://docs.hugoblox.com/customization/#custom-font" }}
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
{{ if not $headless_bundle }}
|
||||
{{ warnf "Hugo cannot find a Widget Page at %s!" $page }}
|
||||
{{ warnf "If the page exists, Hugo Server may need restarting due to file changes." }}
|
||||
{{ warnf "View the Widget Page documentation at https://hugoblox.com/docs/managing-content/#create-a-widget-page ." }}
|
||||
{{ warnf "View the Widget Page documentation at https://docs.hugoblox.com/managing-content/#create-a-widget-page ." }}
|
||||
{{ warnf "If the Hugo version is between 0.65 and 0.68, it may be a confirmed Hugo bug that is expected to be fixed in Hugo v0.69: https://github.com/HugoBlox/hugo-blox-builder/issues/1595#issuecomment-605514973 ." }}
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
{{/* Supports primarily MP3 and MP4. */}}
|
||||
|
||||
{{/*
|
||||
Docs: https://hugoblox.com/docs/content/writing-markdown-latex/#audio
|
||||
Docs: https://docs.hugoblox.com/content/writing-markdown-latex/#audio
|
||||
|
||||
Parameters
|
||||
----------
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{{/*
|
||||
Docs: https://hugoblox.com/docs/content/writing-markdown-latex/#callouts
|
||||
Docs: https://docs.hugoblox.com/content/writing-markdown-latex/#callouts
|
||||
|
||||
Parameters
|
||||
----------
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{{/*
|
||||
Docs: https://hugoblox.com/docs/content/writing-markdown-latex/#charts
|
||||
Docs: https://docs.hugoblox.com/content/writing-markdown-latex/#charts
|
||||
|
||||
Parameters
|
||||
----------
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{{/*
|
||||
Docs: https://hugoblox.com/docs/content/writing-markdown-latex/#cite
|
||||
Docs: https://docs.hugoblox.com/content/writing-markdown-latex/#cite
|
||||
|
||||
Parameters
|
||||
----------
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{{/*
|
||||
Docs: https://hugoblox.com/docs/content/writing-markdown-latex/#call-to-action-buttons
|
||||
Docs: https://docs.hugoblox.com/content/writing-markdown-latex/#call-to-action-buttons
|
||||
|
||||
Parameters
|
||||
----------
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{{/*
|
||||
Docs: https://hugoblox.com/docs/content/writing-markdown-latex/#emojis
|
||||
Docs: https://docs.hugoblox.com/content/writing-markdown-latex/#emojis
|
||||
*/}}
|
||||
|
||||
<div class="emoji-list">{{ .Inner }}</div>
|
|
@ -4,7 +4,7 @@
|
|||
such as Callout, without the HTML being rendered as a Markdown code block. */}}
|
||||
|
||||
{{/*
|
||||
Docs: https://hugoblox.com/docs/content/writing-markdown-latex/#single-image
|
||||
Docs: https://docs.hugoblox.com/content/writing-markdown-latex/#single-image
|
||||
|
||||
Parameters
|
||||
----------
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
{{/* https://github.com/HugoBlox/hugo-blox-builder */}}
|
||||
|
||||
{{/*
|
||||
Docs: https://hugoblox.com/docs/content/writing-markdown-latex/#image-gallery
|
||||
Docs: https://docs.hugoblox.com/content/writing-markdown-latex/#image-gallery
|
||||
|
||||
Parameters
|
||||
----------
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{{/*
|
||||
Docs: https://hugoblox.com/docs/content/writing-markdown-latex/#embed-documents
|
||||
Docs: https://docs.hugoblox.com/content/writing-markdown-latex/#embed-documents
|
||||
|
||||
Parameters
|
||||
----------
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{{/*
|
||||
Docs: https://hugoblox.com/docs/content/writing-markdown-latex/#highlight-quote
|
||||
Docs: https://docs.hugoblox.com/content/writing-markdown-latex/#highlight-quote
|
||||
*/}}
|
||||
|
||||
<mark>{{ .Inner | markdownify | emojify }}</mark>
|
|
@ -1,5 +1,5 @@
|
|||
{{/*
|
||||
Docs: https://hugoblox.com/docs/content/writing-markdown-latex/#inline-image
|
||||
Docs: https://docs.hugoblox.com/content/writing-markdown-latex/#inline-image
|
||||
|
||||
Parameters
|
||||
----------
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{{/*
|
||||
Docs: https://hugoblox.com/docs/content/writing-markdown-latex/#tags-and-categories
|
||||
Docs: https://docs.hugoblox.com/content/writing-markdown-latex/#tags-and-categories
|
||||
*/}}
|
||||
|
||||
<ul class="list-unstyled">
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{{/*
|
||||
Docs: https://hugoblox.com/docs/content/writing-markdown-latex/#list-child-pages
|
||||
Docs: https://docs.hugoblox.com/content/writing-markdown-latex/#list-child-pages
|
||||
|
||||
Parameters
|
||||
----------
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{{/*
|
||||
Docs: https://hugoblox.com/docs/content/writing-markdown-latex/#tags-and-categories
|
||||
Docs: https://docs.hugoblox.com/content/writing-markdown-latex/#tags-and-categories
|
||||
*/}}
|
||||
|
||||
<ul class="list-unstyled">
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{{/*
|
||||
Docs: https://hugoblox.com/docs/content/writing-markdown-latex/#math
|
||||
Docs: https://docs.hugoblox.com/content/writing-markdown-latex/#math
|
||||
*/}}
|
||||
|
||||
{{ .Inner }}
|
|
@ -1,5 +1,5 @@
|
|||
{{/*
|
||||
Docs: https://hugoblox.com/docs/content/writing-markdown-latex/#mention-a-user
|
||||
Docs: https://docs.hugoblox.com/content/writing-markdown-latex/#mention-a-user
|
||||
|
||||
Parameters
|
||||
----------
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{{/*
|
||||
Docs: https://hugoblox.com/docs/content/writing-markdown-latex/#toggle-list
|
||||
Docs: https://docs.hugoblox.com/content/writing-markdown-latex/#toggle-list
|
||||
|
||||
Parameters
|
||||
----------
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{{/*
|
||||
Docs: https://hugoblox.com/docs/content/writing-markdown-latex/#link-to-a-page
|
||||
Docs: https://docs.hugoblox.com/content/writing-markdown-latex/#link-to-a-page
|
||||
Parameters
|
||||
----------
|
||||
#0 : positional
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
{{/* Defaults to expecting a comma-separated CSV with a header row. */}}
|
||||
|
||||
{{/*
|
||||
Docs: https://hugoblox.com/docs/content/writing-markdown-latex/#csv-table
|
||||
Docs: https://docs.hugoblox.com/content/writing-markdown-latex/#csv-table
|
||||
|
||||
Parameters
|
||||
----------
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{{/*
|
||||
Docs: https://hugoblox.com/docs/content/writing-markdown-latex/#table-of-contents
|
||||
Docs: https://docs.hugoblox.com/content/writing-markdown-latex/#table-of-contents
|
||||
|
||||
Parameters
|
||||
----------
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
{{/* Load video from page dir falling back to media library at `assets/media/` and then to remote URI. */}}
|
||||
|
||||
{{/*
|
||||
Docs: https://hugoblox.com/docs/content/writing-markdown-latex/#videos
|
||||
Docs: https://docs.hugoblox.com/content/writing-markdown-latex/#videos
|
||||
|
||||
Parameters
|
||||
----------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue