Skip to content
New issue

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

docs: add missing chdir commands in Setup Section (#247) #250

Merged
merged 1 commit into from
Nov 2, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ First create a new Hugo site by running the following command:

Initialize your new Hugo site as hugo module by running the following command:

cd myblog
hugo mod init github.com/USER/REPO

Afterwards, run this command to add hugo-blog-awesome as module to your site:
Expand Down Expand Up @@ -86,6 +87,7 @@ Then, clone this repository into the `themes` directory of your new site:

To preview the theme with example content, run the following command from the `exampleSite` directory:

cd themes/hugo-blog-awesome/exampleSite
hugo server --themesDir ../..

To use this theme, set the `theme` variable in your site's `hugo.toml` to `hugo-blog-awesome`:
Expand Down