/lettre.rs

lettre website

Primary LanguageHTML

lettre.rs

This site presents lettre's features ans news. Usage docs are on docs.rs.

Development

The site is built using hugo.

To initialize the upstream parent theme, run:

git submodule init
git submodule update

Build the site with:

hugo serve

And to include drafts:

hugo serve --buildDrafts