Migrate to jekyll for static gen
This commit is contained in:
parent
8280d4fcab
commit
0cc7d7fe42
27 changed files with 1424 additions and 100 deletions
23
README.md
Normal file
23
README.md
Normal 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`
|
Loading…
Add table
Add a link
Reference in a new issue