census-instrumentation / opencensus-website

opencensus.io website content
https://opencensus.io
Apache License 2.0
42 stars 155 forks source link

Pages not working locally with hugo 0.32 #99

Closed rakyll closed 5 years ago

rakyll commented 6 years ago

I run the following:

$ hugo serve

Then, it starts the web server and serves the homepage. From the homepage, when I click on the links, there are all 404s. For example,

$ curl http://localhost:1313/quickstart/
404 page not found
adamgarza commented 6 years ago

My best guess is that this is an effect of the Hugo version issue. Using v0.31.1: $ hugo serve

The pages do render - seen below:

$ curl http://localhost:1313/quickstart/
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-us" lang="en-us">
...

Gopi and I planned on returning to this issue after zpages was completed. I will definitely require your assistance in solving this problem. It is currently listed on my backlog. Any guidance you can provide is appreciated.

rakyll commented 6 years ago

Thanks, this helped. I am keeping this around as a tracking bug.

odeke-em commented 5 years ago

No longer an issue so closing.