Add basic hugo & netlify website structure

pull/4492/head
Thomas Stromberg 2019-06-15 09:27:05 +08:00
parent 4548418cf3
commit a56b3b5764
7 changed files with 6220 additions and 0 deletions

3
.gitmodules vendored Normal file
View File

@ -0,0 +1,3 @@
[submodule "site/themes/hugo-whisper-theme"]
path = site/themes/hugo-whisper-theme
url = https://github.com/jugglerx/hugo-whisper-theme.git

View File

@ -0,0 +1,6 @@
---
title: "{{ replace .Name "-" " " | title }}"
date: {{ .Date }}
draft: true
---

48
site/config.toml Normal file
View File

@ -0,0 +1,48 @@
title = "minikube"
baseURL = "https://minikube.sigs.k8s.io"
languageCode = "en-us"
# code highlighting
pygmentsCodeFences = true
pygmentsCodefencesGuessSyntax = true
pygmentsUseClasses = true
# unused
disableKinds = ["taxonomy", "taxonomyTerm"]
themesDir = "themes"
theme = "hugo-whisper-theme"
[[menu.main]]
name = "Home"
url = "/"
weight = 1
[[menu.main]]
name = "Docs"
url = "/docs/"
weight = 2
[params]
google_analytics_id=""
homepage_button_link = '/docs'
homepage_button_text = 'Read The Docs'
homepage_intro = 'minikube implements a local Kubernetes cluster on macOS, Linux, and Windows.'
homepage_image = 'https://github.com/kubernetes/minikube/raw/master/images/start.jpg'
[params.homepage_meta_tags]
meta_description = "minikube desc"
meta_og_title = "minikube"
meta_og_type = "website"
meta_og_url = "https://minikube.sigs.k8s.io"
meta_og_image = "https://raw.githubusercontent.com/JugglerX/hugo-whisper-theme/master/images/tn.png"
[params.logo]
mobile = "https://github.com/kubernetes/minikube/raw/master/images/logo/logo.png"
standard = "https://github.com/kubernetes/minikube/raw/master/images/logo/logo.png"

10
site/content/_index.md Normal file
View File

@ -0,0 +1,10 @@
---
title: "minikube"
date: 2019-06-15T09:19:25+08:00
draft: true
---
minikube implements a local Kubernetes cluster on macOS, Linux, and Windows.
This is just a test website.

View File

@ -0,0 +1 @@
{"Target":"css/style.css","MediaType":"text/css","Data":{}}

@ -0,0 +1 @@
Subproject commit c679e0b497ad533a75fb4374d602cff91898b773