tankudo / datatalksclub.github.io

The web page for DataTalks.Club

Home Page:https://datatalks.club

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Open http://localhost:4000

Generating a cover image

Build the docker image for the cover generator:

cd previews
docker build -t datatalks-cover-generator .
cd ..

Now let's generate the image:

  • the article: _posts/2020-12-07-practical-guide-better-code.md
  • the output file: images/posts/2020-12-07-practical-guide-better-code/cover.jpg
./scripts/generate-post-preview.sh 2021-02-01-landing-product-analyst-job

Book cover:

./scripts/generate-book-preview.sh 20210301-ml-engineering

Scripts

Installing the requirements:

pipenv install 

cd previews
npm install
cd ..

Running:

pipenv run python scripts/create.py

About

The web page for DataTalks.Club

https://datatalks.club


Languages

Language:HTML 38.8%Language:Python 36.8%Language:CSS 13.5%Language:JavaScript 7.1%Language:Ruby 1.6%Language:Dockerfile 1.3%Language:Shell 0.8%