Skip to content

Commit c0743ec

Browse files
committed
Revert "new website"
This reverts commit c881a94.
1 parent c881a94 commit c0743ec

File tree

275 files changed

+3837
-29018
lines changed

Some content is hidden

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

275 files changed

+3837
-29018
lines changed

Gemfile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# frozen_string_literal: true
2+
3+
source 'https://rubygems.org'
4+
5+
gemspec

Gemfile.lock

Lines changed: 123 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,123 @@
1+
PATH
2+
remote: .
3+
specs:
4+
jekyll-theme-cayman (0.1.1)
5+
jekyll (> 3.5, < 5.0)
6+
jekyll-seo-tag (~> 2.0)
7+
8+
GEM
9+
remote: https://rubygems.org/
10+
specs:
11+
activesupport (5.2.4.3)
12+
concurrent-ruby (~> 1.0, >= 1.0.2)
13+
i18n (>= 0.7, < 2)
14+
minitest (~> 5.1)
15+
tzinfo (~> 1.1)
16+
addressable (2.7.0)
17+
public_suffix (>= 2.0.2, < 5.0)
18+
ast (2.4.0)
19+
colorator (1.1.0)
20+
concurrent-ruby (1.1.6)
21+
em-websocket (0.5.1)
22+
eventmachine (>= 0.12.9)
23+
http_parser.rb (~> 0.6.0)
24+
ethon (0.12.0)
25+
ffi (>= 1.3.0)
26+
eventmachine (1.2.7)
27+
ffi (1.13.1)
28+
forwardable-extended (2.6.0)
29+
html-proofer (3.11.1)
30+
activesupport (>= 4.2, < 6.0)
31+
addressable (~> 2.3)
32+
mercenary (~> 0.3.2)
33+
nokogiri (~> 1.9)
34+
parallel (~> 1.3)
35+
rainbow (~> 3.0)
36+
typhoeus (~> 1.3)
37+
yell (~> 2.0)
38+
http_parser.rb (0.6.0)
39+
i18n (1.8.5)
40+
concurrent-ruby (~> 1.0)
41+
jaro_winkler (1.5.3)
42+
jekyll (4.0.1)
43+
addressable (~> 2.4)
44+
colorator (~> 1.0)
45+
em-websocket (~> 0.5)
46+
i18n (>= 0.9.5, < 2)
47+
jekyll-sass-converter (~> 2.0)
48+
jekyll-watch (~> 2.0)
49+
kramdown (~> 2.1)
50+
kramdown-parser-gfm (~> 1.0)
51+
liquid (~> 4.0)
52+
mercenary (~> 0.3.3)
53+
pathutil (~> 0.9)
54+
rouge (~> 3.0)
55+
safe_yaml (~> 1.0)
56+
terminal-table (~> 1.8)
57+
jekyll-sass-converter (2.1.0)
58+
sassc (> 2.0.1, < 3.0)
59+
jekyll-seo-tag (2.6.1)
60+
jekyll (>= 3.3, < 5.0)
61+
jekyll-watch (2.2.1)
62+
listen (~> 3.0)
63+
json (2.3.1)
64+
kramdown (2.3.0)
65+
rexml
66+
kramdown-parser-gfm (1.1.0)
67+
kramdown (~> 2.0)
68+
liquid (4.0.3)
69+
listen (3.2.1)
70+
rb-fsevent (~> 0.10, >= 0.10.3)
71+
rb-inotify (~> 0.9, >= 0.9.10)
72+
mercenary (0.3.6)
73+
mini_portile2 (2.4.0)
74+
minitest (5.14.1)
75+
nokogiri (1.10.10)
76+
mini_portile2 (~> 2.4.0)
77+
parallel (1.17.0)
78+
parser (2.6.4.0)
79+
ast (~> 2.4.0)
80+
pathutil (0.16.2)
81+
forwardable-extended (~> 2.6)
82+
public_suffix (4.0.5)
83+
rainbow (3.0.0)
84+
rb-fsevent (0.10.4)
85+
rb-inotify (0.10.1)
86+
ffi (~> 1.0)
87+
rexml (3.2.4)
88+
rouge (3.21.0)
89+
rubocop (0.74.0)
90+
jaro_winkler (~> 1.5.1)
91+
parallel (~> 1.10)
92+
parser (>= 2.6)
93+
rainbow (>= 2.2.2, < 4.0)
94+
ruby-progressbar (~> 1.7)
95+
unicode-display_width (>= 1.4.0, < 1.7)
96+
ruby-progressbar (1.10.1)
97+
safe_yaml (1.0.5)
98+
sassc (2.4.0)
99+
ffi (~> 1.9)
100+
terminal-table (1.8.0)
101+
unicode-display_width (~> 1.1, >= 1.1.1)
102+
thread_safe (0.3.6)
103+
typhoeus (1.3.1)
104+
ethon (>= 0.9.0)
105+
tzinfo (1.2.7)
106+
thread_safe (~> 0.1)
107+
unicode-display_width (1.6.0)
108+
w3c_validators (1.3.4)
109+
json (>= 1.8)
110+
nokogiri (~> 1.6)
111+
yell (2.2.0)
112+
113+
PLATFORMS
114+
ruby
115+
116+
DEPENDENCIES
117+
html-proofer (~> 3.0)
118+
jekyll-theme-cayman!
119+
rubocop (~> 0.50)
120+
w3c_validators (~> 1.3)
121+
122+
BUNDLED WITH
123+
2.0.2

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# SpeechBrain
2+
3+
Website repository for the SpeechBrain website! Please visit: [SpeechBrain](https://speechbrain.github.io)

_config.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
title: SpeechBrain
2+
description: A PyTorch-based Speech Toolkit.
3+
show_downloads: false
4+
google_analytics: UA-146863989-1
5+
theme: jekyll-theme-cayman
6+
logo: https://speechbrain.github.io/assets/logo_noname_rounded_small.png

_layouts/default.html

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
<!DOCTYPE html>
2+
<html lang="{{ site.lang | default: "en-US" }}">
3+
<head>
4+
5+
{% if site.google_analytics %}
6+
<script async src="https://www.googletagmanager.com/gtag/js?id={{ site.google_analytics }}"></script>
7+
<script>
8+
window.dataLayer = window.dataLayer || [];
9+
function gtag(){dataLayer.push(arguments);}
10+
gtag('js', new Date());
11+
gtag('config', '{{ site.google_analytics }}');
12+
</script>
13+
{% endif %}
14+
<meta charset="UTF-8">
15+
16+
{% seo %}
17+
<meta name="viewport" content="width=device-width, initial-scale=1">
18+
<meta name="theme-color" content="#157878">
19+
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
20+
<link rel="stylesheet" href="{{ '/assets/css/style.css?v=' | append: site.github.build_revision | relative_url }}">
21+
</head>
22+
<body>
23+
<a id="skip-to-content" href="#content">Skip to the content.</a>
24+
25+
<header class="page-header" role="banner">
26+
<img src="{{site.logo}}" id="logo" />
27+
<h1 class="project-name">SpeechBrain</h1>
28+
<h2 class="project-tagline">{{ page.description | default: site.description | default: site.github.project_tagline }}</h2>
29+
<a href="index.html" class="btn">Home</a>
30+
<a href="team.html" class="btn">Our Team</a>
31+
32+
{% if site.show_downloads %}
33+
<a href="{{ site.github.zip_url }}" class="btn">Download .zip</a>
34+
<a href="{{ site.github.tar_url }}" class="btn">Download .tar.gz</a>
35+
{% endif %}
36+
</header>
37+
38+
<main id="content" class="main-content" role="main">
39+
{{ content }}
40+
41+
<footer class="site-footer">
42+
{% if site.github.is_project_page %}
43+
<span class="site-footer-owner"><a href="{{ site.github.repository_url }}">{{ site.github.repository_name }}</a> is maintained by <a href="{{ site.github.owner_url }}">{{ site.github.owner_name }}</a>.</span>
44+
{% endif %}
45+
<span class="site-footer-credits">This page was generated by <a href="https://pages.github.com">GitHub Pages</a>.</span>
46+
</footer>
47+
</main>
48+
</body>
49+
</html>

_layouts/team.html

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
<!DOCTYPE html>
2+
<html lang="{{ site.lang | default: "en-US" }}">
3+
<head>
4+
5+
{% if site.google_analytics %}
6+
<script async src="https://www.googletagmanager.com/gtag/js?id={{ site.google_analytics }}"></script>
7+
<script>
8+
window.dataLayer = window.dataLayer || [];
9+
function gtag(){dataLayer.push(arguments);}
10+
gtag('js', new Date());
11+
gtag('config', '{{ site.google_analytics }}');
12+
</script>
13+
{% endif %}
14+
<meta charset="UTF-8">
15+
16+
{% seo %}
17+
<meta name="viewport" content="width=device-width, initial-scale=1">
18+
<meta name="theme-color" content="#157878">
19+
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
20+
<link rel="stylesheet" href="{{ '/assets/css/style.css?v=' | append: site.github.build_revision | relative_url }}">
21+
</head>
22+
<body>
23+
<a id="skip-to-content" href="#content">Skip to the content.</a>
24+
25+
<header class="page-header" role="banner">
26+
<img src="{{site.logo}}" id="logo"/>
27+
<h1 class="project-name">SpeechBrain</h1>
28+
<h2 class="project-tagline">Meet our team!</h2>
29+
<a href="index.html" class="btn">Home</a>
30+
<a href="team.html" class="btn">Our Team</a>
31+
32+
{% if site.show_downloads %}
33+
<a href="{{ site.github.zip_url }}" class="btn">Download .zip</a>
34+
<a href="{{ site.github.tar_url }}" class="btn">Download .tar.gz</a>
35+
{% endif %}
36+
</header>
37+
38+
<main id="content" class="main-content" role="main">
39+
{{ content }}
40+
41+
<footer class="site-footer">
42+
{% if site.github.is_project_page %}
43+
<span class="site-footer-owner"><a href="{{ site.github.repository_url }}">{{ site.github.repository_name }}</a> is maintained by <a href="{{ site.github.owner_url }}">{{ site.github.owner_name }}</a>.</span>
44+
{% endif %}
45+
<span class="site-footer-credits">This page was generated by <a href="https://pages.github.com">GitHub Pages</a>.</span>
46+
</footer>
47+
</main>
48+
</body>
49+
</html>

0 commit comments

Comments
 (0)