From 05a84463b2ee9260468ac1465b9f357cf19aa15b Mon Sep 17 00:00:00 2001 From: Jim Angel Date: Thu, 11 Jul 2019 18:07:04 -0500 Subject: [PATCH] fixes offline dependencies (#15257) fixing tweet tags by replacing with embedded html --- ...18-10-18-tips-for-first-kubecon-presentation-part-1.md | 2 +- ...18-10-26-tips-for-first-kubecon-presentation-part-2.md | 2 +- ...8-running-kubernetes-locally-on-linux-with-minikube.md | 2 +- layouts/shortcodes/upcoming-events.html | 8 +++++++- 4 files changed, 10 insertions(+), 4 deletions(-) diff --git a/content/en/blog/_posts/2018-10-18-tips-for-first-kubecon-presentation-part-1.md b/content/en/blog/_posts/2018-10-18-tips-for-first-kubecon-presentation-part-1.md index 3c612e384e..41bf1e4a96 100644 --- a/content/en/blog/_posts/2018-10-18-tips-for-first-kubecon-presentation-part-1.md +++ b/content/en/blog/_posts/2018-10-18-tips-for-first-kubecon-presentation-part-1.md @@ -8,7 +8,7 @@ date: 2018-10-18 First of all, let me congratulate you to this outstanding achievement. Speaking at KubeCon, especially if it's your first time, is a tremendous honor and experience. Well done! -
{{< tweet 1044345018490662912 >}}
+
When I was informed that my [KubeCon talk about Kubernetes Resource Management](https://www.youtube.com/watch?v=8-apJyr2gi0) was accepted for KubeCon EU in Denmark (2018), I really could not believe it. By then, the chances to get your talk accepted were around 10% (or less, don't really remember the exact number). There were over a 1,000 submissions just for that KubeCon (recall that we now have **three KubeCon events during the year** - US, EU and Asia region). The popularity of Kubernetes is ever increasing and so is the number of people trying to get a talk accepted. Once again, **outstanding achievement to get your talk in**! diff --git a/content/en/blog/_posts/2018-10-26-tips-for-first-kubecon-presentation-part-2.md b/content/en/blog/_posts/2018-10-26-tips-for-first-kubecon-presentation-part-2.md index fc61f60c84..774d160c14 100644 --- a/content/en/blog/_posts/2018-10-26-tips-for-first-kubecon-presentation-part-2.md +++ b/content/en/blog/_posts/2018-10-26-tips-for-first-kubecon-presentation-part-2.md @@ -52,4 +52,4 @@ I hope some of these tips are useful for you as well. And I wish you all the bes Besides my fantastic reviewers and the speaker support team already mentioned above, I also would like to thank the people who supported me along this KubeCon journey: Bjoern, Timo, Emad and Steve! -{{< tweet 992409364467200000 >}} +

#KubeCon @embano1 is laying down an homage to an earlier @thockin presentation in his "Inside K8S Resource Management" session, if you didn't make it in the door, check out the deck here https://t.co/4xQq5CQ3aZ pic.twitter.com/ObFEuKskhB

— Steve Wong (@cantbewong) May 4, 2018
diff --git a/content/en/blog/_posts/2019-03-28-running-kubernetes-locally-on-linux-with-minikube.md b/content/en/blog/_posts/2019-03-28-running-kubernetes-locally-on-linux-with-minikube.md index 99ec3bdac8..fe7b4e79d1 100644 --- a/content/en/blog/_posts/2019-03-28-running-kubernetes-locally-on-linux-with-minikube.md +++ b/content/en/blog/_posts/2019-03-28-running-kubernetes-locally-on-linux-with-minikube.md @@ -12,7 +12,7 @@ Kubernetes is a real winner (and a de facto standard) in the world of distribute A few weeks ago I ran a poll on Twitter asking the community to specify their preferred option for running Kubernetes locally on Linux: -
{{< tweet 1093154369040773120 >}}
+
This is post #1 in a series about the local deployment options on Linux, and it will cover Minikube, the most popular community-built solution for running Kubernetes on a local machine. diff --git a/layouts/shortcodes/upcoming-events.html b/layouts/shortcodes/upcoming-events.html index a0fa64c524..d6bbaa8c2a 100644 --- a/layouts/shortcodes/upcoming-events.html +++ b/layouts/shortcodes/upcoming-events.html @@ -1,4 +1,10 @@ {{ $date := now.Format "2006-01-02T15:04:05Z07:00" | querify "timeMin" }} + + +{{/* Setting external resource based on whether hugo is running locally or public */}} +{{ if .Site.IsServer }} +{{ $jurl := printf "" $date }} +{{ else }} {{ $jurl := printf "https://www.googleapis.com/calendar/v3/calendars/nt2tcnbtbied3l6gi2h29slvc0%%40group.calendar.google.com/events?orderBy=startTime&singleEvents=true&%s&key=AIzaSyAST-sCyPJzMQJSl6_vRPW9r4DNLPaDIyM" $date }} {{ $dataJ := getJSON $jurl }} @@ -8,4 +14,4 @@
{{ .summary }} - {{ .location }} - {{ .start.date }}
{{ end }} - +{{ end }}