Skip to content

Commit 39db094

Browse files
shawnshawn
authored andcommitted
init
0 parents  commit 39db094

File tree

3 files changed

+44
-0
lines changed

3 files changed

+44
-0
lines changed

.gitignore

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
.DS_Store
2+
# Byte-compiled / optimized / DLL files
3+
__pycache__/
4+
*.py[codz]
5+
*$py.class
6+
pretrained_models/
7+
# C extensions
8+
*.so

podcast/index.html

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
<!DOCTYPE html>
2+
<html lang="en-US">
3+
4+
<head>
5+
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
6+
7+
<title>Test Page</title>
8+
<meta name="generator" content="Jekyll v3.9.0">
9+
<meta property="og:title" content="TODO: title">
10+
<meta property="og:locale" content="en_US">
11+
<meta name="twitter:card" content="summary">
12+
<meta name="viewport" content="width=device-width, initial-scale=1">
13+
<meta name="theme-color" content="#157878">
14+
<link rel="stylesheet" href="style.css">
15+
</head>
16+
17+
<body data-new-gr-c-s-check-loaded="14.1001.0" data-gr-ext-installed="">
18+
<section class="page-header">
19+
</section>
20+
21+
</html>

podcast/style.css

Lines changed: 15 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)