uicardioHQ / hugo-lime

Hugo Lime is a business theme for GoHugo by https://uicard.io
https://uicard.io/products/hugo-lime
MIT License
31 stars 22 forks source link

Theme integration help #3

Open n1ete opened 4 years ago

n1ete commented 4 years ago

Hey there, i just evaluating themes for a new site before buying a specific theme i wanted to try out your theme(before buying) but got a broken (almost white) site with the free version. I am not a webdev so my debugging skills are pretty bad. :-/

i just did the following with a clean hugo init git submodule add https://github.com/uicardiodev/hugo-lime.git themes/lime and then added theme = "lime" at the hugo "config.toml" then i startet the local webserver with hugo server -D

and got an almost blank site... any help is much appreciated thanks for this awesome theme anyways! keep it up

heyarviind commented 4 years ago

You also need to setup json file (data file), if the json file is not available then the theme won't work.

n1ete commented 4 years ago

thanks, that worked! another short one thats not worth to open a new issue: couldnt find out how to reference to custom feature-icons. can you point me here in the right direction aswell? thanks again ;)