Skip to content

Commit

Permalink
Turn anatole theme into a hugo module
Browse files Browse the repository at this point in the history
  • Loading branch information
deining committed Jan 8, 2022
1 parent 99baec2 commit 6163dbd
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 0 deletions.
5 changes: 5 additions & 0 deletions exampleSite/config/_default/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,12 @@ baseURL = "https://example.com"
languageCode = "en"
DefaultContentLanguage = "en"
title = "Website of Jane Doe"

# theme as hugo module
#theme = "github.com/lxndrblz/anatole"
# theme as git submodule
theme = "anatole"

summarylength = 10
enableEmoji = true
enableRobotsTXT = true
Expand Down
3 changes: 3 additions & 0 deletions exampleSite/go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
module github.com/lxndrblz/anatole-example

go 1.17
3 changes: 3 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
module github.com/lxndrblz/anatole

go 1.17

0 comments on commit 6163dbd

Please sign in to comment.