retypeapp / retype

Retype is an ✨ ultra-high-performance✨ static site generator that builds a website based on simple text files.
https://retype.com
Other
1.06k stars 204 forks source link

Remove Default Welcome Page #535

Closed micartey closed 1 year ago

micartey commented 1 year ago

I am missing a feature to modify or overwrite the default welcome page and I couldn't find any information about that in your docs. I tried creating another Welcome Page but now I am left with this:

image

geoffreymcgill commented 1 year ago

Hi. Adding an index.md, readme.md, or default.md file to your project will override the default Welcome page that is generated.

We have improved the experience in the upcoming Retype v3.0 release, so this should not be a problem in the future.

Hope this helps.

micartey commented 1 year ago

Yes, thanks a lot! Did I miss that somewhere? 🤔

micartey commented 1 year ago

I guess I did: https://retype.com/configuration/reserved_words/ Not sure if there are further notices on that topic

geoffreymcgill commented 1 year ago

We need to make it more obvious in the docs.

again, with the next release, it will be very clear too.

We also added welcome.md as an option.