Skip to content

Commit 33826bd

Browse files
authored
chore(readme): fixed wrong structure items
Signed-off-by: Claudio Wunder <[email protected]>
1 parent 71bd5b7 commit 33826bd

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,11 @@ npm run serve
4444
### Structure of this Repository
4545

4646
- Page templates are in `/layouts`
47-
- Global styles are in `/layouts/css`
48-
- Global static files are in `/static`
47+
- Global styles are in `/styles`
48+
- Public files are in `/public`
49+
- i18n configuration is on `i18n/config.json`
50+
- Global static files are in `/public/static`
51+
- Legacy static files are in `/public/static/legacy`
4952
- All content is in `/pages`
5053
- Initial development usually happens in English: `/pages/en`
5154
- `/i18n/locales/{{locale}}.json` is where global localization information lives.

0 commit comments

Comments
 (0)