Skip to content

Commit

Permalink
Merge pull request #8 from microsoft/build-site-UI
Browse files Browse the repository at this point in the history
Added ML OPS Accelerator Page
  • Loading branch information
mtran-affirma committed Apr 27, 2022
2 parents bf4fce7 + 526bc0a commit 6940d6c
Show file tree
Hide file tree
Showing 5 changed files with 537 additions and 5 deletions.
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,5 @@ gem "webrick"
# Lock `http_parser.rb` gem to `v0.6.x` on JRuby builds since newer versions of the gem
# do not have a Java counterpart.
gem "http_parser.rb", "~> 0.6.0", :platforms => [:jruby]

gem 'jekyll-spaceship'
5 changes: 4 additions & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@ description: >- # this means to ignore newlines until "baseurl:" Write an awesom
The Data Science Toolkit provides Data Scientists, Solution Architects and delivery teams, with packaged, vetted and tested delivery accelerators, delivery guidance and product backlogs for common machine learning scenarios.
baseurl: "" # the subpath of your site, e.g. /blog
url: "https://crispy-parakeet-cdf6214f.pages.github.io/" # the base hostname & protocol for your site, e.g. http://example.com
markdown: GFM
markdown: redcarpet
redcarpet:
extensions: ["no_intra_emphasis", "fenced_code_blocks", "autolink", "strikethrough", "superscript", "with_toc_data"]

# Build settings
theme: minima
Expand All @@ -40,6 +42,7 @@ header_pages:

plugins:
- jekyll-feed
- jekyll-spaceship


# Exclude from processing.
Expand Down
Loading

0 comments on commit 6940d6c

Please sign in to comment.