-
Notifications
You must be signed in to change notification settings - Fork 3
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
Hugo serve won't run the theme #12
Comments
I'm having the same issue with the font-awesome submodule. If I clone hugo my site then run
I get the following output:
When I initially added the triple-hyde theme I didn't get this problem, it was only after I tried to clone my hugo site to another machine. |
After some checking I found that the URL in the .gitmodules and in the .git/config are set to: git@github.com:FortAwesome/font-awesome-sass.git If they are changed to: https://github.com/FortAwesome/font-awesome-sass.git then the submodule can be downloaded using
For reference: https://stackoverflow.com/questions/13509293/git-fatal-could-not-read-from-remote-repository I don't fully understand why the url got changed but I am able to get past the issue on my local machine.. |
Darren,
Thanks very much for the info and links! I modified the files you mention
and now the theme runs. :)
Again, thanks,
Doug
…On Thu, Feb 15, 2024 at 10:00 PM Darren Pruitt ***@***.***> wrote:
After some checking I found that the URL in the .gitmodules and in the
.git/config are set to:
***@***.***:FortAwesome/font-awesome-sass.git
If they are changed to:
https://github.com/FortAwesome/font-awesome-sass.git
then the submodule can be downloaded using
git submodule update --init --recursive
For reference:
https://stackoverflow.com/questions/13509293/git-fatal-could-not-read-from-remote-repository
I don't fully understand why the url got changed but I am able to get past
the issue on my local machine..
—
Reply to this email directly, view it on GitHub
<#12 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AACGYHIYB6WEAG7ZX6PX5BLYT3DWXAVCNFSM6AAAAABCYKTEK2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSNBXGY4DINBQGU>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
As depicted in #12, some users are having issues with ssh
Interesting, I went back and forwards on this one but I made the assumption anyone with Git installed would also have |
As depicted in #12, some users are having issues with ssh
Hi,
I'm VERY new to Hugo and I'd like to use the triple-hyde theme, but I'm having a problem. I think it's related to getting the SCSS to compile, but I'm not sure. When I follow the installation instructions and run "hugo serve" I get this error:
hugo serve
Watching for changes in /Users/dfarrell/tmp/my_blog/{archetypes,assets,content,data,i18n,layouts,static,themes}
Watching for config changes in /Users/dfarrell/tmp/my_blog/hugo.toml
Start building sites …
hugo v0.122.0-b9a03bd59d5f71a529acb3e33f995e0ef332b3aa+extended darwin/amd64 BuildDate=2024-01-26T15:54:24Z VendorInfo=brew
Built in 259 ms
Error: error building site: TOCSS: failed to transform "scss/triple-hyde.scss" (text/x-scss): "/Users/dfarrell/tmp/my_blog/themes/triple-hyde/assets/scss/triple-hyde.scss:3:1": File to import not found or unreadable: font-awesome/assets/stylesheets/font-awesome.
Any help would be greatly appreciated.
Doug
The text was updated successfully, but these errors were encountered: