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 e8eca4f commit 6a1d37b
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 8 deletions.
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 @@ -14,7 +14,7 @@ marketing:
local_business_type: ''
org_name: ''
description: 'A highly-customizable Hugo link in bio theme powered by Wowchemy website builder.'
twitter: 'wowchemy'
twitter: 'GetResearchDev'
analytics:
google_analytics: ''
baidu_tongji: ''
Expand Down
7 changes: 4 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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-20231029092337-9b6cb2d6cc15
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
)

0 comments on commit 6a1d37b

Please sign in to comment.