Skip to content
This repository has been archived by the owner on Aug 27, 2023. It is now read-only.

Commit

Permalink
Create static directory
Browse files Browse the repository at this point in the history
  • Loading branch information
dominikbraun committed Oct 13, 2020
1 parent a144abe commit 4bec8a4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/create.go
Expand Up @@ -77,6 +77,7 @@ func CreateProject(path string, options CreateProjectOptions) error {

dirs := []string{
filepath.Join(path, ContentDir),
filepath.Join(path, StaticDir),
theme.TemplatePath(path, theme.Default),
theme.AssetsPath(path, theme.Default),
}
Expand Down

0 comments on commit 4bec8a4

Please sign in to comment.