Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
MACAO Hugo Theme
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
MACAO
MACAO Hugo Theme
Commits
eff55ecd
Unverified
Commit
eff55ecd
authored
May 18, 2024
by
Rajesh Duggal
Committed by
GitHub
May 18, 2024
Browse files
Options
Downloads
Patches
Plain Diff
Change "config.toml" to "hugo.toml" in the README.md documentation (#596)
parent
1c78b920
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+2
-2
2 additions, 2 deletions
README.md
with
2 additions
and
2 deletions
README.md
+
2
−
2
View file @
eff55ecd
...
...
@@ -60,7 +60,7 @@ Start with initializing hugo modules, if not done yet:
hugo mod init github.com/repo/path
```
Navigate to your hugo project root and add [module] section to your
`
config
.toml`
:
Navigate to your hugo project root and add [module] section to your
`
hugo
.toml`
:
```
toml
[module]
...
...
@@ -140,7 +140,7 @@ A blog is not the primary usecase of this theme, so it has only minimal features
### Site Configuration
There are a few configuration options that you can add to your
`
config
.toml`
file.
There are a few configuration options that you can add to your
`
hugo
.toml`
file.
You can also see the
`yaml`
example
[
here
](
https://github.com/alex-shpak/hugo-book/blob/master/exampleSite/config.yaml
)
.
```
toml
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment