Skip to content

Commit fe5c563

Browse files
authored
Merge pull request #3 from daniel-luke/fix/theme-bootstrapping
Fix/theme bootstrapping
2 parents 691668f + be2b0de commit fe5c563

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ theme = "hugo-noir"
118118

119119
## Configuration ⚙️
120120

121-
This theme supports a variety of configuration options in your `hugo.toml` (or `config.toml`) file. Below is an example configuration with explanations:
121+
This theme supports a variety of configuration options in your `hugo.toml` (or `config.toml`) file. An example `hugo.toml` configuration can be found in `exampleSite/hugo.toml`. Below is an example configuration with explanations:
122122

123123
### Basic Configuration
124124

hugo.toml renamed to exampleSite/hugo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
baseURL = "https://johndoe.dev"
22
languageCode = 'en-us'
33
title = 'John Doe'
4-
theme = 'doe-minimalistic'
4+
theme = 'hugo-noir'
55

66
# URL handling
77
relativeURLs = true

0 commit comments

Comments
 (0)