Skip to content

Commit

Permalink
Rename config.toml to hugo.toml
Browse files Browse the repository at this point in the history
Fixes: #191

Signed-off-by: Daniel Holbach <[email protected]>
  • Loading branch information
dholbach authored and zjedi committed Aug 14, 2024
1 parent 6264a74 commit be2014b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ If you already have a Hugo site on your machine, you can simply add this theme v
git submodule add https://github.com/zjedi/hugo-scroll.git themes/hugo-scroll
```

Then, adjust the `config.toml` as detailed below & in the file comments.
Then, adjust the `hugo.toml` as detailed below & in the file comments.

### Playing around with our example site

Expand All @@ -50,7 +50,7 @@ For more information, read the official [Hugo setup guide][hugo-setup-guide].

If you are starting fresh, simply copy over the contents of the `exampleSite`-directory included in this theme to your source directory. That should give you a good idea about how things work, and then you can go on from there to make the site your own.

Please check out the [config.toml](https://github.com/zjedi/hugo-scroll/blob/master/exampleSite/config.toml) included in the [exampleSite](https://github.com/zjedi/hugo-scroll/tree/master/exampleSite) of this theme.
Please check out the [hugo.toml](https://github.com/zjedi/hugo-scroll/blob/master/exampleSite/hugo.toml) included in the [exampleSite](https://github.com/zjedi/hugo-scroll/tree/master/exampleSite) of this theme.

You can add **a new section to the homepage** by running `hugo new homepage/my-new-content.md` (or craft the file manually)

Expand Down Expand Up @@ -91,7 +91,7 @@ Set `header_use_video: true` in `/exampleSite/content/_index.md` and define vide

### Footer version information

In order to see technical version information (extracted from Hugo's [GitInfo](https://gohugo.io/variables/git/))) set the following general option in your config.toml: `enableGitInfo = true`
In order to see technical version information (extracted from Hugo's [GitInfo](https://gohugo.io/variables/git/))) set the following general option in your hugo.toml: `enableGitInfo = true`

### External links

Expand Down
2 changes: 1 addition & 1 deletion exampleSite/content/de/homepage/about-me-local-img.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ header_menu: true

This demonstates localized content placed in dedicated language folder, `content/de`. This way you won't have to use localization suffix with the `.md` file. Both localisation approaches (separate folder, suffixes in the same folder) can be used and even mixed.

See i18n configuration in `[languages]` section of `config.toml`.
See i18n configuration in `[languages]` section of `hugo.toml`.

#### Local content

Expand Down
File renamed without changes.

0 comments on commit be2014b

Please sign in to comment.