diff --git a/README.md b/README.md index 100800c82..f5ba4f87a 100644 --- a/README.md +++ b/README.md @@ -55,9 +55,14 @@ Please ensure that the folder is renamed to "bilberry-hugo-theme" cp -r bilberry-hugo-theme/exampleSite/* ../ ``` -- Test and configure your site +- Remove the default archetype ``` cd ../ +rm archetypes/default.md +``` + +- Test and configure your site +``` hugo server -D ```