Hi there !
First, it is my first time with Hugo and I was really enjoying it until I’ve tried to put my site into production.
I have written a doc for Google Classroom using the hugo-material-docs
theme. Everything works perfectly locally. I mean, I use
hugo server
and I get the site working with the good theme, the links work, etc. I would like to upload this website to my githubpages.
I have followed this tutorial
So I have a folder with my source code in it named classroomdoc
. Then I have two repos on github : one called google_classroom_doc
where my source is and one called sylcha.github.io
where all of the content of the public
directory is pushed.
I have generate the website with
hugo -t hugo-material-docs
You can have a look at the result at sylcha.github.io : you can see that everything is working fine except for the theme that is not rendered. Files from the theme are not copied to the folders they should appear : I cannot figure out why…
Does anybody have any idea ?
Thanks for your help,
Sylvain
PS: Here is my config
$ uname -a
Linux black 4.6.2-1-ARCH #1 SMP PREEMPT Wed Jun 8 08:40:59 CEST 2016 x86_64 GNU/Linux
$ hugo version
Hugo Static Site Generator v0.16 BuildDate: 2016-06-12T12:55:14+02:00