khusika / FeelIt

A clean, elegant but advanced blog theme for Hugo
https://feelit.khusika.dev
MIT License
164 stars 60 forks source link

Example site not working #64

Closed mufidu closed 3 years ago

mufidu commented 3 years ago

Describe the bug

Example site can't be served.

Expected behavior

Example site serve is served through localhost.

Screenshots

image

Build Environment

Preview Environment

Proposed solution

Editing the theme in config.toml in exampleSite directory works for me.
Changed it from theme = "./" to theme = "../".

Or am I missing something here? Thanks.

khusika commented 3 years ago

If you are trying to debug the theme documentation, you need to cd directly from the main directories instead of exampleSite

mufidu commented 3 years ago

That was my first try. But I get this error instead

image

Maybe because there is no config.toml in the theme's main directory?

khusika commented 3 years ago

That was my first try. But I get this error instead

image

Maybe because there is no config.toml in the theme's main directory?

If you have npm installed in your system, do this:

Or directly from hugo command, do this:

mufidu commented 3 years ago

Thanks! Sorry I didn't notice that.