Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove contributors section #1190

Merged
merged 4 commits into from
Nov 17, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,5 @@ site/_site
site/.sass-cache
site/.jekyll
site/.jekyll-metadata
site/.bundle
site/.jekyll-cache
site/.bundle
3 changes: 1 addition & 2 deletions site/Gemfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
source 'https://rubygems.org'
gem 'jekyll', '~> 3.8.6'
gem 'jekyll', '~> 4.0'
gem 'jekyll-feed', '~> 0.13.0'
gem 'jekyll-optional-front-matter', '~> 0.3.2'
gem 'jekyll-paginate', '~> 1.1'
Expand All @@ -9,4 +9,3 @@ gem 'jekyll-relative-links', '~> 0.6.1'
gem 'jekyll-sitemap', '~> 1.4'
gem 'jekyll-titles-from-headings', '~> 0.5.3'
gem 'jekyll-seo-tag', '~> 2.6', '>= 2.6.1'
gem 'redcarpet', '~> 3.5'
60 changes: 31 additions & 29 deletions site/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,29 +4,31 @@ GEM
addressable (2.7.0)
public_suffix (>= 2.0.2, < 5.0)
colorator (1.1.0)
concurrent-ruby (1.1.5)
em-websocket (0.5.1)
concurrent-ruby (1.1.7)
em-websocket (0.5.2)
eventmachine (>= 0.12.9)
http_parser.rb (~> 0.6.0)
eventmachine (1.2.7)
ffi (1.11.3)
ffi (1.13.1)
forwardable-extended (2.6.0)
http_parser.rb (0.6.0)
i18n (0.9.5)
i18n (1.8.5)
concurrent-ruby (~> 1.0)
jekyll (3.8.6)
jekyll (4.1.1)
addressable (~> 2.4)
colorator (~> 1.0)
em-websocket (~> 0.5)
i18n (~> 0.7)
jekyll-sass-converter (~> 1.0)
i18n (~> 1.0)
jekyll-sass-converter (~> 2.0)
jekyll-watch (~> 2.0)
kramdown (>= 2.3.0)
kramdown (~> 2.1)
kramdown-parser-gfm (~> 1.0)
liquid (~> 4.0)
mercenary (~> 0.3.3)
mercenary (~> 0.4.0)
pathutil (~> 0.9)
rouge (>= 1.7, < 4)
rouge (~> 3.0)
safe_yaml (~> 1.0)
terminal-table (~> 1.8)
jekyll-feed (0.13.0)
jekyll (>= 3.7, < 5.0)
jekyll-optional-front-matter (0.3.2)
Expand All @@ -38,10 +40,10 @@ GEM
jekyll (>= 3.3, < 5.0)
jekyll-relative-links (0.6.1)
jekyll (>= 3.3, < 5.0)
jekyll-sass-converter (1.5.2)
sass (~> 3.4)
jekyll-seo-tag (2.6.1)
jekyll (>= 3.3, < 5.0)
jekyll-sass-converter (2.1.0)
sassc (> 2.0.1, < 3.0)
jekyll-seo-tag (2.7.1)
jekyll (>= 3.8, < 5.0)
jekyll-sitemap (1.4.0)
jekyll (>= 3.7, < 5.0)
jekyll-titles-from-headings (0.5.3)
Expand All @@ -50,32 +52,33 @@ GEM
listen (~> 3.0)
kramdown (2.3.0)
rexml
kramdown-parser-gfm (1.1.0)
kramdown (~> 2.0)
liquid (4.0.3)
listen (3.2.0)
listen (3.3.1)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
mercenary (0.3.6)
mercenary (0.4.0)
pathutil (0.16.2)
forwardable-extended (~> 2.6)
public_suffix (4.0.1)
rb-fsevent (0.10.3)
rb-inotify (0.10.0)
public_suffix (4.0.6)
rb-fsevent (0.10.4)
rb-inotify (0.10.1)
ffi (~> 1.0)
redcarpet (3.5.0)
rexml (3.2.4)
rouge (3.13.0)
rouge (3.25.0)
safe_yaml (1.0.5)
sass (3.7.4)
sass-listen (~> 4.0.0)
sass-listen (4.0.0)
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
sassc (2.4.0)
ffi (~> 1.9)
terminal-table (1.8.0)
unicode-display_width (~> 1.1, >= 1.1.1)
unicode-display_width (1.7.0)

PLATFORMS
ruby

DEPENDENCIES
jekyll (~> 3.8.6)
jekyll (~> 4.0)
jekyll-feed (~> 0.13.0)
jekyll-optional-front-matter (~> 0.3.2)
jekyll-paginate (~> 1.1)
Expand All @@ -85,7 +88,6 @@ DEPENDENCIES
jekyll-seo-tag (~> 2.6, >= 2.6.1)
jekyll-sitemap (~> 1.4)
jekyll-titles-from-headings (~> 0.5.3)
redcarpet (~> 3.5)

BUNDLED WITH
2.0.2
2.1.4
7 changes: 3 additions & 4 deletions site/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ twitter:
card: summary
vm_logo: vm-logo.png
gh_repo: https://github.com/vmware-tanzu/sonobuoy
markdown: redcarpet
markdown: kramdown
kramdown:
syntax_highlighter: rouge
hero:
background-color: med-blue
footer:
Expand Down Expand Up @@ -283,6 +285,3 @@ exclude:
- CNAME
- Runbook.docx
- '*.sh'

redcarpet:
extensions: ["no_intra_emphasis", "tables", "autolink", "strikethrough", "with_toc_data"]
6 changes: 0 additions & 6 deletions site/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -180,9 +180,3 @@ <h2>Blog Highlights</h2>
</div>
</div>
</div>

<div class="section section-background-{{ page.backgrounds.team }}">
<div class="section-content">
{% include contributors.html %}
</div>
</div>