Skip to content

Commit

Permalink
🔧 change config
Browse files Browse the repository at this point in the history
  • Loading branch information
chrede88 committed Nov 17, 2024
1 parent 39c3307 commit b09aafa
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 8 deletions.
13 changes: 5 additions & 8 deletions config/_default/hugo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,6 @@
baseURL: "https://username.github.io/L1nkr"
title: "L1nkr"

############################
## MODULES
############################

module:
imports:
- path: github.com/chrede88/L1nkr

############################
## MISC
############################
Expand All @@ -21,3 +13,8 @@ enableEmoji: true
disableKinds: ["taxonomy", "term"]
languageCode: "en-us"
enableRobotsTXT: true
markup:
goldmark:
renderHooks:
image:
enableDefault: true
8 changes: 8 additions & 0 deletions config/_default/module.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
############################
## MODULES
## Add more modules if needed
## https://gohugo.io/hugo-modules/
############################

imports:
- path: github.com/chrede88/L1nkr

0 comments on commit b09aafa

Please sign in to comment.