Ioan Bizău

Results 111 comments of Ioan Bizău

OK, so I think I came up with a nice way to do it. Have a look at [unsigned content](https://github.com/servus-social/servus/blob/master/docs/content.md#unsigned-content).

Having an issue with the release build though... If you build from source, it should be fine.

> but it still doesn't parse my old pages Same error? Did you pass `--sign-content`?

Then it should just work. Did you try whether it works, using the browser? See the terminal output after the error message, it should say something like `Generated new event`......

Add some themes to the `themes` directory. Not all themes work yet. Try for example `hyde`. You can get it from [here](https://github.com/getzola/hyde/). Just clone this repo into `themes/hyde`. Then set...

> No themes found. Exiting! The issue seems to be the lack of themes, not the site not being found.

Could you show me your config and the error message?

Try without `[site]`?

It's all still very much work in progress. Thanks for the patience!

You need a page called "index" - basically what will render when you hit "/" from your browser. Go to the admin interface and create it. I agree this is...