Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wejs/we-theme-event
We.js default event theme
https://github.com/wejs/we-theme-event
Last synced: about 1 month ago
JSON representation
We.js default event theme
- Host: GitHub
- URL: https://github.com/wejs/we-theme-event
- Owner: wejs
- Created: 2015-06-18T15:36:53.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-05-14T11:03:09.000Z (over 8 years ago)
- Last Synced: 2024-10-15T18:01:00.871Z (2 months ago)
- Language: CSS
- Homepage:
- Size: 1.63 MB
- Stars: 1
- Watchers: 8
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# We.js Evento free theme
**we-theme-event**
> Default we.js theme for events
Special thanks to shapebootstrap.net team for this free theme
## Installation
```js
ǹpm install --save we-theme-event
```Add it in file: config/themes.js
```js
module.exports.themes = {
enabled: [
'we-theme-event', // event theme
'we-theme-pratt', // others themes
'we-theme-admin-default',
],
app: 'we-theme-pratt',
admin: 'we-theme-admin-default'
};
```And add in config/event.js
```js
module.exports.event = {
themes: ['we-theme-event'],
defaultTheme: 'we-theme-event'
};
```## Build with:
Evento free theme: https://shapebootstrap.net/item/1524963-evento-free-music-event-template
## License
MIT