hugo-fixit / FixIt

🔧 A clean, elegant but advanced blog theme for Hugo 一个简洁、优雅且高效的 Hugo 主题
https://fixit.lruihao.cn
MIT License
646 stars 96 forks source link

Please don't use symbolic links #419

Closed jmooring closed 6 months ago

jmooring commented 6 months ago

Describe the bug 描述你遇到的错误

Please don't use symbolic links in your theme:

image

Instead, instruct your theme users to do something like:

cd demo
hugo server --themesDir ../..

Why? Recursion.

image

Lruihao commented 6 months ago

Thanks for your feedback.