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
Changes from 1 commit
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
Prev Previous commit
Use Kramdown instead of Redcarpet
Signed-off-by: Wilson E. Husin <whusin@vmware.com>
  • Loading branch information
Wilson E. Husin committed Nov 16, 2020
commit f91186487deb92e33b75a70eae284d8f87b5fb8a
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -34,4 +34,5 @@ site/_site
site/.sass-cache
site/.jekyll
site/.jekyll-metadata
site/.bundle
site/.jekyll-cache
site/.bundle
1 change: 0 additions & 1 deletion site/Gemfile
Original file line number Diff line number Diff line change
@@ -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'
2 changes: 0 additions & 2 deletions site/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -65,7 +65,6 @@ GEM
rb-fsevent (0.10.4)
rb-inotify (0.10.1)
ffi (~> 1.0)
redcarpet (3.5.0)
rexml (3.2.4)
rouge (3.25.0)
safe_yaml (1.0.5)
@@ -89,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.1.4
7 changes: 3 additions & 4 deletions site/_config.yml
Original file line number Diff line number Diff line change
@@ -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:
@@ -283,6 +285,3 @@ exclude:
- CNAME
- Runbook.docx
- '*.sh'

redcarpet:
extensions: ["no_intra_emphasis", "tables", "autolink", "strikethrough", "with_toc_data"]