We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Do we have any method to customize the name of "Posts"? For example, change the name "Posts" on the main page into "Thoughts".
The text was updated successfully, but these errors were encountered:
I was thinking about this a couple of days ago. Even changing it to "All Posts" would be nice.
EDIT: This can be done with languages. Create a i18n in the root, then create a en.toml file, and in that add:
i18n
en.toml
[posts] other = "Thoughts"
The other phrases seem to be taken from the default one, but there are some useful ones, such as the 404 message.
Sorry, something went wrong.
@jackwu925 You can do that by setting title for blog on your hugo.yaml or config.yaml file.
hugo.yaml
config.yaml
params: features: blog: enable: true showAuthor: true title: Thoughts
No branches or pull requests
Question
Do we have any method to customize the name of "Posts"? For example, change the name "Posts" on the main page into "Thoughts".
The text was updated successfully, but these errors were encountered: