Example of a fan site. Attempting to provide a base template that can be used for a variety of people and uses by only editing the css, images, and yml files. It is i18n-compatiable.
- Sign in through social media (twitter)
- Aggreagate media from many different sources
- Blog/posts to provide updates to fans
- Manage event calendar to show information and times for concerts and other appearances
For now, you can fork this app and edit the files.
Change the custom/variables.scss
and custom/mixins.scss
as well as the bootstrap-custom.scss
file to customize the look and feel of the site.
Change any of the images in the assets/images directory.
Overwrite any of the i18n to customize the site. Encourage users to submit new translations if you host your code on Github.
- Add translatable content with
globalize3
- Add support for Facebook login
- Translate app into gem with ability to pick and choose features to use
- Extract event calendar to gem
- Add tagging to
media
at a minimum, extend toposts
andevents
Use the issue tracker on Github.
I encourage anyone to submit a pull-request and I will definitely consider it. Please include tests where applicable and a jsfiddle if it is a front-end change.