Problems with deployment

Hello, I deployed a site to here Netlify App but I have issues and I get a 404 error message. I have seen elsewhere that there needs to be an index.html so it might be the problem as I am using the pug templating system. Can you give me any ideas how can I resolve this issue?

Hi @rileys,

You need to build your site. It doesn’t look like you’re doing that as you’re publishing the source code of the site. These are the files in your deploy:

/package.json
/app.js
/data.json
/package-lock.json
/views/error.pug
/views/index.pug
/views/about.pug
/views/page.pug
/views/layout.pug
/public/css/style.css
/public/css/foundation.min.css
/public/css/foundation.css
/public/js/vendor/what-input.js
/public/js/vendor/foundation.min.js
/public/js/vendor/jquery.js
/public/js/vendor/foundation.js
/public/images/error.png
/public/images/meandpep.png
/public/images/me.jpg
/public/images/trip.jpg

As to know you can build the site, that depends on your site builder.