25 lines
457 B
Markdown
25 lines
457 B
Markdown
[![Build Status](https://drone.atomaka.com/api/badges/atomaka/atomaka.com/status.svg)](https://drone.atomaka.com/atomaka/atomaka.com)
|
|
|
|
# atomaka.com
|
|
|
|
Website managed by jekyll.
|
|
|
|
## Pre-requisites
|
|
|
|
* Python
|
|
* whatever version lets you install `requirements.txt`
|
|
* Ruby
|
|
* Preferably the version in `.ruby-version`
|
|
|
|
## Setup
|
|
|
|
1. `pip install -r requirements.txt`
|
|
2. `bundle install`
|
|
|
|
## Testing
|
|
|
|
* `bundle exec jekyll serve`
|
|
|
|
## Deployment
|
|
|
|
* `./build.sh`
|