Skip to content

Commit

Permalink
fix: links (cont.)
Browse files Browse the repository at this point in the history
  • Loading branch information
Splitter committed Nov 9, 2023
1 parent 0552a1b commit 0f1bab6
Show file tree
Hide file tree
Showing 12 changed files with 18 additions and 18 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion config/_default/config.yaml
Original file line number Diff line number Diff line change
@@ -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/

Expand Down
2 changes: 1 addition & 1 deletion config/_default/languages.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
6 changes: 3 additions & 3 deletions config/_default/params.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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: ''
Expand Down
4 changes: 2 additions & 2 deletions content/about/about.md
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
---
4 changes: 2 additions & 2 deletions content/about/accomplishments.md
Original file line number Diff line number Diff line change
@@ -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.
Expand All @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion content/about/contact.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
4 changes: 2 additions & 2 deletions content/about/education.md
Original file line number Diff line number Diff line change
@@ -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.
Expand All @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions content/about/experience.md
Original file line number Diff line number Diff line change
@@ -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.
Expand All @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion content/authors/admin/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:[email protected]" or "#contact" for contact widget.
social:
Expand Down
2 changes: 1 addition & 1 deletion content/home/portfolio.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit 0f1bab6

Please sign in to comment.