Esta documentación se basa en Jekyll usando el tema just-the-docs.
Para entender mejor la estructura general de Jekyll, leer this.
Probablemente tengas Ruby instalado, pero es una buena idea usar rvm para manejar tus entornos de ruby.
curl -sSL https://rvm.io/mpapis.asc | gpg2 --import -
curl -sSL https://rvm.io/pkuczynski.asc | gpg2 --import -
curl -L get.rvm.io | bash -s stable
echo 'source ~/.rvm/scripts/rvm' >> ~/.bashrc
source ~/.bashrc
rvm install 2.7.0
rvm --default use 2.7.0
Luego instala las gemas:
gem install bundler
bundle install
Si se ha agregado una nueva entrada, suele ser recomendable correr bundle exec jekyll build
. Para servir localmente la documentación:
bundle exec jekyll serve --incremental