-
Notifications
You must be signed in to change notification settings - Fork 271
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] #439
Comments
What works in PowerShell is: Invoke-WebRequest -Uri https://codeload.github.com/chipzoller/hugo-clarity/zip/master -OutFile hugo-clarity.zip
Expand-Archive hugo-clarity.zip
Copy-Item -Recurse .\hugo-clarity\hugo-clarity-master\exampleSite\* .
Remove-Item -Recurse -Force hugo-clarity
Remove-Item hugo-clarity.zip
Remove-Item -Force config.toml I'm not a PowerShell specialist, so I hope someone comes up with a better solution. |
Thanks The commands in the readme
The tar option did not work for me, so I used zip and it worked. Thanks |
Should I leave this open as I am not sure if there is an issue with the tar options in the readme file, or whether it is user error. |
Describe the change
Hi
I tried installing the Clarity theme for Hugo using the PowerShell install command you provided and it appear to download the bot does not seem to extract the files. I am on Windows using vscode, and I am left file 4000 KB file with no extension. I am assuming the command downloads the repository extracts the files folders and delete the downloaded archive file. I am not that familiar with tar so I am not sure what is not working. Any help would be appreciated.
The text was updated successfully, but these errors were encountered: