https://github.com/mojotech/social-builder
https://github.com/mojotech/social-builder
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mojotech/social-builder
- Owner: mojotech
- License: mit
- Created: 2013-10-31T00:38:49.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2015-05-01T13:50:48.000Z (over 11 years ago)
- Last Synced: 2025-06-27T18:11:54.517Z (about 1 year ago)
- Language: HTML
- Size: 1.27 MB
- Stars: 56
- Watchers: 42
- Forks: 11
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Social Builder
==============
## [Use it Live](https://mojotech.github.io/social-builder/)
### Why should you use this?
- For those times when you want some social buttons, that look nice, but don't want to scrape the internet for how.
- For those times when you want some markup that you can hack and not iframes.
- For those times you want to be awesome, because you are!
### Dev
- `npm install roots@2.1.0 -g`
- `roots watch`
### Deployment
- `roots deploy --gh-pages`
### Adding a new display type
- create a new file like `_list-bar.coffee`
- add said file to main.coffee
- add new style to supported styles in application.coffee
- add a new stylesheet in layout.jade with the contained styles
### License
See the [LICENSE](/LICENSE) file.