From 0f1bab659b008cfcaa8a78cdf1a536658f76dc6a Mon Sep 17 00:00:00 2001 From: Splitter Date: Thu, 9 Nov 2023 14:58:57 +0000 Subject: [PATCH] fix: links (cont.) --- .github/{ => workflows}/publish.yaml | 0 README.md | 4 ++-- config/_default/config.yaml | 2 +- config/_default/languages.yaml | 2 +- config/_default/params.yaml | 6 +++--- content/about/about.md | 4 ++-- content/about/accomplishments.md | 4 ++-- content/about/contact.md | 2 +- content/about/education.md | 4 ++-- content/about/experience.md | 4 ++-- content/authors/admin/_index.md | 2 +- content/home/portfolio.md | 2 +- 12 files changed, 18 insertions(+), 18 deletions(-) rename .github/{ => workflows}/publish.yaml (100%) diff --git a/.github/publish.yaml b/.github/workflows/publish.yaml similarity index 100% rename from .github/publish.yaml rename to .github/workflows/publish.yaml diff --git a/README.md b/README.md index 4573d25..d3b0996 100644 --- a/README.md +++ b/README.md @@ -15,13 +15,13 @@ The **Hugo Portfolio Template** empowers you to easily create a portfolio websit The integrated [**Wowchemy**](https://hugoblox.com) website builder 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 **Wowchemy research 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: [@wowchemy](https://twitter.com/wowchemy) [@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 diff --git a/config/_default/config.yaml b/config/_default/config.yaml index 872b291..33bca5b 100644 --- a/config/_default/config.yaml +++ b/config/_default/config.yaml @@ -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/ diff --git a/config/_default/languages.yaml b/config/_default/languages.yaml index 1f57cdf..88fa733 100644 --- a/config/_default/languages.yaml +++ b/config/_default/languages.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: diff --git a/config/_default/params.yaml b/config/_default/params.yaml index 7ebd983..f380c3c 100644 --- a/config/_default/params.yaml +++ b/config/_default/params.yaml @@ -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 blog theme powered by Wowchemy website builder.' - twitter: 'wowchemy' + twitter: 'GetResearchDev' analytics: google_analytics: '' baidu_tongji: '' diff --git a/content/about/about.md b/content/about/about.md index 7b8c5e6..88be451 100644 --- a/content/about/about.md +++ b/content/about/about.md @@ -1,6 +1,6 @@ --- # An instance of the About widget. -# Documentation: https://hugoblox.com/docs/page-builder/ +# Documentation: https://docs.hugoblox.com/page-builder/ widget: about # Activate this widget? true/false @@ -16,6 +16,6 @@ title: Hello # Choose the user profile to display # This should be the username (folder name) of a profile in your `content/authors/` folder. -# See https://hugoblox.com/docs/get-started/#introduce-yourself +# See https://docs.hugoblox.com/get-started/#introduce-yourself author: admin --- diff --git a/content/about/accomplishments.md b/content/about/accomplishments.md index e3b7417..1da5047 100644 --- a/content/about/accomplishments.md +++ b/content/about/accomplishments.md @@ -1,6 +1,6 @@ --- # An instance of the Accomplishments widget. -# Documentation: https://hugoblox.com/docs/page-builder/ +# Documentation: https://docs.hugoblox.com/page-builder/ widget: accomplishments # This file represents a page section. @@ -14,7 +14,7 @@ title: 'Accomplish­ments' subtitle: # Date format -# Refer to https://hugoblox.com/docs/customization/#date-format +# Refer to https://docs.hugoblox.com/customization/#date-format date_format: Jan 2006 # Accomplishments. diff --git a/content/about/contact.md b/content/about/contact.md index 6a7f280..bdaa4cc 100644 --- a/content/about/contact.md +++ b/content/about/contact.md @@ -1,6 +1,6 @@ --- # An instance of the Contact widget. -# Documentation: https://hugoblox.com/docs/getting-started/page-builder/ +# Documentation: https://docs.hugoblox.com/getting-started/page-builder/ widget: contact # This file represents a page section. diff --git a/content/about/education.md b/content/about/education.md index 4a947ea..2869902 100644 --- a/content/about/education.md +++ b/content/about/education.md @@ -1,6 +1,6 @@ --- # An instance of the Experience widget. -# Documentation: https://hugoblox.com/docs/page-builder/ +# Documentation: https://docs.hugoblox.com/page-builder/ widget: experience # This file represents a page section. @@ -13,7 +13,7 @@ title: Education subtitle: # 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. diff --git a/content/about/experience.md b/content/about/experience.md index 4af0c05..a3eef44 100644 --- a/content/about/experience.md +++ b/content/about/experience.md @@ -1,6 +1,6 @@ --- # An instance of the Experience widget. -# Documentation: https://hugoblox.com/docs/page-builder/ +# Documentation: https://docs.hugoblox.com/page-builder/ widget: experience # This file represents a page section. @@ -13,7 +13,7 @@ title: Experience subtitle: # 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. diff --git a/content/authors/admin/_index.md b/content/authors/admin/_index.md index 7deda6f..8c6bef3 100644 --- a/content/authors/admin/_index.md +++ b/content/authors/admin/_index.md @@ -38,7 +38,7 @@ bio: My research interests include distributed robotics, mobile computing and pr # 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: diff --git a/content/home/portfolio.md b/content/home/portfolio.md index 377126b..1d1f447 100644 --- a/content/home/portfolio.md +++ b/content/home/portfolio.md @@ -1,7 +1,7 @@ --- # A section created with the Portfolio widget. # This section displays content from `content/project/`. -# See https://hugoblox.com/docs/widget/portfolio/ +# See https://docs.hugoblox.com/widget/portfolio/ widget: portfolio # This file represents a page section.