DataTalks.Club Website
Running Jekyll locally
Use ruby 2.7.0:
rvm use ruby-2.7.0
gem install bundler
Running it for the first time:
bundle install
Running Jekyll:
bundle exec jekyll serve
Scripts
Installing the requirements:
pipenv install
cd previews
npm install
cd ..
Running:
pipenv run python scripts/create.py
Generating post from docx
python scripts/pandoc_full.py \
--input ~/Downloads/template.docx \
--author angelicaloduca \
--tags "mlops,devops,process"