-
Notifications
You must be signed in to change notification settings - Fork 765
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Incorporate new Kubeflow site design into the hugo theme (#38)
* Landing page, and single content page basic setup works * Section Nav fixed, and Content listins on section pages * Remove legal/privacy links from footer until ready
- Loading branch information
1 parent
e2779df
commit 62b9fbb
Showing
39 changed files
with
2,076 additions
and
159 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
+++ | ||
title = "Documentation" | ||
description = "All of Kubeflow documentation" | ||
+++ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
+++ | ||
title = "Kubeflow" | ||
description = "Quickly get running with your ML Workflow" | ||
weight = 10 | ||
bref = "The Kubeflow project is dedicated to making deployments of machine learning (ML) workflows on Kubernetes simple, portable and scalable. Our goal is not to recreate other services, but to provide a straightforward way to deploy best-of-breed open-source systems for ML to diverse infrastructures. Anywhere you are running Kubernetes, you should be able to run Kubeflow" | ||
|
||
+++ | ||
|
||
## The Kubeflow Mission | ||
|
||
Our goal is to make scaling machine learning (ML) models and deploying them to production as simple as possible, by letting Kubernetes do what it's great at: | ||
|
||
* Easy, repeatable, portable deployments on a diverse infrastructure (laptop <-> ML rig <-> training cluster <-> production cluster) | ||
* Deploying and managing loosely-coupled microservices | ||
* Scaling based on demand | ||
|
||
Because ML practitioners use a diverse set of tools, one of the key goals is to customize the stack based on user requirements (within reason) and let the system take care of the "boring stuff". While we have started with a narrow set of technologies, we are working with many different projects to include additional tooling. | ||
|
||
Ultimately, we want to have a set of simple manifests that give you an easy to use ML stack _anywhere_ Kubernetes is already running, and can self configure based on the cluster it deploys into. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
+++ | ||
title = "Getting Started" | ||
description = "How to get started with Kubeflow on different platforms" | ||
+++ |
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
The MIT License (MIT) | ||
|
||
Copyright (c) 2018 kubeflow.org | ||
|
||
Permission is hereby granted, free of charge, to any person obtaining a copy of | ||
this software and associated documentation files (the "Software"), to deal in | ||
the Software without restriction, including without limitation the rights to | ||
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of | ||
the Software, and to permit persons to whom the Software is furnished to do so, | ||
subject to the following conditions: | ||
|
||
The above copyright notice and this permission notice shall be included in all | ||
copies or substantial portions of the Software. | ||
|
||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS | ||
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR | ||
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER | ||
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN | ||
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
+++ | ||
+++ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
+++ | ||
title = "Title" | ||
description = "Short description" | ||
weight = 10 | ||
draft = truetoc = true | ||
bref= "" | ||
+++ | ||
|
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
<!DOCTYPE html> | ||
<html lang="{{ .Site.LanguageCode }}"> | ||
<head> | ||
{{ .Hugo.Generator }} | ||
<meta http-equiv="content-type" content="text/html; charset=utf-8"> | ||
<meta name="author" content="Kubeflow"> | ||
|
||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
|
||
<title>{{ block "title" . }}{{ .Title }} | {{ .Site.Title }}{{ end }}</title> | ||
|
||
{{ with .Description }} | ||
<meta name="description" content="{{ . }}"> {{ end }} | ||
|
||
<link rel="home" href="/"> | ||
|
||
<!-- Google Material Icons --> | ||
<link href="//fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet"> | ||
<!-- FontAwsome 5 icons --> | ||
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.0.13/css/all.css" integrity="sha384-DNOHZ68U8hZfKXOrtjWvjxusGo9WQnrNx2sqG0tfsghAvtVlRW3tvkXWZh58N9jp" crossorigin="anonymous"> | ||
<!-- Lato --> | ||
<link href="//fonts.googleapis.com/css?family=Lato:400,400i,700,700i,900,900i" rel="stylesheet"> | ||
<!-- Roboto Mono --> | ||
<link href="https://fonts.googleapis.com/css?family=Roboto+Mono:400,400i,700,700i" rel="stylesheet"> | ||
|
||
<!-- Stylesheets --> | ||
<link rel="stylesheet" href="{{ "/css/styles.css" | relURL }}" type="text/css"> | ||
<link href="{{ "/css/custom.css" | relURL }}" rel="stylesheet" type="text/css"> | ||
<!--[if lt IE 9]> | ||
<script src="http://css3-mediaqueries-js.googlecode.com/svn/trunk/css3-mediaqueries.js"></script> | ||
<![endif]--> | ||
|
||
</head> | ||
|
||
<body> | ||
<!-- mobile nav element --> | ||
<div id="menu"> | ||
{{ block "mobilenav" . }}{{ end }} | ||
</div> | ||
|
||
<div id="wrapper"> | ||
<header>{{ block "header" . }}{{ end }}</header> | ||
{{ block "main" . }}{{ end }} | ||
<footer>{{ block "footer" . }}{{ end }}</footer> | ||
|
||
<script src="//ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script> | ||
<script type="text/javascript" src="{{ "/js/scripts.js" | relURL }}"> | ||
</script> | ||
|
||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
{{ define "title"}} {{ .Title}} {{end}} | ||
{{ define "header"}} {{ partial "header" .}} {{end}} | ||
|
||
{{ define "main" }} | ||
|
||
<div id="hero" class="wrap"> | ||
<h1>Voice of {{.Site.Params.author }} Developers</h1> | ||
<p>Our vision, news and ideas, and whatever feels important.<br> <a href="https://twitter.com/{{.Site.Params.twitter}}">Follow us on Twitter</a></p> | ||
</div> | ||
<ul id="posts"> | ||
|
||
{{ range .Paginator.Pages.ByWeight }} {{ partial "page-summary" . }} {{ end }} | ||
</ul> | ||
|
||
{{ end }} | ||
{{ define "footer" }} | ||
{{ partial "footer" . }} | ||
{{ end }} |
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
{{ define "title"}} {{ .Title}} {{end}} | ||
{{ define "header"}} {{ partial "header" .}} {{end}} | ||
|
||
{{ define "main" }} | ||
|
||
<div id="hero" class="wrap"> | ||
<h1>{{ .Title }}</h1> | ||
</div> | ||
<section id="pageContent"> | ||
{{ range .Paginator.Pages.ByWeight }} {{ partial "page-summary" . }} {{ end }} | ||
|
||
{{ range .Sections }} | ||
{{ partial "page-summary" . }} | ||
{{ end }} | ||
|
||
|
||
</section> | ||
|
||
{{ end }} | ||
{{ define "footer" }} {{ partial "footer" . }} {{ end }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
{{ define "title" }} {{ .Title }} {{ end }} | ||
{{ define "mobilenav" }} {{ partial "mobilenav" . }} {{ end }} | ||
{{ define "header" }} {{ partial "header" . }} {{ end }} | ||
{{ define "main" }} | ||
<div id="subNav" class=""> | ||
{{ if .Params.toc }} | ||
{{ partial "secnav" . }} | ||
{{ partial "toc" . }} | ||
{{ end }} | ||
</div> | ||
|
||
<section id="pageContent"> | ||
<div id="hero"> | ||
<h1 id="anchor1"> {{ .Title}} </h1> | ||
<p class="hero-lead"> | ||
{{ .Params.bref | safeHTML }}. | ||
</p> | ||
</div> | ||
|
||
{{ .Content }} | ||
|
||
</section> | ||
<!-- end pageContent --> | ||
|
||
{{ end }} | ||
{{ define "footer" }} {{ partial "footer" . }} {{ end }} |
Oops, something went wrong.