Here is a live version of the site^
here is my git hub repo
The website works for the most part, still needs some updating on other parts, my biggest problem is getting the actual blog to work. I cant get the /blog/ page to open and list the posts like on the example site. I feel like im pulling my hair out. template blog posts show up but not on live version.
Please help, new to hugo, just started using it a couple days ago. Thank you.
rm layouts/_default/single.html
rm layouts/_default/list.html
These files are both empty, and are overriding the theme.
Removed them, Didn’t change anything. I removed them in github…
I am not having any problems. Here’s what I did:
git clone https://github.com/GittyHubDella/happy_houses
cd happy_houses/
Then I had to edit the .gitmodules
file because the path was wrong. Here’s the diff:
diff --git a/.gitmodules b/.gitmodules
index d79c2ab..2a7e755 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,3 +1,3 @@
-[submodule "themes/themes/hugo-universal-theme"]
- path = themes/themes/hugo-universal-theme
+[submodule "themes/hugo-universal-theme"]
+ path = themes/hugo-universal-theme
url = https://github.com/devcows/hugo-universal-theme
Then I pulled in the theme and ran hugo server:
git submodule update --init
hugo server
The blog page looked fine: