Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 391 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 391 Bytes

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