mirror of
https://github.com/RoboSats/robosats.git
synced 2025-02-07 13:59:06 +00:00
![Reckless_Satoshi](/assets/img/avatar_default.png)
* Add Jekyll docker service and init site * Use minimal mistakes theme * Create splash. Add first pages and toolbars
10 lines
196 B
YAML
10 lines
196 B
YAML
language: ruby
|
|
cache: bundler
|
|
gemfile: docs/Gemfile
|
|
script:
|
|
- bundle exec jekyll algolia --source docs --destination docs/_site --config docs/_config.yml
|
|
branches:
|
|
only:
|
|
- main
|
|
rvm:
|
|
- 2.4 |