cowboysmall-tools / hugo-devresume-theme

A free resume/CV template made for software developers.
MIT License
260 stars 128 forks source link

assets/images/ #14

Closed KHannibal closed 2 years ago

KHannibal commented 3 years ago

https://github.com/cowboysmall-tools/hugo-devresume-theme/blob/ccd34cdca3b8316eaee6aaaad209ec002aa1d9af/layouts/partials/summary.html#L7

assets/images/

should be

/assets/images/

cowboysmall commented 3 years ago

Not necessarily.

Look in the example site config.toml - I assume something in the following format:

# Page settings

baseURL = "http://example.org/"
languageCode = "en"
...

i.e. http://example.org/ with the trailing slash. This is a convention I have used across all of my themes. But I might change this.

Let me review and think about it, and I'll get back to you.

J.K.