atomaka.com/README.md
Andrew Tomaka 516791bb33
All checks were successful
continuous-integration/drone/push Build is passing
Add CI/CD via Drone (#1)
Reviewed-on: https://git.tomaka.onl/atomaka/atomaka.com/pulls/1
2023-02-18 15:07:10 -05:00

25 lines
453 B
Markdown

[![Build Status](http://drone.tomaka.onl/api/badges/atomaka/atomaka.com/status.svg)](http://drone.tomaka.onl/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`