Deploying Hugo on S3 using wercker

Also, put the partial in the original place I mentioned and not in the theme. Otherwise, you’re going to hit issues in the future with maintaining compatibility with the upstream…

That is…

  • layouts/partials/footer.html

And not overwriting or modifying /themes/beautifulhugo/layouts/partials/footer.html

@rdwatters I did create the S3 bucket initially and was using for static html page I used to upload. I modified the baseurl in config file. Got the footer.html outside as the path mentioned by me and not kep the original one as it was.
It still goes as www.stencilled.me/stencilled.me/css/main.css

I’m getting more confident then that this is S3 and not Hugo.

Are you using Route 53? What are you using for your custom domain? What do you have set as your URL within the bucket?

Also, have you tried connecting with Amazon’s customer service? :smile:

Don’t worry about it :smile:

Sorry, but I don’t think me helping you configure your bucket through screenshots is going to be as effective as you just going directly to an expert in this product. That means either Amazon or just their docs. I would start here.

@rdwatters I will then go ahead and delete my current bucket and start working from scratch

FWIW @senthil_thyagarajan If you are not fully obligated to using S3 and you’re already using GitHub…and you don’t anticipate a huge amount of traffic on this site, I usually recommend to my friends to just use Netlify to build sites for both Hugo and Jekyll. It’s crazy easy to get up and running so that you can focus your energy content.

That said, I have a an internal-only site on S3 here at work that’s pretty damn solid. HTH.

@rdwatters I cant thank you more :slight_smile:

presenting a rough draft of the website with css and incomplete content

http://www.stencilled.me/

1 Like

@rdwatters I updated the hugo build and switched to a different theme. I might go back to the old theme just to test it.