mirror of
https://github.com/gcushen/hugo-academic.git
synced 2025-07-23 18:10:52 +02:00
fix: links (cont.)
This commit is contained in:
parent
448ed0e3bd
commit
d9695efa09
146 changed files with 256 additions and 269 deletions
10
.github/ISSUE_TEMPLATE/bug-report.yml
vendored
10
.github/ISSUE_TEMPLATE/bug-report.yml
vendored
|
@ -13,13 +13,13 @@ body:
|
|||
|
||||
🚑 For **help** and **questions**, search if your question has already been asked on the community **[chat](https://discord.gg/z8wNYzb)** and **[forum](https://github.com/HugoBlox/hugo-blox-builder/discussions)**, and if not, ask your question there instead.
|
||||
|
||||
Bug reports also shouldn't be used for support requests about a specific problem in your site, only if the issue can be reproduced on a fresh Wowchemy template.
|
||||
Bug reports also shouldn't be used for support requests about a specific problem in your site, only if the issue can be reproduced on a fresh Hugo Blox Builder template.
|
||||
|
||||
Also, you can search and browse the extensive [Wowchemy](https://hugoblox.com/docs/) and [Hugo](https://gohugo.io/documentation/) **documentation**.
|
||||
Also, you can search and browse the extensive [Hugo Blox Builder](https://docs.hugoblox.com) and [Hugo](https://gohugo.io/documentation/) **documentation**.
|
||||
|
||||
For questions on _Blogdown_, please reach out to the [Blogdown community](https://github.com/rstudio/blogdown).
|
||||
For questions on _RStudio/Blogdown_, please reach out to the [RStudio/Blogdown community](https://github.com/rstudio/blogdown).
|
||||
|
||||
Please fill out each section below. This info allows Wowchemy contributors to diagnose (and fix!) your issue as quickly as possible. Otherwise we might need to close the issue (e.g. when it's missing clear steps to reproduce).
|
||||
Please fill out each section below. This info allows Hugo Blox Builder contributors to diagnose (and fix!) your issue as quickly as possible. Otherwise we might need to close the issue (e.g. when it's missing clear steps to reproduce).
|
||||
|
||||
Also, please verify that your issue is present in the very latest `main` version.
|
||||
- type: checkboxes
|
||||
|
@ -29,7 +29,7 @@ body:
|
|||
options:
|
||||
- label: "This issue is not a duplicate. Before opening a new issue, please search existing issues: https://github.com/HugoBlox/hugo-blox-builder/issues?q=is%3Aissue"
|
||||
required: true
|
||||
- label: "This issue is not a question, feature request, or anything other than a bug report directly related to Wowchemy. Please post those things on Discord: https://discord.gg/z8wNYzb"
|
||||
- label: "This issue is not a question, feature request, or anything other than a bug report directly related to Hugo Blox Builder. Please post those things on Discord: https://discord.gg/z8wNYzb"
|
||||
required: true
|
||||
- type: textarea
|
||||
attributes:
|
||||
|
|
8
.github/ISSUE_TEMPLATE/config.yml
vendored
8
.github/ISSUE_TEMPLATE/config.yml
vendored
|
@ -2,13 +2,13 @@ blank_issues_enabled: false
|
|||
contact_links:
|
||||
- name: Questions
|
||||
url: https://discord.gg/z8wNYzb
|
||||
about: Chat live with the Wowchemy community on Discord.
|
||||
about: Chat live with the Hugo Blox Builder community on Discord.
|
||||
- name: Discussions
|
||||
url: https://github.com/HugoBlox/hugo-blox-builder/discussions
|
||||
about: Discuss Wowchemy on the GitHub Discussions forum
|
||||
about: Discuss Hugo Blox Builder on the GitHub Discussions forum
|
||||
- name: Troubleshooting Guide
|
||||
url: https://hugoblox.com/docs/hugo-tutorials/troubleshooting/
|
||||
url: https://docs.hugoblox.com/reference/troubleshooting/
|
||||
about: Solve common issues fast.
|
||||
- name: Documentation
|
||||
url: https://hugoblox.com/docs/
|
||||
url: https://docs.hugoblox.com/
|
||||
about: Review the documentation
|
||||
|
|
2
.github/workflows/split-packages.yaml
vendored
2
.github/workflows/split-packages.yaml
vendored
|
@ -46,7 +46,7 @@ jobs:
|
|||
# ↓ split "packages/<package-name><package-name>" directory
|
||||
package_directory: 'starters/${{ matrix.package.local_path }}'
|
||||
|
||||
# ↓ into https://github.com/wowchemy/<package-name> repository
|
||||
# ↓ into https://github.com/HugoBlox/<package-name> repository
|
||||
repository_organization: 'HugoBlox'
|
||||
repository_name: '${{ matrix.package.split_repository }}'
|
||||
|
||||
|
|
|
@ -15,7 +15,7 @@ Whether or not you're a developer, there are plenty of non-technical ways that y
|
|||
- Helping the Hugo Blox community via the live [chat](https://discord.gg/z8wNYzb) and [forum](https://github.com/HugoBlox/hugo-blox-builder/discussions)
|
||||
- Investigating and reviewing open [Issues](https://github.com/HugoBlox/hugo-blox-builder/issues) and [Pull Requests](https://github.com/HugoBlox/hugo-blox-builder/pulls)
|
||||
- Influence the roadmap! Give a thumbs up 👍 to upvote a feature request you would like to use
|
||||
- Improving the [documentation](https://hugoblox.com/docs/) and writing tutorials
|
||||
- Improving the [documentation](https://docs.hugoblox.com/) and writing tutorials
|
||||
- Just click the _Edit_ button at the bottom of pages or open an issue with your proposed improvement
|
||||
- Testing and quality assurance, such as checking the latest version of the templates work as you expect and fixing any dead-links etc.
|
||||
- Translating the Hugo Blox templates or the Hugo Blox documentation
|
||||
|
@ -71,7 +71,7 @@ git clone https://github.com/<YOUR_USERNAME>/hugo-blox-builder.git
|
|||
Then choose the starter template you wish to view, such as _minimal_:
|
||||
|
||||
```sh
|
||||
yarn view:local minimal
|
||||
yarn view:local academic-cv
|
||||
```
|
||||
|
||||
Note that Hugo Server can occasionally stop working after changes are made (sometimes showing unrelated errors). If this happens, stop Hugo (Control-C) and restart it with the `yarn view:local ...` command above.
|
||||
|
@ -96,29 +96,29 @@ Use git to push (upload) your changes to GitHub and then open a Pull Request (PR
|
|||
|
||||
Please be mindful of the project [scope](#scope).
|
||||
|
||||
### Contribute a widget
|
||||
### Contribute Blox
|
||||
|
||||
[Create and publish your own widget](https://github.com/wowchemy/wowchemy-widget-starter)
|
||||
[Create and publish your own blox](https://github.com/HugoBlox/create-blox)
|
||||
|
||||
### Contribute a shortcode
|
||||
|
||||
[Create and publish your own shortcode](https://github.com/wowchemy/wowchemy-shortcode-starter)
|
||||
[Create and publish your own shortcode](https://github.com/HugoBlox/create-shortcode)
|
||||
|
||||
### Contribute a language pack
|
||||
|
||||
To contribute a **new language pack** or an improvement to a language pack, refer to the [language pack guide](https://hugoblox.com/docs/language/#create-or-modify-a-language-pack). Once created, [fork Hugo Blox Builder](https://github.com/HugoBlox/hugo-blox-builder), place your language pack in `blox-tailwind/i18n/`, add the name of the language to `blox-tailwind/data/i18n/language.yaml`, and open a Pull Request on Github with these two files.
|
||||
To contribute a **new language pack** or an improvement to a language pack, refer to the [language pack guide](https://docs.hugoblox.com/reference/language/#create-or-modify-a-language-pack). Once created, [fork Hugo Blox Builder](https://github.com/HugoBlox/hugo-blox-builder), place your language pack in `blox-tailwind/i18n/`, add the name of the language to `blox-tailwind/data/i18n/language.yaml`, and open a Pull Request on Github with these two files.
|
||||
|
||||
### Contribute a theme pack
|
||||
|
||||
[View the guide](https://hugoblox.com/docs/customization/#share-your-theme) to contributing a color and font theme pack.
|
||||
[View the guide](https://docs.hugoblox.com/getting-started/customize/#appearance) to contributing a color and font theme pack.
|
||||
|
||||
### Contribute a template
|
||||
|
||||
Consider duplicating a bare-bones template, such as the [Minimal](https://github.com/HugoBlox/hugo-blox-builder/tree/main/starters/minimal) folder, and building up your own template using the Hugo Blox. Reach out on the **Contributing** channel in Discord to submit your template.
|
||||
Consider duplicating a bare-bones template, such as the [Link In Bio](https://github.com/HugoBlox/hugo-blox-builder/tree/main/starters/link-in-bio) folder, and building up your own template using the Hugo Blox. Reach out on the **Contributing** channel in Discord to submit your template.
|
||||
|
||||
### Contribute to the Publication importer
|
||||
|
||||
To contribute to **Hugo Academic CLI**, the automatic publication importer, refer to [its dedicated Github repository](https://github.com/GetRD/academic-file-converter) and Issue queue.
|
||||
To contribute to **Hugo Academic CLI**, the automatic publication and blog post importer, refer to [its dedicated Github repository](https://github.com/GetRD/academic-file-converter) and Issue queue.
|
||||
|
||||
## Become a backer
|
||||
|
||||
|
|
|
@ -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
|
||||
----------
|
||||
|
|
|
@ -45,7 +45,7 @@ collections:
|
|||
- {label: "Regular", value: "far"}
|
||||
- {label: "Brand", value: "fab"}
|
||||
- {label: "Academic", value: "ai"}
|
||||
- {label: Icon (see https://hugoblox.com/docs/page-builder/#icons), name: icon, widget: string}
|
||||
- {label: Icon (see https://docs.hugoblox.com/getting-started/page-builder/#icons), name: icon, widget: string}
|
||||
- {label: Label (tooltip), name: label, widget: string, required: false}
|
||||
- label: Display in About widget and...
|
||||
name: display
|
||||
|
@ -195,7 +195,7 @@ collections:
|
|||
- {label: "Regular", value: "far"}
|
||||
- {label: "Brand", value: "fab"}
|
||||
- {label: "Academic", value: "ai"}
|
||||
- {label: "Icon (see https://hugoblox.com/docs/page-builder/#icons)", name: icon, widget: string, required: false}
|
||||
- {label: "Icon (see https://docs.hugoblox.com/getting-started/page-builder/#icons)", name: icon, widget: string, required: false}
|
||||
- label: "Featured Image"
|
||||
name: "image"
|
||||
required: false
|
||||
|
@ -245,7 +245,7 @@ collections:
|
|||
- {label: "Regular", value: "far"}
|
||||
- {label: "Brand", value: "fab"}
|
||||
- {label: "Academic", value: "ai"}
|
||||
- {label: "Icon (see https://hugoblox.com/docs/page-builder/#icons)", name: icon, widget: string, required: false}
|
||||
- {label: "Icon (see https://docs.hugoblox.com/getting-started/page-builder/#icons)", name: icon, widget: string, required: false}
|
||||
- {label: "Event", name: "event", widget: "string"}
|
||||
- {label: "Event link", name: "event_url", widget: "string"}
|
||||
- {label: "Publish this page on", name: "publishDate", widget: "datetime"}
|
||||
|
|
|
@ -25,4 +25,4 @@ By default, the plugin will help secure your site with some common security head
|
|||
|
||||
## Configure
|
||||
|
||||
- 📚 [View the **documentation**](https://hugoblox.com/docs/hugo-tutorials/security/)
|
||||
- 📚 [View the **documentation**](https://docs.hugoblox.com/hugo-tutorials/security/)
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
{{- $permissions_policy := site.Params.security.permissions.policy | default $default_perms -}}
|
||||
# Netlify headers
|
||||
# Automatically generated
|
||||
# Documentation: https://hugoblox.com/docs/hugo-tutorials/security/
|
||||
# Documentation: https://docs.hugoblox.com/hugo-tutorials/security/
|
||||
/*
|
||||
{{if not $allow_frame}}X-Frame-Options: DENY{{end}}
|
||||
X-XSS-Protection: 1; mode=block
|
||||
|
|
|
@ -18,4 +18,4 @@ Supports math, syntax highlighting, diagrams, speaker notes, and much more!
|
|||
|
||||
## Usage
|
||||
|
||||
[View the documentation](https://hugoblox.com/docs/content/slides/)
|
||||
[View the documentation](https://docs.hugoblox.com/content/slides/)
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# blox-seo
|
||||
|
||||
A Hugo plugin for [Search Engine Optimisation (SEO)](https://hugoblox.com/docs/hugo-tutorials/seo/), site verification, and [analytics](https://hugoblox.com/docs/hugo-tutorials/analytics/).
|
||||
A Hugo plugin for [Search Engine Optimisation (SEO)](https://docs.hugoblox.com/hugo-tutorials/seo/), site verification, and [analytics](https://docs.hugoblox.com/hugo-tutorials/analytics/).
|
||||
|
||||
## Install
|
||||
|
||||
|
@ -24,4 +24,4 @@ Otherwise, if you are not using the `blox-bootstrap` module, you can get SEO fea
|
|||
|
||||
## Usage
|
||||
|
||||
[View the documentation](https://hugoblox.com/docs/hugo-tutorials/seo/)
|
||||
[View the documentation](https://docs.hugoblox.com/hugo-tutorials/seo/)
|
||||
|
|
|
@ -4,7 +4,7 @@ document.addEventListener('DOMContentLoaded', function () {
|
|||
});
|
||||
|
||||
function addThemeToggleListener() {
|
||||
const defaultTheme = window.wowchemy.defaultTheme;
|
||||
const defaultTheme = window.hbb.defaultTheme;
|
||||
const themeToggleButtons = document.querySelectorAll(".theme-toggle");
|
||||
|
||||
// Change the icons of the buttons based on previous settings or system theme
|
||||
|
@ -24,18 +24,18 @@ function addThemeToggleListener() {
|
|||
console.debug('Theme toggled');
|
||||
if (localStorage.getItem("wc-color-theme")) {
|
||||
if (localStorage.getItem("wc-color-theme") === "light") {
|
||||
window.wowchemy.setDarkTheme();
|
||||
window.hbb.setDarkTheme();
|
||||
localStorage.setItem("wc-color-theme", "dark");
|
||||
} else {
|
||||
window.wowchemy.setLightTheme();
|
||||
window.hbb.setLightTheme();
|
||||
localStorage.setItem("wc-color-theme", "light");
|
||||
}
|
||||
} else {
|
||||
if (document.documentElement.classList.contains("dark")) {
|
||||
window.wowchemy.setLightTheme();
|
||||
window.hbb.setLightTheme();
|
||||
localStorage.setItem("wc-color-theme", "light");
|
||||
} else {
|
||||
window.wowchemy.setDarkTheme();
|
||||
window.hbb.setDarkTheme();
|
||||
localStorage.setItem("wc-color-theme", "dark");
|
||||
}
|
||||
}
|
||||
|
@ -46,7 +46,7 @@ function addThemeToggleListener() {
|
|||
// Listen for dark mode toggling in OS
|
||||
window.matchMedia("(prefers-color-scheme: dark)").addEventListener("change", (event) => {
|
||||
if (defaultTheme === "system" && !("wc-color-theme" in localStorage)) {
|
||||
event.matches ? window.wowchemy.setDarkTheme() : window.wowchemy.setLightTheme();
|
||||
event.matches ? window.hbb.setDarkTheme() : window.hbb.setLightTheme();
|
||||
themeToggleButtons.forEach((el) =>
|
||||
el.dataset.theme = document.documentElement.classList.contains("dark") ? "dark" : "light"
|
||||
);
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{{/* Markdown Image Renderer for Wowchemy. */}}
|
||||
{{/* Markdown Image Renderer for Hugo Blox Builder. */}}
|
||||
{{/* Load image from page dir falling back to media library at `assets/media/` and then to remote URI. */}}
|
||||
|
||||
{{ $destination := .Destination }}
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
{{- define "main" -}}
|
||||
|
||||
{{/* Check that user fully installed Wowchemy. */}}
|
||||
{{/* 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 Wowchemy by following the steps at https://docs.hugoblox.com/" */}}
|
||||
{{/* errorf "Please complete the installation of Hugo Blox Builder by following the steps at https://docs.hugoblox.com/" */}}
|
||||
{{/* end */}}
|
||||
|
||||
{{/* Deprecation warnings */}}
|
||||
|
|
|
@ -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 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*" }}
|
||||
|
|
|
@ -61,7 +61,7 @@
|
|||
|
||||
<script>
|
||||
/* Hugo Blox JS Global Init */
|
||||
window.wowchemy = {
|
||||
window.hbb = {
|
||||
defaultTheme: document.documentElement.dataset.wcThemeDefault,
|
||||
setDarkTheme: () => {
|
||||
document.documentElement.classList.add("dark");
|
||||
|
@ -73,14 +73,14 @@
|
|||
}
|
||||
}
|
||||
|
||||
console.debug(`Default Hugo Blox Builder theme is ${window.wowchemy.defaultTheme}`);
|
||||
console.debug(`Default Hugo Blox Builder theme is ${window.hbb.defaultTheme}`);
|
||||
|
||||
if ("wc-color-theme" in localStorage) {
|
||||
localStorage.getItem("wc-color-theme") === "dark" ? window.wowchemy.setDarkTheme() : window.wowchemy.setLightTheme();
|
||||
localStorage.getItem("wc-color-theme") === "dark" ? window.hbb.setDarkTheme() : window.hbb.setLightTheme();
|
||||
} else {
|
||||
window.wowchemy.defaultTheme === "dark" ? window.wowchemy.setDarkTheme() : window.wowchemy.setLightTheme();
|
||||
if (window.wowchemy.defaultTheme === "system") {
|
||||
window.matchMedia("(prefers-color-scheme: dark)").matches ? window.wowchemy.setDarkTheme() : window.wowchemy.setLightTheme();
|
||||
window.hbb.defaultTheme === "dark" ? window.hbb.setDarkTheme() : window.hbb.setLightTheme();
|
||||
if (window.hbb.defaultTheme === "system") {
|
||||
window.matchMedia("(prefers-color-scheme: dark)").matches ? window.hbb.setDarkTheme() : window.hbb.setLightTheme();
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
{{/* Audio Shortcode for Wowchemy. */}}
|
||||
{{/* Audio Shortcode for Hugo Blox Builder. */}}
|
||||
{{/* Load audio from page dir falling back to media library at `assets/media/` and then to remote URI. */}}
|
||||
{{/* 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
|
||||
----------
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
----------
|
||||
#0 : optional, positional
|
||||
Name of the icon to display in the callout component.
|
||||
Default Wowchemy available options include "note" and "warning".
|
||||
Default Hugo Blox Builder available options include "note" and "warning".
|
||||
Otherwise, you can add your own icon to assets/media/icons/ and reference its name when calling the shortcode.
|
||||
*/}}
|
||||
{{ $icon := "information-circle" }}
|
||||
|
|
|
@ -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,10 +1,10 @@
|
|||
{{/*
|
||||
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
|
||||
----------
|
||||
#0 : positional
|
||||
User account in Wowchemy to mention.
|
||||
User account in Hugo Blox Builder to mention.
|
||||
*/}}
|
||||
|
||||
{{- $username := .Get 0 -}}
|
||||
|
|
|
@ -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,8 +1,8 @@
|
|||
{{/* Video Shortcode for Wowchemy. */}}
|
||||
{{/* Video Shortcode for Hugo Blox Builder. */}}
|
||||
{{/* 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
|
||||
----------
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Wowchemy GitHub Action to import Jupyter Notebooks as blog posts
|
||||
# Hugo Blox GitHub Action to import Jupyter Notebooks as blog posts
|
||||
name: Import Jupyter Notebooks as Blog Posts
|
||||
|
||||
# Require permission to create a PR
|
||||
|
@ -16,7 +16,7 @@ on:
|
|||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
wowchemy:
|
||||
hugoblox:
|
||||
if: github.repository_owner != 'HugoBlox'
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
@ -38,14 +38,14 @@ jobs:
|
|||
uses: peter-evans/create-pull-request@v5
|
||||
with:
|
||||
commit-message: 'content: import blog posts from `notebooks/` folder'
|
||||
title: Wowchemy - Import latest blog posts
|
||||
title: Hugo Blox Builder - Import latest blog posts
|
||||
body: |
|
||||
Convert Jupyter Notebooks in the `notebooks/` folder into blog posts in the `content/post/` folder.
|
||||
将`notebooks/`文件夹中的Jupyter笔记本转换为`content/post/`文件夹中的博客帖子。
|
||||
[View Documentation](https://github.com/GetRD/academic-file-converter)
|
||||
base: main
|
||||
labels: automated-pr, content
|
||||
branch: wowchemy-import-posts
|
||||
branch: hugoblox-import-posts
|
||||
delete-branch: true
|
||||
- name: Check outputs
|
||||
if: ${{ steps.cpr.outputs.pull-request-number }}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Wowchemy GitHub Action to convert Bibtex publications to Markdown-based webpages
|
||||
# Hugo Blox GitHub Action to convert Bibtex publications to Markdown-based webpages
|
||||
name: Import Publications From Bibtex
|
||||
|
||||
# Require permission to create a PR
|
||||
|
@ -16,7 +16,7 @@ on:
|
|||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
wowchemy:
|
||||
hugoblox:
|
||||
if: github.repository_owner != 'HugoBlox'
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
@ -41,14 +41,14 @@ jobs:
|
|||
uses: peter-evans/create-pull-request@v5
|
||||
with:
|
||||
commit-message: 'content: import publications from Bibtex'
|
||||
title: Wowchemy - Import latest publications
|
||||
title: Hugo Blox Builder - Import latest publications
|
||||
body: |
|
||||
Import the latest publications from `publications.bib` to `content/publication/`.
|
||||
将最新的出版物从`publications.bib`导入到`content/publication/`。
|
||||
[View Documentation](https://github.com/GetRD/academic-file-converter)
|
||||
base: main
|
||||
labels: automated-pr, content
|
||||
branch: wowchemy-import-publications
|
||||
branch: hugoblox-import-publications
|
||||
delete-branch: true
|
||||
- name: Check outputs
|
||||
if: ${{ steps.cpr.outputs.pull-request-number }}
|
||||
|
|
|
@ -6,10 +6,10 @@ on:
|
|||
|
||||
jobs:
|
||||
update:
|
||||
if: github.repository_owner == 'wowchemy'
|
||||
if: github.repository_owner == 'HugoBlox'
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: wowchemy/gh-action-updater@v1
|
||||
- uses: HugoBlox/gh-action-updater@v1
|
||||
with:
|
||||
feed-url: https://hugoblox.com/blog/index.xml
|
||||
readme-section: news
|
||||
|
|
|
@ -17,7 +17,7 @@ Easily write technical content with plain text Markdown, LaTeX math, diagrams, R
|
|||
The integrated [**Hugo Blox Builder**](https://hugoblox.com) and CMS makes it easy to create a beautiful website for free. Edit your site in the CMS (or your favorite editor), generate it with [Hugo](https://github.com/gohugoio/hugo), and deploy with GitHub or Netlify. Customize anything on your site with widgets, light/dark themes, and language packs.
|
||||
|
||||
- 👉 [**Get Started**](https://hugoblox.com/templates/)
|
||||
- 📚 [View the **documentation**](https://hugoblox.com/docs/)
|
||||
- 📚 [View the **documentation**](https://docs.hugoblox.com/)
|
||||
- 💬 [Chat with the **Hugo Blox Builder community**](https://discord.gg/z8wNYzb) or [**Hugo community**](https://discourse.gohugo.io)
|
||||
- 🐦 Twitter: [@GetResearchDev](https://twitter.com/GetResearchDev) [@GeorgeCushen](https://twitter.com/GeorgeCushen) [#MadeWithHugoBlox](https://twitter.com/search?q=%23MadeWithHugoBlox&src=typed_query)
|
||||
- ⬇️ **Automatically import your publications from BibTeX** with the [Hugo Academic CLI](https://github.com/GetRD/academic-file-converter)
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# Configuration of Hugo
|
||||
# Guide: https://hugoblox.com/docs/getting-started/
|
||||
# Guide: https://docs.hugoblox.com/tutorial/
|
||||
# Hugo Documentation: https://gohugo.io/getting-started/configuration/#all-configuration-settings
|
||||
# This file is formatted using YAML syntax - learn more at https://learnxinyminutes.com/docs/yaml/
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Languages
|
||||
# Create a section for each of your site's languages.
|
||||
# Documentation: https://hugoblox.com/docs/guide/language/
|
||||
# Documentation: https://docs.hugoblox.com/reference/language/
|
||||
|
||||
# Default language
|
||||
en:
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# SITE SETUP
|
||||
# Guide: https://hugoblox.com/docs/getting-started/
|
||||
# Documentation: https://hugoblox.com/docs/
|
||||
# Guide: https://docs.hugoblox.com/tutorial/
|
||||
# Documentation: https://docs.hugoblox.com/
|
||||
# This file is formatted using YAML syntax - learn more at https://learnxinyminutes.com/docs/yaml/
|
||||
|
||||
# Appearance
|
||||
|
@ -18,8 +18,8 @@ marketing:
|
|||
site_type: Person
|
||||
local_business_type: ''
|
||||
org_name: ''
|
||||
description: 'A highly-customizable Hugo academic resume theme powered by Wowchemy website builder.'
|
||||
twitter: 'wowchemy'
|
||||
description: 'A highly-customizable Hugo academic resume theme powered by Hugo Blox Builder.'
|
||||
twitter: 'GetResearchDev'
|
||||
analytics:
|
||||
google_analytics: ''
|
||||
baidu_tongji: ''
|
||||
|
|
|
@ -54,7 +54,7 @@ sections:
|
|||
content:
|
||||
title: Experience
|
||||
# Date format for experience
|
||||
# Refer to https://hugoblox.com/docs/customization/#date-format
|
||||
# Refer to https://docs.hugoblox.com/customization/#date-format
|
||||
date_format: Jan 2006
|
||||
# Experiences.
|
||||
# Add/remove as many `experience` items below as you like.
|
||||
|
@ -90,7 +90,7 @@ sections:
|
|||
# Note: `­` is used to add a 'soft' hyphen in a long heading.
|
||||
title: 'Accomplish­ments'
|
||||
subtitle:
|
||||
# Date format: https://hugoblox.com/docs/customization/#date-format
|
||||
# Date format: https://docs.hugoblox.com/customization/#date-format
|
||||
date_format: Jan 2006
|
||||
# Accomplishments.
|
||||
# Add/remove as many `item` blocks below as you like.
|
||||
|
|
|
@ -47,7 +47,7 @@ education:
|
|||
year: 2008
|
||||
|
||||
# Skills
|
||||
# For available icons, see: https://hugoblox.com/docs/getting-started/page-builder/#icons
|
||||
# For available icons, see: https://docs.hugoblox.com/getting-started/page-builder/#icons
|
||||
skills:
|
||||
- name: Technical
|
||||
items:
|
||||
|
@ -87,7 +87,7 @@ skills:
|
|||
icon_pack: fas
|
||||
|
||||
# Social/Academic Networking
|
||||
# For available icons, see: https://hugoblox.com/docs/getting-started/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,10 +1,10 @@
|
|||
---
|
||||
title: Example Talk
|
||||
|
||||
event: Wowchemy Conference
|
||||
event: Hugo Blox Builder Conference
|
||||
event_url: https://example.org
|
||||
|
||||
location: Wowchemy HQ
|
||||
location: Hugo Blox Builder HQ
|
||||
address:
|
||||
street: 450 Serra Mall
|
||||
city: Stanford
|
||||
|
@ -12,7 +12,7 @@ address:
|
|||
postcode: '94305'
|
||||
country: United States
|
||||
|
||||
summary: An example talk using Wowchemy's Markdown slides feature.
|
||||
summary: An example talk using Hugo Blox Builder's Markdown slides feature.
|
||||
abstract: 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis posuere tellusac convallis placerat. Proin tincidunt magna sed ex sollicitudin condimentum. Sed ac faucibus dolor, scelerisque sollicitudin nisi. Cras purus urna, suscipit quis sapien eu, pulvinar tempor diam.'
|
||||
|
||||
# Talk start and end times.
|
||||
|
@ -66,8 +66,8 @@ Click on the **Slides** button above to view the built-in slides feature.
|
|||
|
||||
Slides can be added in a few ways:
|
||||
|
||||
- **Create** slides using Wowchemy's [_Slides_](https://hugoblox.com/docs/managing-content/#create-slides) 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 `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
|
||||
- **Embed** your slides (e.g. Google Slides) or presentation video on this page using [shortcodes](https://hugoblox.com/docs/writing-markdown-latex/).
|
||||
- **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://hugoblox.com/docs/writing-markdown-latex/) 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,5 +1,5 @@
|
|||
---
|
||||
title: Welcome to Wowchemy, the website builder for Hugo
|
||||
title: Welcome to Hugo Blox Builder, the website builder for Hugo
|
||||
subtitle: Welcome 👋 We know that first impressions are important, so we've populated your new site with some initial content to help you get familiar with everything in no time.
|
||||
|
||||
# Summary for listings and search engines
|
||||
|
@ -57,11 +57,11 @@ print('hello')
|
|||
## Get Started
|
||||
|
||||
- 👉 [**Create a new site**](https://hugoblox.com/templates/)
|
||||
- 📚 [**Personalize your site**](https://hugoblox.com/docs/)
|
||||
- 📚 [**Personalize your site**](https://docs.hugoblox.com/)
|
||||
- 💬 [Chat with the **Wowchemy community**](https://discord.gg/z8wNYzb) or [**Hugo community**](https://discourse.gohugo.io)
|
||||
- 🐦 Twitter: [@wowchemy](https://twitter.com/wowchemy) [@GeorgeCushen](https://twitter.com/GeorgeCushen) [#MadeWithWowchemy](https://twitter.com/search?q=%23MadeWithWowchemy&src=typed_query)
|
||||
- 💡 [Request a **feature** or report a **bug** for _Wowchemy_](https://github.com/HugoBlox/hugo-blox-builder/issues)
|
||||
- ⬆️ **Updating Wowchemy?** View the [Update Tutorial](https://hugoblox.com/docs/hugo-tutorials/update/) and [Release Notes](https://hugoblox.com/updates/)
|
||||
- ⬆️ **Updating Wowchemy?** View the [Update Tutorial](https://docs.hugoblox.com/hugo-tutorials/update/) and [Release Notes](https://hugoblox.com/updates/)
|
||||
|
||||
## Crowd-funded open-source software
|
||||
|
||||
|
@ -81,10 +81,10 @@ As a token of appreciation for sponsoring, you can **unlock [these](https://hugo
|
|||
|
||||
## Features
|
||||
|
||||
- **Page builder** - Create _anything_ with [**widgets**](https://hugoblox.com/docs/page-builder/) and [**elements**](https://hugoblox.com/docs/content/writing-markdown-latex/)
|
||||
- **Page builder** - Create _anything_ with [**widgets**](https://docs.hugoblox.com/page-builder/) and [**elements**](https://docs.hugoblox.com/content/writing-markdown-latex/)
|
||||
- **Edit any type of content** - Blog posts, publications, talks, slides, projects, and more!
|
||||
- **Create content** in [**Markdown**](https://hugoblox.com/docs/content/writing-markdown-latex/), [**Jupyter**](https://hugoblox.com/docs/import/jupyter/), or [**RStudio**](https://hugoblox.com/docs/install-locally/)
|
||||
- **Plugin System** - Fully customizable [**color** and **font themes**](https://hugoblox.com/docs/customization/)
|
||||
- **Create content** in [**Markdown**](https://docs.hugoblox.com/content/writing-markdown-latex/), [**Jupyter**](https://docs.hugoblox.com/import/jupyter/), or [**RStudio**](https://docs.hugoblox.com/install-locally/)
|
||||
- **Plugin System** - Fully customizable [**color** and **font themes**](https://docs.hugoblox.com/customization/)
|
||||
- **Display Code and Math** - Code highlighting and [LaTeX math](https://en.wikibooks.org/wiki/LaTeX/Mathematics) supported
|
||||
- **Integrations** - [Google Analytics](https://analytics.google.com), [Disqus commenting](https://disqus.com), Maps, Contact Forms, and more!
|
||||
- **Beautiful Site** - Simple and refreshing one page design
|
||||
|
@ -101,7 +101,7 @@ As a token of appreciation for sponsoring, you can **unlock [these](https://hugo
|
|||
|
||||
Wowchemy and its templates come with **automatic day (light) and night (dark) mode** built-in. Alternatively, visitors can choose their preferred mode - click the moon icon in the top right of the [Demo](https://academic-demo.netlify.com/) to see it in action! Day/night mode can also be disabled by the site admin in `params.toml`.
|
||||
|
||||
[Choose a stunning **theme** and **font**](https://hugoblox.com/docs/customization) for your site. Themes are fully customizable.
|
||||
[Choose a stunning **theme** and **font**](https://docs.hugoblox.com/customization) for your site. Themes are fully customizable.
|
||||
|
||||
## License
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@ image:
|
|||
caption: 'Image credit: [**John Moeses Bauan**](https://unsplash.com/photos/OGZtQF8iC0g)'
|
||||
---
|
||||
|
||||
Wowchemy is designed to give technical content creators a seamless experience. You can focus on the content and Wowchemy handles the rest.
|
||||
Hugo Blox Builder is designed to give technical content creators a seamless experience. You can focus on the content and Wowchemy handles the rest.
|
||||
|
||||
**Highlight your code snippets, take notes on math classes, and draw diagrams from textual representation.**
|
||||
|
||||
|
@ -73,7 +73,7 @@ A more advanced mindmap with formatting, code blocks, and math:
|
|||
```markmap
|
||||
- Mindmaps
|
||||
- Links
|
||||
- [Wowchemy Docs](https://hugoblox.com/docs/)
|
||||
- [Wowchemy Docs](https://docs.hugoblox.com/)
|
||||
- [Discord Community](https://discord.gg/z8wNYzb)
|
||||
- [GitHub](https://github.com/HugoBlox/hugo-blox-builder)
|
||||
- Features
|
||||
|
@ -98,7 +98,7 @@ renders as
|
|||
```markmap
|
||||
- Mindmaps
|
||||
- Links
|
||||
- [Wowchemy Docs](https://hugoblox.com/docs/)
|
||||
- [Wowchemy Docs](https://docs.hugoblox.com/)
|
||||
- [Discord Community](https://discord.gg/z8wNYzb)
|
||||
- [GitHub](https://github.com/HugoBlox/hugo-blox-builder)
|
||||
- Features
|
||||
|
@ -341,7 +341,7 @@ renders as
|
|||
|
||||
### Callouts
|
||||
|
||||
Academic supports a [shortcode for callouts](https://hugoblox.com/docs/content/writing-markdown-latex/#callouts), also referred to as _asides_, _hints_, or _alerts_. By wrapping a paragraph in `{{%/* callout note */%}} ... {{%/* /callout */%}}`, it will render as an aside.
|
||||
Academic supports a [shortcode for callouts](https://docs.hugoblox.com/content/writing-markdown-latex/#callouts), also referred to as _asides_, _hints_, or _alerts_. By wrapping a paragraph in `{{%/* callout note */%}} ... {{%/* /callout */%}}`, it will render as an aside.
|
||||
|
||||
```markdown
|
||||
{{%/* callout note */%}}
|
||||
|
@ -371,7 +371,7 @@ renders as
|
|||
|
||||
### Icons
|
||||
|
||||
Academic enables you to use a wide range of [icons from _Font Awesome_ and _Academicons_](https://hugoblox.com/docs/getting-started/page-builder/#icons) in addition to [emojis](https://hugoblox.com/docs/content/writing-markdown-latex/#emojis).
|
||||
Academic enables you to use a wide range of [icons from _Font Awesome_ and _Academicons_](https://docs.hugoblox.com/getting-started/page-builder/#icons) in addition to [emojis](https://docs.hugoblox.com/content/writing-markdown-latex/#emojis).
|
||||
|
||||
Here are some examples using the `icon` shortcode to render icons:
|
||||
|
||||
|
|
|
@ -25,7 +25,7 @@ publishDate: '2017-01-01T00:00:00Z'
|
|||
publication_types: ['paper-conference']
|
||||
|
||||
# Publication name and optional abbreviated publication name.
|
||||
publication: In *Wowchemy Conference*
|
||||
publication: In *Hugo Blox Builder Conference*
|
||||
publication_short: In *ICW*
|
||||
|
||||
abstract: Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis posuere tellus ac convallis placerat. Proin tincidunt magna sed ex sollicitudin condimentum. Sed ac faucibus dolor, scelerisque sollicitudin nisi. Cras purus urna, suscipit quis sapien eu, pulvinar tempor diam. Quisque risus orci, mollis id ante sit amet, gravida egestas nisl. Sed ac tempus magna. Proin in dui enim. Donec condimentum, sem id dapibus fringilla, tellus enim condimentum arcu, nec volutpat est felis vel metus. Vestibulum sit amet erat at nulla eleifend gravida.
|
||||
|
@ -83,4 +83,4 @@ Click the _Cite_ button above to demo the feature to enable visitors to import p
|
|||
Create your slides in Markdown - click the _Slides_ button to check out the example.
|
||||
{{% /callout %}}
|
||||
|
||||
Add the publication's **full text** or **supplementary notes** here. You can use rich formatting such as including [code, math, and images](https://hugoblox.com/docs/content/writing-markdown-latex/).
|
||||
Add the publication's **full text** or **supplementary notes** here. You can use rich formatting such as including [code, math, and images](https://docs.hugoblox.com/content/writing-markdown-latex/).
|
||||
|
|
|
@ -72,4 +72,4 @@ Click the *Cite* button above to demo the feature to enable visitors to import p
|
|||
Create your slides in Markdown - click the *Slides* button to check out the example.
|
||||
{{% /callout %}}
|
||||
|
||||
Add the publication's **full text** or **supplementary notes** here. You can use rich formatting such as including [code, math, and images](https://hugoblox.com/docs/content/writing-markdown-latex/).
|
||||
Add the publication's **full text** or **supplementary notes** here. You can use rich formatting such as including [code, math, and images](https://docs.hugoblox.com/content/writing-markdown-latex/).
|
||||
|
|
|
@ -65,4 +65,4 @@ slides: example
|
|||
Create your slides in Markdown - click the *Slides* button to check out the example.
|
||||
{{% /callout %}}
|
||||
|
||||
Add the publication's **full text** or **supplementary notes** here. You can use rich formatting such as including [code, math, and images](https://hugoblox.com/docs/content/writing-markdown-latex/).
|
||||
Add the publication's **full text** or **supplementary notes** here. You can use rich formatting such as including [code, math, and images](https://docs.hugoblox.com/content/writing-markdown-latex/).
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
title: Slides
|
||||
summary: An introduction to using Wowchemy's Slides feature.
|
||||
summary: An introduction to using Hugo Blox Builder's Slides feature.
|
||||
authors: []
|
||||
tags: []
|
||||
categories: []
|
||||
|
@ -13,9 +13,9 @@ slides:
|
|||
highlight_style: dracula
|
||||
---
|
||||
|
||||
# Create slides in Markdown with Wowchemy
|
||||
# Create slides in Markdown with Hugo Blox Builder
|
||||
|
||||
[Wowchemy](https://hugoblox.com/) | [Documentation](https://hugoblox.com/docs/content/slides/)
|
||||
[Hugo Blox Builder](https://hugoblox.com/) | [Documentation](https://docs.hugoblox.com/content/slides/)
|
||||
|
||||
---
|
||||
|
||||
|
@ -166,4 +166,4 @@ Create `assets/css/reveal_custom.css` with:
|
|||
|
||||
[Ask](https://discord.gg/z8wNYzb)
|
||||
|
||||
[Documentation](https://hugoblox.com/docs/content/slides/)
|
||||
[Documentation](https://docs.hugoblox.com/content/slides/)
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# Page Sharer
|
||||
# Documentation: https://hugoblox.com/docs/hugo-tutorials/page-sharer/
|
||||
# Documentation: https://docs.hugoblox.com/hugo-tutorials/page-sharer/
|
||||
|
||||
[[buttons]]
|
||||
id = "twitter"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# Configuration of Hugo
|
||||
# Guide: https://hugoblox.com/docs/getting-started/
|
||||
# Guide: https://docs.hugoblox.com/tutorial/
|
||||
# Hugo Documentation: https://gohugo.io/getting-started/configuration/#all-configuration-settings
|
||||
# This file is formatted using YAML syntax - learn more at https://learnxinyminutes.com/docs/yaml/
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Languages
|
||||
# Create a section for each of your site's languages.
|
||||
# Documentation: https://hugoblox.com/docs/guide/language/
|
||||
# Documentation: https://docs.hugoblox.com/reference/language/
|
||||
|
||||
# Default language
|
||||
en:
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# SITE SETUP
|
||||
# Guide: https://hugoblox.com/docs/getting-started/
|
||||
# Documentation: https://hugoblox.com/docs/
|
||||
# Guide: https://docs.hugoblox.com/tutorial/
|
||||
# Documentation: https://docs.hugoblox.com/
|
||||
# This file is formatted using YAML syntax - learn more at https://learnxinyminutes.com/docs/yaml/
|
||||
|
||||
# Appearance
|
||||
|
|
|
@ -59,7 +59,7 @@ Anh here's a more advanced mindmap with formatting, code blocks, and math:
|
|||
```markmap
|
||||
- Mindmaps
|
||||
- Links
|
||||
- [Wowchemy Docs](https://hugoblox.com/docs/)
|
||||
- [Wowchemy Docs](https://docs.hugoblox.com/)
|
||||
- [Discord Community](https://discord.gg/z8wNYzb)
|
||||
- [GitHub](https://github.com/HugoBlox/hugo-blox-builder)
|
||||
- Features
|
||||
|
@ -84,7 +84,7 @@ renders as
|
|||
```markmap
|
||||
- Mindmaps
|
||||
- Links
|
||||
- [Wowchemy Docs](https://hugoblox.com/docs/)
|
||||
- [Wowchemy Docs](https://docs.hugoblox.com/)
|
||||
- [Discord Community](https://discord.gg/z8wNYzb)
|
||||
- [GitHub](https://github.com/HugoBlox/hugo-blox-builder)
|
||||
- Features
|
||||
|
|
|
@ -2,6 +2,7 @@ module github.com/HugoBlox/hugo-blox-builder/starters/blog
|
|||
|
||||
go 1.19
|
||||
|
||||
require github.com/HugoBlox/hugo-blox-builder/modules/blox-plugin-netlify v1.0.1-0.20231024173257-66e3c7e27eb0
|
||||
|
||||
require github.com/HugoBlox/hugo-blox-builder/modules/blox-tailwind v0.0.0-20231029091833-0f56496291b7
|
||||
require (
|
||||
github.com/HugoBlox/hugo-blox-builder/modules/blox-plugin-netlify v1.1.2-0.20231108143325-448ed0e3bd2b
|
||||
github.com/HugoBlox/hugo-blox-builder/modules/blox-tailwind v0.1.1-0.20231108143325-448ed0e3bd2b
|
||||
)
|
||||
|
|
|
@ -8,18 +8,18 @@ The **Online Course Template** empowers you easily create an online course or co
|
|||
[](https://discord.com/channels/722225264733716590/742892432458252370/742895548159492138)
|
||||
[](https://twitter.com/GetReseachDev)
|
||||
|
||||
[Check out the latest demo](https://hugoblox.com/docs/) of what you'll get in less than 10 minutes, or [get inspired by how others are using this template](https://hugoblox.com/creators/).
|
||||
[Check out the latest demo](https://docs.hugoblox.com/) of what you'll get in less than 10 minutes, or [get inspired by how others are using this template](https://hugoblox.com/creators/).
|
||||
|
||||
The integrated [**Hugo Blox Builder**](https://hugoblox.com) and CMS makes it easy to create a beautiful website for free. Edit your site in the CMS (or your favorite editor), generate it with [Hugo](https://github.com/gohugoio/hugo), and deploy with GitHub or Netlify. Customize anything on your site with widgets, light/dark themes, and language packs.
|
||||
|
||||
- 👉 [**Get Started**](https://hugoblox.com/hugo-themes/)
|
||||
- 📚 [View the **documentation**](https://hugoblox.com/docs/)
|
||||
- 📚 [View the **documentation**](https://docs.hugoblox.com/)
|
||||
- 💬 [Chat with the **Hugo Blox Builder community**](https://discord.gg/z8wNYzb) or [**Hugo community**](https://discourse.gohugo.io)
|
||||
- ⬇️ **Automatically import citations from BibTeX** with the [Hugo Academic CLI](https://github.com/GetRD/academic-file-converter)
|
||||
- 🐦 Share your new site with the community: [@GetResearchDev](https://twitter.com/GetReseachDev) [@GeorgeCushen](https://twitter.com/GeorgeCushen) [#MadeWithWowchemy](https://twitter.com/search?q=%23MadeWithWowchemy&src=typed_query)
|
||||
- 🗳 [Take the survey and help us improve #OpenSource](https://forms.gle/NioD9VhUg7PNmdCAA)
|
||||
- 🚀 [Contribute improvements](https://github.com/HugoBlox/hugo-blox-builder/blob/main/CONTRIBUTING.md) or [suggest improvements](https://github.com/HugoBlox/hugo-blox-builder/issues)
|
||||
- ⬆️ **Updating?** View the [Update Guide](https://hugoblox.com/docs/hugo-tutorials/update/) and [Release Notes](https://github.com/HugoBlox/hugo-blox-builder/releases)
|
||||
- ⬆️ **Updating?** View the [Update Guide](https://docs.hugoblox.com/hugo-tutorials/update/) and [Release Notes](https://github.com/HugoBlox/hugo-blox-builder/releases)
|
||||
|
||||
## 💙 We ask you, humbly, to support this open source movement
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# Configuration of Hugo
|
||||
# Guide: https://hugoblox.com/docs/getting-started/
|
||||
# Guide: https://docs.hugoblox.com/tutorial/
|
||||
# Hugo Documentation: https://gohugo.io/getting-started/configuration/#all-configuration-settings
|
||||
# This file is formatted using YAML syntax - learn more at https://learnxinyminutes.com/docs/yaml/
|
||||
|
||||
|
@ -36,7 +36,6 @@ removePathAccents: true
|
|||
|
||||
module:
|
||||
imports:
|
||||
- path: github.com/HugoBlox/hugo-blox-builder/modules/blox-plugin-netlify-cms
|
||||
- path: github.com/HugoBlox/hugo-blox-builder/modules/blox-plugin-netlify
|
||||
- path: github.com/HugoBlox/hugo-blox-builder/modules/blox-bootstrap/v5
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Languages
|
||||
# Create a section for each of your site's languages.
|
||||
# Documentation: https://hugoblox.com/docs/guide/language/
|
||||
# Documentation: https://docs.hugoblox.com/reference/language/
|
||||
|
||||
# Default language
|
||||
en:
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# SITE SETUP
|
||||
# Guide: https://hugoblox.com/docs/getting-started/
|
||||
# Documentation: https://hugoblox.com/docs/
|
||||
# Guide: https://docs.hugoblox.com/tutorial/
|
||||
# Documentation: https://docs.hugoblox.com/
|
||||
# This file is formatted using YAML syntax - learn more at https://learnxinyminutes.com/docs/yaml/
|
||||
|
||||
# Appearance
|
||||
|
@ -19,7 +19,7 @@ marketing:
|
|||
local_business_type: ''
|
||||
org_name: ''
|
||||
description: 'A highly-customizable Hugo learning theme powered by Hugo Blox Builder.'
|
||||
twitter: 'wowchemy'
|
||||
twitter: 'GetResearchDev'
|
||||
analytics:
|
||||
google_analytics: ''
|
||||
baidu_tongji: ''
|
||||
|
@ -69,7 +69,7 @@ features:
|
|||
privacy_pack:
|
||||
enable: false
|
||||
repository:
|
||||
url: 'https://github.com/wowchemy/starter-hugo-online-course'
|
||||
url: 'https://github.com/HugoBlox/theme-online-course'
|
||||
content_dir: content
|
||||
branch: main
|
||||
comment:
|
||||
|
@ -93,8 +93,5 @@ features:
|
|||
show_logo: false
|
||||
|
||||
extensions:
|
||||
cms:
|
||||
branch: main
|
||||
local_backend: false
|
||||
academicons:
|
||||
enable: false
|
||||
|
|
|
@ -1,8 +0,0 @@
|
|||
---
|
||||
# Generate Wowchemy CMS
|
||||
type: wowchemycms
|
||||
private: true
|
||||
outputs:
|
||||
- wowchemycms_config
|
||||
- HTML
|
||||
---
|
|
@ -34,7 +34,7 @@ education:
|
|||
year: 2008
|
||||
|
||||
# Social/Academic Networking
|
||||
# For available icons, see: https://hugoblox.com/docs/getting-started/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:
|
||||
|
|
|
@ -38,7 +38,7 @@ education:
|
|||
year: 2008
|
||||
|
||||
# Social/Academic Networking
|
||||
# For available icons, see: https://hugoblox.com/docs/getting-started/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,6 +1,6 @@
|
|||
---
|
||||
# An instance of the Contact widget.
|
||||
# Documentation: https://hugoblox.com/docs/page-builder/
|
||||
# Documentation: https://docs.hugoblox.com/page-builder/
|
||||
widget: contact
|
||||
|
||||
# This file represents a page section.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
# An instance of the Blank widget.
|
||||
# Documentation: https://hugoblox.com/docs/page-builder/
|
||||
# Documentation: https://docs.hugoblox.com/page-builder/
|
||||
widget: blank
|
||||
|
||||
# This file represents a page section.
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
title: 📊 Learn Data Science
|
||||
linkTitle: Data Science
|
||||
summary: An example of using Wowchemy's Book layout for publishing online courses.
|
||||
summary: An example of using Hugo Blox Builder's Book layout for publishing online courses.
|
||||
date: '2021-01-24'
|
||||
type: book
|
||||
tags:
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
title: 🤖 Learn Robotics
|
||||
linkTitle: Learn Robotics
|
||||
summary: An example of using Wowchemy's Book layout for publishing online courses.
|
||||
summary: An example of using Hugo Blox Builder's Book layout for publishing online courses.
|
||||
date: '2021-01-24'
|
||||
type: book
|
||||
tags:
|
||||
|
|
|
@ -30,4 +30,4 @@ Published with the [Hugo Blox Builder](https://hugoblox.com/).
|
|||
|
||||
Introduce your courses here.
|
||||
|
||||
<a class="github-button" href="https://github.com/HugoBlox/hugo-blox-builder" data-icon="octicon-star" data-size="large" data-show-count="true" aria-label="Star Wowchemy Website Builder for Hugo">Star Wowchemy Website Builder for Hugo</a><br><a class="github-button" href="https://github.com/wowchemy/starter-hugo-online-course" data-icon="octicon-star" data-size="large" data-show-count="true" aria-label="Star the Online Course template">Star the Online Course template</a><script async defer src="https://buttons.github.io/buttons.js"></script>
|
||||
<a class="github-button" href="https://github.com/HugoBlox/hugo-blox-builder" data-icon="octicon-star" data-size="large" data-show-count="true" aria-label="Star Hugo Blox Builder">Star Hugo Blox Builder</a><br><a class="github-button" href="https://github.com/HugoBlox/theme-online-course" data-icon="octicon-star" data-size="large" data-show-count="true" aria-label="Star the Online Course template">Star the Online Course template</a><script async defer src="https://buttons.github.io/buttons.js"></script>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
# An instance of the People widget.
|
||||
# Documentation: https://hugoblox.com/docs/page-builder/
|
||||
# Documentation: https://docs.hugoblox.com/page-builder/
|
||||
widget: people
|
||||
|
||||
# This file represents a page section.
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
title: Richard Hendricks Wins First Place in the Wowchemy Prize
|
||||
title: Richard Hendricks Wins First Place in the Hugo Blox Builder Prize
|
||||
date: 2020-12-01
|
||||
---
|
||||
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue