Skip to content

Commit

Permalink
Added remove default archetype step.
Browse files Browse the repository at this point in the history
  • Loading branch information
Lednerb committed Jun 11, 2018
1 parent 2981d1e commit 470bf6b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down

0 comments on commit 470bf6b

Please sign in to comment.