Replies: 5 comments 7 replies
-
Hi @febreze21! Thanks for the kind words about Retype, I'm glad you liked it! Are you trying to host a website using By default, As for the The url configuration still needs to point to the website root, like you've already configured. So Retype can generate a proper URLs for SEO and the sitemap. Hope this helps. |
Beta Was this translation helpful? Give feedback.
-
Hi @febreze21 I'll add a few more comments to thread, likely reiterating some of the above, but maybe it will be helpful too. Retype does not have to be installed on your server. Retype is only required to build your website, which produces a static .html website that can be deployed onto any web server. The actual domain of that website would be configured outside of Retype. For instance, you would need to point your domain name to the website with your DNS settings. Once you know the location your Retype will be deployed (i.e. https://contactit.fr/docs), then you would set the url: https://contactit.fr/docs On your local machine where your Retype project is under development, run the command With the During As mentioned by @AndreyChechel above, you can config Retype to copy all the files to disk during server:
watch:
mode: disk If others are reading this thread and using GitHub Pages to host their Retype generated website, please see the Retype Action for GitHub Pages. Hope this helps. |
Beta Was this translation helpful? Give feedback.
-
How you currently have this setup will not work. The The basic steps required to build and host your website on a public accessible web server would be:
Again, any configuration within |
Beta Was this translation helpful? Give feedback.
-
This seems like an issue with the setup on your VPS. If the URL is As well, please ensure you set the url: docs.contactit.fr Setting the What VPS service are you using? maybe we could find something in their docs to help with the setup. Hope this helps. |
Beta Was this translation helpful? Give feedback.
-
Awesome! Happy to hear the website is working correctly now. Thanks for the translation offer. The functionality is a huge priority for us, although we're still a few releases away from being able to implement. |
Beta Was this translation helpful? Give feedback.
-
Hello, so first of all thanks you for your amazing work on retype. I installed a localhost instance of retype and it's works well.
I also installed it on my vps, but when I run
retype watch
, it tells me to connect to localhost:5000, even after editing the retype.yml with the "url" field (https://contactit.fr/docs).I've been turning this around for hours, but I still can't connect to my index.md page.
Thanks you in advance.
I have an empty .retype folder in my project directory...
Beta Was this translation helpful? Give feedback.
All reactions