https://github.com/hashrocket/vostok
The Hashrocket middleman template
https://github.com/hashrocket/vostok
Last synced: 8 months ago
JSON representation
The Hashrocket middleman template
- Host: GitHub
- URL: https://github.com/hashrocket/vostok
- Owner: hashrocket
- Created: 2015-12-17T18:20:03.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-12-18T15:36:58.000Z (over 10 years ago)
- Last Synced: 2025-10-14T14:05:45.587Z (8 months ago)
- Language: CSS
- Size: 11.7 KB
- Stars: 1
- Watchers: 18
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Vostok
========
The Hashrocket Middleman template.
## Installation
Clone the repo into `.middleman` ...
```
git clone git@github.com:hashrocket/vostok.git ~/.middleman/vostok
```
... initialize a new project with it ...
```
gem install middleman
middleman init your_project --template=vostok
cd your_project
```
... and bundle.
```
gem install bundler
bundle
```
## Deploying to S3
Vostok comes with S3 deployment ready to go:
1. Comment out the lines in `config.rb` related to `s3_sync` and specify your bucket
2. Add your credentials to `.s3_sync` using `.s3_sync.example` as a guide
3. `middleman build`
4. `middleman s3_sync`