https://github.com/datatalksclub/datatalksclub.github.io
The web page for DataTalks.Club
https://github.com/datatalksclub/datatalksclub.github.io
data-science jekyll machine-learning
Last synced: 5 months ago
JSON representation
The web page for DataTalks.Club
- Host: GitHub
- URL: https://github.com/datatalksclub/datatalksclub.github.io
- Owner: DataTalksClub
- Created: 2020-10-25T11:01:55.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2025-06-23T09:25:40.000Z (10 months ago)
- Last Synced: 2025-06-23T10:29:40.721Z (10 months ago)
- Topics: data-science, jekyll, machine-learning
- Language: Python
- Homepage: https://datatalks.club
- Size: 69.9 MB
- Stars: 215
- Watchers: 13
- Forks: 34
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Support: support.md
Awesome Lists containing this project
README
## 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](http://localhost:4000)
## Scripts
Installing the requirements:
```bash
uv sync
cd previews
npm install
cd ..
```
Running:
```bash
uv run python scripts/create.py
```
### Generating post from docx
```bash
uv run python scripts/pandoc_full.py \
--input ~/Downloads/template.docx \
--author angelicaloduca \
--tags "mlops,devops,process"
```