-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ef43924
commit 2ad55ce
Showing
1,407 changed files
with
41,690 additions
and
2 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
> 请保留以下声明。 | ||
我已阅读[投稿指南](https://cloudnative.to/community/contribute/)和[风格指南](https://cloudnative.to/community/contribute/style/),并授权[云原生社区](https://cloudnative.to)发布我原创或翻译的文章,我将保留对本文署名的权利。 |
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 @@ | ||
# Set to true to add reviewers to pull requests | ||
addReviewers: true | ||
|
||
# Set to true to add assignees to pull requests | ||
addAssignees: true | ||
|
||
# A list of reviewers to be added to pull requests (GitHub user name) | ||
reviewers: | ||
- rootsongjc | ||
- baijunyao | ||
- erdun | ||
- flutterWang | ||
- jianghongb | ||
|
||
# A list of keywords to be skipped the process that add reviewers if pull requests include it | ||
skipKeywords: | ||
- wip | ||
|
||
# A number of reviewers added to the pull request | ||
# Set 0 to add all the reviewers (default: 0) | ||
numberOfReviewers: 0 |
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,27 @@ | ||
name: build-and-deploy | ||
on: push | ||
jobs: | ||
deploy: | ||
runs-on: ubuntu-20.04 | ||
steps: | ||
- name: Git checkout | ||
uses: actions/checkout@v2 | ||
|
||
- name: Setup hugo | ||
uses: peaceiris/actions-hugo@v2 | ||
with: | ||
hugo-version: '0.120.4' | ||
extended: true | ||
|
||
- name: Build | ||
# remove --minify tag if you do not need it | ||
# docs: https://gohugo.io/hugo-pipes/minification/ | ||
run: hugo | ||
- name: Deploy | ||
uses: peaceiris/actions-gh-pages@v3 | ||
with: | ||
personal_token: ${{ secrets.TOKEN }} | ||
publish_dir: ./public | ||
# keep_files: true | ||
publish_branch: master | ||
cname: cloudnative.to |
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,5 @@ | ||
public/ | ||
.DS_Store | ||
resources | ||
.idea | ||
.hugo_build.lock |
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 |
---|---|---|
@@ -1,2 +1,4 @@ | ||
# k8s-gateway-api | ||
Kubernetes Gateway API SIG | ||
# 云原生社区 Kubernetes Gateway API SIG | ||
|
||
Kubernetes Gateway API SIG 网站:<https://cloudnative.to/k8s-gateway-api> | ||
|
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,71 @@ | ||
--- | ||
# Display name | ||
title: "{{ replace .Name "-" " " | title }}" | ||
|
||
# Username (this should match the folder name and the name on publications) | ||
authors: | ||
- "{{ urlize .Name }}" | ||
|
||
# Is this the primary user of the site? | ||
superuser: false | ||
|
||
# Role/position (e.g., Professor of Artificial Intelligence) | ||
role: | ||
|
||
# Organizations/Affiliations | ||
organizations: | ||
- name: | ||
url: "" | ||
|
||
# Short bio (displayed in user profile at end of posts) | ||
bio: | ||
|
||
# List each interest with a dash | ||
interests: | ||
- Interest 1 | ||
- Interest 2 | ||
|
||
education: | ||
courses: | ||
- course: Title course 1 | ||
institution: Name of Institution | ||
year: 2012 | ||
- course: Title course 1 | ||
institution: Name of Institution | ||
year: 2012 | ||
|
||
# Social/Academic Networking | ||
# For available icons, see: https://wowchemy.com/docs/page-builder/#icons | ||
# For an email link, use "fas" icon pack, "envelope" icon, and a link in the | ||
# form "mailto:[email protected]" or "#contact" for contact widget. | ||
social: | ||
- icon: envelope | ||
icon_pack: fas | ||
link: '#contact' # For a direct email link, use "mailto:[email protected]". | ||
- icon: twitter | ||
icon_pack: fab | ||
link: https://twitter.com/USERNAME | ||
- icon: google-scholar | ||
icon_pack: ai | ||
link: https://scholar.google.com/citations?user=PERSON-ID | ||
- icon: github | ||
icon_pack: fab | ||
link: https://github.com/USERNAME | ||
# Link to a PDF of your resume/CV from the About widget. | ||
# To enable, copy your resume/CV to `static/files/cv.pdf` and uncomment the lines below. | ||
# - icon: cv | ||
# icon_pack: ai | ||
# link: files/cv.pdf | ||
|
||
# Enter email to display Gravatar (if Gravatar enabled in Config) | ||
email: "" | ||
|
||
# Highlight the author in author lists? (true/false) | ||
highlight_name: false | ||
|
||
# Organizational groups that you belong to (for People widget) | ||
# Set this to `[]` or comment out if you are not using People widget. | ||
user_groups: | ||
- Group 1 | ||
- Group 2 | ||
--- |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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,9 @@ | ||
--- | ||
# Documentation: https://wowchemy.com/docs/managing-content/ | ||
|
||
title: "{{ replace .Name "-" " " | title }}" | ||
linktitle: "{{ replace .Name "-" " " | title }}" | ||
date: {{ .Date }} | ||
type: book | ||
summary: "" | ||
--- |
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,16 @@ | ||
--- | ||
weight: 0 | ||
title: {{ replace .Name "-" " " | title }}站 | ||
summary: 云原生社区{{ replace .Name "-" " " | title }}站。 | ||
date: '2022-07-16T00:00:00+08:00' | ||
type: book | ||
--- | ||
|
||
## {{ replace .Name "-" " " | title }}站简介 | ||
|
||
## 主要成员/站长 | ||
- | ||
|
||
## {{ replace .Name "-" " " | title }}站徽章 | ||
|
||
![{{ replace .Name "-" " " | title }}站徽章](logo.png) |
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,29 @@ | ||
--- | ||
# Documentation: https://wowchemy.com/docs/managing-content/ | ||
|
||
title: "{{ replace .Name "-" " " | title }}" | ||
subtitle: "" | ||
summary: "" | ||
authors: [] | ||
tags: [] | ||
categories: [] | ||
date: {{ .Date }} | ||
lastmod: {{ .Date }} | ||
featured: false | ||
draft: false | ||
|
||
# Featured image | ||
# To use, add an image named `featured.jpg/png` to your page's folder. | ||
# Focal points: Smart, Center, TopLeft, Top, TopRight, Left, Right, BottomLeft, Bottom, BottomRight. | ||
image: | ||
caption: "" | ||
focal_point: "" | ||
preview_only: false | ||
|
||
# Projects (optional). | ||
# Associate this post with one or more of your projects. | ||
# Simply enter your project's folder or file name without extension. | ||
# E.g. `projects = ["internal-project"]` references `content/project/deep-learning/index.md`. | ||
# Otherwise, set `projects = []`. | ||
projects: [] | ||
--- |
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,68 @@ | ||
--- | ||
# Documentation: https://wowchemy.com/docs/managing-content/ | ||
|
||
title: "{{ replace .Name "-" " " | title }}" | ||
event: | ||
event_url: | ||
location: | ||
address: | ||
street: | ||
city: | ||
region: | ||
postcode: | ||
country: | ||
summary: | ||
abstract: | ||
|
||
# Talk start and end times. | ||
# End time can optionally be hidden by prefixing the line with `#`. | ||
date: {{ .Date }} | ||
date_end: {{ .Date }} | ||
all_day: false | ||
|
||
# Schedule page publish date (NOT event date). | ||
publishDate: {{ .Date }} | ||
|
||
authors: [] | ||
tags: [] | ||
|
||
# Is this a featured event? (true/false) | ||
featured: false | ||
|
||
# Featured image | ||
# To use, add an image named `featured.jpg/png` to your page's folder. | ||
# Focal points: Smart, Center, TopLeft, Top, TopRight, Left, Right, BottomLeft, Bottom, BottomRight. | ||
image: | ||
caption: "" | ||
focal_point: "" | ||
preview_only: false | ||
|
||
# Custom links (optional). | ||
# Uncomment and edit lines below to show custom links. | ||
# links: | ||
# - name: Follow | ||
# url: https://twitter.com | ||
# icon_pack: fab | ||
# icon: twitter | ||
|
||
# Optional filename of your slides within your event's folder or a URL. | ||
url_slides: | ||
|
||
url_code: | ||
url_pdf: | ||
url_video: | ||
|
||
# Markdown Slides (optional). | ||
# Associate this event with Markdown slides. | ||
# Simply enter your slide deck's filename without extension. | ||
# E.g. `slides = "example-slides"` references `content/slides/example-slides.md`. | ||
# Otherwise, set `slides = ""`. | ||
slides: "" | ||
|
||
# Projects (optional). | ||
# Associate this post with one or more of your projects. | ||
# Simply enter your project's folder or file name without extension. | ||
# E.g. `projects = ["internal-project"]` references `content/project/deep-learning/index.md`. | ||
# Otherwise, set `projects = []`. | ||
projects: [] | ||
--- |
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,48 @@ | ||
+++ | ||
# A section created with the Blank widget. | ||
widget = "blank" # See https://wowchemy.com/docs/page-builder/ | ||
headless = true # This file represents a page section. | ||
active = true # Activate this widget? true/false | ||
weight = 1 # Order that this section will appear. | ||
|
||
# Note: a full width section format can be enabled by commenting out the `title` and `subtitle` with a `#`. | ||
title = "{{ replace .Name "-" " " | title }}" | ||
subtitle = "" | ||
|
||
[design] | ||
# Choose how many columns the section has. Valid values: 1 or 2. | ||
columns = "1" | ||
|
||
[design.background] | ||
# Apply a background color, gradient, or image. | ||
# Uncomment (by removing `#`) an option to apply it. | ||
# Choose a light or dark text color by setting `text_color_light`. | ||
# Any HTML color name or Hex value is valid. | ||
|
||
# Background color. | ||
# color = "navy" | ||
|
||
# Background gradient. | ||
# gradient_start = "DeepSkyBlue" | ||
# gradient_end = "SkyBlue" | ||
|
||
# Background image. | ||
# image = "image.jpg" # Name of image in `static/media/`. | ||
# image_darken = 0.6 # Darken the image? Range 0-1 where 0 is transparent and 1 is opaque. | ||
|
||
# Text color (true=light or false=dark). | ||
# text_color_light = true | ||
|
||
[design.spacing] | ||
# Customize the section spacing. Order is top, right, bottom, left. | ||
# padding = ["0px", "0px", "0px", "0px"] | ||
|
||
[advanced] | ||
# Custom CSS. | ||
css_style = "" | ||
|
||
# CSS class. | ||
css_class = "" | ||
+++ | ||
|
||
[**Add some elements here**](https://wowchemy.com/docs/writing-markdown-latex/) |
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,29 @@ | ||
--- | ||
# Documentation: https://wowchemy.com/docs/managing-content/ | ||
|
||
title: "{{ replace .Name "-" " " | title }}" | ||
subtitle: "" | ||
summary: "" | ||
authors: [] | ||
tags: [] | ||
categories: [] | ||
date: {{ .Date }} | ||
lastmod: {{ .Date }} | ||
featured: false | ||
draft: false | ||
|
||
# Featured image | ||
# To use, add an image named `featured.jpg/png` to your page's folder. | ||
# Focal points: Smart, Center, TopLeft, Top, TopRight, Left, Right, BottomLeft, Bottom, BottomRight. | ||
image: | ||
caption: "" | ||
focal_point: "" | ||
preview_only: false | ||
|
||
# Projects (optional). | ||
# Associate this post with one or more of your projects. | ||
# Simply enter your project's folder or file name without extension. | ||
# E.g. `projects = ["internal-project"]` references `content/project/deep-learning/index.md`. | ||
# Otherwise, set `projects = []`. | ||
projects: [] | ||
--- |
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,41 @@ | ||
--- | ||
# Documentation: https://wowchemy.com/docs/managing-content/ | ||
|
||
title: "{{ replace .Name "-" " " | title }}" | ||
summary: "" | ||
authors: [] | ||
tags: [] | ||
categories: [] | ||
date: {{ .Date }} | ||
|
||
# Optional external URL for project (replaces project detail page). | ||
external_link: "" | ||
|
||
# Featured image | ||
# To use, add an image named `featured.jpg/png` to your page's folder. | ||
# Focal points: Smart, Center, TopLeft, Top, TopRight, Left, Right, BottomLeft, Bottom, BottomRight. | ||
image: | ||
caption: "" | ||
focal_point: "" | ||
preview_only: false | ||
|
||
# Custom links (optional). | ||
# Uncomment and edit lines below to show custom links. | ||
# links: | ||
# - name: Follow | ||
# url: https://twitter.com | ||
# icon_pack: fab | ||
# icon: twitter | ||
|
||
url_code: "" | ||
url_pdf: "" | ||
url_slides: "" | ||
url_video: "" | ||
|
||
# Slides (optional). | ||
# Associate this project with Markdown slides. | ||
# Simply enter your slide deck's filename without extension. | ||
# E.g. `slides = "example-slides"` references `content/slides/example-slides.md`. | ||
# Otherwise, set `slides = ""`. | ||
slides: "" | ||
--- |
Oops, something went wrong.