kaapiandcode / hugo-goa

Simple Minimalistic Theme for Hugo
https://kaapiandcode.github.io/hugo-goa-demo/
MIT License
264 stars 128 forks source link

Fix loading fonts and javascript files #101

Closed slitsche closed 2 years ago

slitsche commented 3 years ago

When I create a fresh new site and add the theme I get a file not found error for javascript files (e.g. Loading failed for the <script> with source “http://localhost:1313/posts/first/js/custom.js”).

Furthermore the (e.g.) title is rendered using some arbitrary serif font instead of the configured Roboto Slab font.

This PR will fix both issues.