Skip to content

Commit 7dfc12b

Browse files
authored
feat: add blogs (#5359)
1 parent 1190ca0 commit 7dfc12b

328 files changed

Lines changed: 43162 additions & 613 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.dvc/.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
/config.local
2+
/tmp
3+
/cache

.dvc/config

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
[core]
2+
remote = storage
3+
autostage = true
4+
['remote "storage"']
5+
url = s3://dvc-public/remote/dvc-org/blogs-media

.dvcignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Add patterns of files dvc should ignore, which could improve
2+
# the performance. Learn more at
3+
# https://dvc.org/doc/user-guide/dvcignore

.husky/post-checkout

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
#!/bin/sh
2+
exec dvc checkout

.husky/pre-push

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#!/bin/sh
2+
if [[ `git --no-pager diff --name-only main '*.dvc'` ]]; then
3+
exec dvc push
4+
fi

app.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
{
22
"addons": [],
33
"buildpacks": [
4+
{
5+
"url": "heroku/python"
6+
},
47
{
58
"url": "heroku/nodejs"
69
}

content/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/uploads

content/authors/0x2b3bfa0.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
name: Helio Machado
3+
avatar: 0x2b3bfa0.jpg
4+
links:
5+
- https://github.com/0x2b3bfa0
6+
---
7+
8+
Evergreen polymath with a taste for security, open technologies and expressive
9+
code.

content/authors/aguschin.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
name: Alexander Guschin
3+
avatar: aguschin.jpeg
4+
links:
5+
- https://www.linkedin.com/in/1aguschin/
6+
---
7+
8+
Technical Product Engineer at [Iterative](https://iterative.ai/)

content/authors/alex_kim.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
name: Alex Kim
3+
avatar: alex_kim.png
4+
links:
5+
- https://www.linkedin.com/in/alex000kim/
6+
- https://github.com/alex000kim/
7+
---
8+
9+
Independent Consultant, MLOps Engineer, Open-Source Contributor, and Technical
10+
Instructor.
11+
12+
[alex000kim.com](https://alex000kim.com/)

0 commit comments

Comments
 (0)