Skip to content

Changing the url "docs" to something else #60

Closed Answered by colinwilson
zigmd asked this question in Q&A
Discussion options

You must be logged in to vote

You'll need to create the following file structure & templates in your Hugo site:

layouts
└── projects
    ├── baseof.html
    ├── list.html
    └── single.html

Then place you content in:

content
└── projects
    └── _index.md

You could then navigate to https://yoursite.com/projects

The Hugo Template Guide has a lot more extensive and detailed info on building templates

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@zigmd
Comment options

Answer selected by zigmd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants