Hugolify / hugolify-sveltia-cms

Sveltia CMS for Hugolify
MIT License
3 stars 0 forks source link

Instructions don't work #1

Closed nhathaway closed 2 months ago

nhathaway commented 2 months ago

I get the following error:

Error: failed to load modules: module "github.com/hugolify/hugolify-sveltia-cms" not found in "[myproject]\themes\github.com\hugolify\hugolify-sveltia-cms"; either add it as a Hugo Module or store it in "[myproject]\themes".: module does not exist

(where [myproject] is the path to my project)

nhathaway commented 2 months ago

It seems that you need 'go' (the compiler) installed first, then you do:

hugo mod init github.com/hugolify/hugolify-sveltia-cms

then you can add the config as per the instructions.

sebousan commented 2 months ago

Hi @nhathaway, this is a repository for to use Sveltia CMS with Hugolify (Hugo framework). You need first check documentation about Hugolify: https://www.hugolify.io/docs/getting-started/

Let me know if is OK for you.

Thanks