We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71bd5b7 commit 33826bdCopy full SHA for 33826bd
README.md
@@ -44,8 +44,11 @@ npm run serve
44
### Structure of this Repository
45
46
- Page templates are in `/layouts`
47
-- Global styles are in `/layouts/css`
48
-- Global static files are in `/static`
+- Global styles are in `/styles`
+- 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`
52
- All content is in `/pages`
53
- Initial development usually happens in English: `/pages/en`
54
- `/i18n/locales/{{locale}}.json` is where global localization information lives.
0 commit comments