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 1459332 commit d68cb23
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 9 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
4 changes: 2 additions & 2 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 Down
4 changes: 2 additions & 2 deletions content/post/second-brain/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
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-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
)

0 comments on commit d68cb23

Please sign in to comment.