LuxDL / DocumenterVitepress.jl

Documentation with Documenter.jl and VitePress
https://luxdl.github.io/DocumenterVitepress.jl/
MIT License
62 stars 9 forks source link

Default template ignores description #142

Closed jkrumbiegel closed 3 weeks ago

jkrumbiegel commented 1 month ago

the default template has A VitePress Site hardcoded for the description, so without creating a template manually, users will not get their custom description from the settings object.

lazarusA commented 3 weeks ago

so, we need another REPLACE_ME call here, with the content coming from description in index.md? and if not available have a better default? like A site for "package_name" 😄 .

I think we should have the second option. Since, sometimes the descriptions in the index.md are too long.

asinghvi17 commented 3 weeks ago

I merged #152 to fix that, it's just that the REPLACE_ME wasn't in the template. Should be fixed now.