8legd / HugoCMSDemo

MIT License
5 stars 1 forks source link

I know it is an old project but.... :-) #1

Open ghost opened 4 years ago

ghost commented 4 years ago

Hi,

Hope you are all well !

I wanted to build a similar project based on qor/hugo and I found this repository.

I wanted to try the sqlite db type with:

go run main.go -c test:test@test.db/sqlite

but it says

listen tcp: address test.db: missing port in address
exit status 1

What is the correct syntax for using sqlite3 ? Would you be ready, with my help, to refresh this project ? What was your feedback from using it ?

Thanks for your insights and inputs on these questions.

Cheers, X

beaspider commented 4 years ago

Hello, as you spotted this is a very old project :) I abandoned it because there were a lot breaking changes with QOR back then and it was too much effort to keep up to date. QOR has moved on a lot since then but the reason I created this repo in the first place was to have a CMS for users to edit Hugo sites. I think there are better alternatives now e.g. https://github.com/netlify/netlify-cms

ghost commented 4 years ago

Thanks for your reply :-) I ll definitely have a look.