Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hspencer/jbbt
jekyll bootstrap bower template
https://github.com/hspencer/jbbt
bootstrap bower jekyll template
Last synced: 17 days ago
JSON representation
jekyll bootstrap bower template
- Host: GitHub
- URL: https://github.com/hspencer/jbbt
- Owner: hspencer
- Created: 2015-06-25T20:18:05.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-07-02T21:19:49.000Z (over 9 years ago)
- Last Synced: 2024-11-12T21:36:20.000Z (3 months ago)
- Topics: bootstrap, bower, jekyll, template
- Language: CSS
- Homepage: http://hspencer.github.io/jbbt
- Size: 2.92 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# JBBT
Una plantilla elemental para comenzar un proyecto basado en Bootstrap usando Jekyll. Ideal para maketear o comenzar desde cero algo que será mucho más grande...
## Jekyll Bootstrap Bower Template
### Usa
- [Jekyll](http://jekyllrb.com/)
- [Bower](http://bower.io/)
- [Bootstrap](http://getbootstrap.com/)
- [Fontawsome](http://fortawesome.github.io/Font-Awesome/)### Instrucciones para Mac
Hay que tener el compilador, que instala X Code.
xcode-select --install
Es recomendable usar [Homebrew](http://brew.sh/) para manejar las librerías y programas faltantes en Mac.
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
Ahora, instalar node (usando homebrew es más fácil)
brew install node
Instalar bower npm
install -g bower
Instalar LESS (usando node paquet manager *npm*)
npm install less
### Utilizando este Repo
Para modificar las dependencias y usar otros paquetes se debe modificar el archivo **bower.json**Este repositorio tiene también un MAKEFILE que permite ejecutar comandos comunes, para, por ejemplo, compilar las CSS a partir de los archivos less. Para esto sólo debes ejecutar:
make lesso
make css
Para iniciar el servidor jekyll:
make server