https://github.com/vtex/community-theme
https://github.com/vtex/community-theme
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/vtex/community-theme
- Owner: vtex
- License: mit
- Created: 2021-03-04T15:21:33.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-02-06T13:45:45.000Z (over 2 years ago)
- Last Synced: 2025-03-21T14:26:11.546Z (about 1 year ago)
- Language: SCSS
- Size: 37.1 KB
- Stars: 1
- Watchers: 72
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# VTEX Discourse Theme
## Using
This structure theme is provid by [discourse_theme CLI](https://github.com/discourse/discourse_theme)
Run `discourse_theme watch ./` to monitor theme changes.
## References
- https://www.figma.com/file/AFIsgoReKwcvqxPZUpiVkm/VTEX-Community?node-id=2832%3A51
- https://meta.discourse.org/t/beginners-guide-to-using-discourse-themes/91966
- https://meta.discourse.org/t/how-to-develop-custom-themes/60848
- https://meta.discourse.org/t/designers-guide-to-discourse-themes/152002
### Structure
```
.
├── about.json
├── common
│ ├── after_header.html
│ ├── body_tag.html
│ ├── common.scss
│ ├── embedded.scss
│ ├── footer.html
│ ├── header.html
│ └── head_tag.html
├── desktop
│ ├── after_header.html
│ ├── body_tag.html
│ ├── desktop.scss
│ ├── footer.html
│ ├── header.html
│ └── head_tag.html
├── HELP
├── locales
│ └── en.yml
├── mobile
│ ├── after_header.html
│ ├── body_tag.html
│ ├── footer.html
│ ├── header.html
│ ├── head_tag.html
│ └── mobile.scss
└── settings.yml
```
`about.json` and `settings.yml` are required