Skip to content

Commit 3c28652

Browse files
Remove remaining Jekyll artifacts
1 parent f393519 commit 3c28652

5 files changed

Lines changed: 4 additions & 8 deletions

File tree

.bundle/config

Lines changed: 0 additions & 2 deletions
This file was deleted.

.gitignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
/tmp/
22
.ipynb_checkpoints/
3-
.jekyll-cache/
43
.bin/
54
.rustkyll/
65
*.ipynb
76
/_site/
87
/previews/node_modules/
9-
.jekyll-metadata
108
/env
119
/scripts/ubuntu-env/
1210
.envrc

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This repository contains the source code and content for [datatalks.club](https:
66

77
- Static website built with [Rustkyll](https://github.com/alexeygrigorev/rustkyll)
88
- Content-first structure: markdown, data files, and reusable templates
9-
- Main entities are modeled as Jekyll collections (`_posts`, `_podcast`, `_books`, `_people`, etc.)
9+
- Main entities are modeled as collections (`_posts`, `_podcast`, `_books`, `_people`, etc.)
1010
- Navigation, events, announcements, and sponsors are managed via YAML files in `_data`
1111

1212
## Main pages on the website

assets/syntax.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* taken from http://jwarby.github.io/jekyll-pygments-themes/languages/javascript.html */
1+
/* taken from http://jwarby.github.io/pygments-css/languages/javascript.html */
22
.highlight pre {
33
background: #fcfcfc;
44
border: 1px solid #ccc;
@@ -58,4 +58,4 @@
5858
.highlight .sr { color: #0000FF } /* Literal.String.Regex */
5959
.highlight .s1 { color: #0000FF } /* Literal.String.Single */
6060
.highlight .ss { color: #0000FF } /* Literal.String.Symbol */
61-
.highlight .il { color: #0000FF } /* Literal.Number.Integer.Long */
61+
.highlight .il { color: #0000FF } /* Literal.Number.Integer.Long */

scripts/airtable.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""
22
Airtable Integration Script for DataTalksClub Website
33
4-
This script automates content management by syncing data from Airtable to the Jekyll site.
4+
This script automates content management by syncing data from Airtable to the Rustkyll site.
55
It pulls records from Airtable tables and generates corresponding website content including
66
people profiles, book reviews, podcast episodes, and events.
77

0 commit comments

Comments
 (0)