Migrate to jekyll for static gen

This commit is contained in:
Andrew Tomaka 2023-02-05 21:07:24 -05:00
parent 8280d4fcab
commit 0cc7d7fe42
Signed by: atomaka
GPG key ID: 61209BF70A5B18BE
27 changed files with 1424 additions and 100 deletions

23
README.md Normal file
View file

@ -0,0 +1,23 @@
# 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`