* Add first gitlab commit talk
* Shorten description for better fit on page
* Add second talk for gitlab commit
* Use talk landing page instead speaker page
* fix typo
* Update content/webinars/gitlab-commit-2020-continuous-delivery-and-infrastructure-testing/index.md
Co-authored-by: Christian Nunciato <c@nunciato.org>
* Fix blue line at bottom of image
Co-authored-by: Christian Nunciato <c@nunciato.org>
When creating a new project using pulumi new aws-typescript the typescript file generated target es2016.
This can also be seen here https://github.com/pulumi/pulumi/blob/master/sdk/nodejs/tsconfig.json
Addressing the comment to update the whole snippet with the current template version
Reverted default settings for pulumi
* Prefetch component.js files
* Use preload instead of prefetch
* Add crossorigin to preloads
* Use async instead of defer for component.js loads
* Add preloads for component scripts
* Use defer instead of async
* Apply suggestions from code review
Co-authored-by: Christian Nunciato <c@nunciato.org>
* Add back in crossorigin to avoid warning
* Update layouts/partials/head.html
Co-authored-by: Christian Nunciato <c@nunciato.org>
Co-authored-by: Christian Nunciato <c@nunciato.org>
* Add cloud engineering summit on webinar page
* Add cloud engineering summit to events page
* Add noopener noreferrer to external links in webinar list
* Update description
* Remove note at top of events page
* Eliminate "real languages" from our website
We know that this terminology is unfriendly and can be seen as
gatekeeping. We've moved away from it over time, but there are many
traces of it in our documentation -- most notably, even on our
homepage. Instead of "real languages", let's use "familiar languages",
and in places where deeper explanation makes sense in context, we
can say "familiar, general-purpose languages."
The current 2nd-level blurb on the homepage isn't very good right now
anyhow, so this is a convenient change. As we make progress on various
marketing efforts, we will likely make more extensive changes, but
for now this at least fixes this problem. We recently A/B tested
updates without much of an impact, so let's move ahead with this change
and then if we want to test alternatives to "familiar", we can do that.
For instance, we considered "popular", etc.
* Also eliminate "real code"
* Created blog post about Dynamic Providers
* Uploaded new meta.png
* Added link to previous blog post and improved description
* Apply suggestions from code review
Co-authored-by: Sophia Parafina <spara@users.noreply.github.com>
* Improved blog introduction
* Added a section on `pulumi config set`
* Fixed small typo
* Apply suggestions from code review
Co-authored-by: Sophia Parafina <spara@users.noreply.github.com>
* Updated introduction to use Hugo shortcode link
Co-authored-by: Sophia Parafina <spara@users.noreply.github.com>
Co-authored-by: Sophia Parafina <spara@users.noreply.github.com>
* Add back tf2pulumi page
This page was renamed to kube2pulumi and shipped (huzzah!), so this
change adds it back. It also changes the URL to adopt the endpoint we
stood up in production, rather than my personal Pulumi account (oops).
* Don't throw, to avoid unhandled exceptions
This avoids the issue reported and fixed in
https://github.com/pulumi/docs/pull/4012.
* Added profile for Vova Ivanov, and created first blog post.
new file: public/public
* Added newline at the end of index.md
* Added meta.png picture to blog post
* Re-Added "Meet Vova Ivanov" description
* Apply suggestions from code review
Edited text to break up the flow and make it less repetitive.
Co-authored-by: Sophia Parafina <spara@users.noreply.github.com>
* Described the relation between the main.py file and the project structure
* Fixed grammar and explained how to scaffold a new aws-python app
* Removed trailing space
Co-authored-by: Sophia Parafina <spara@users.noreply.github.com>
* New Kubernetes Superpowers blog post
* Add lang picker
* Add crd2pulumi examples
* lint
* Apply suggestions from code review
* Apply suggestions from code review
Co-authored-by: Sophia Parafina <spara@users.noreply.github.com>
* PR feedback and Helm 3 + Kustomize section
* Fix link to press release
* Add link and screenshot for kube2pulumi page
* Reformat kubernetes product page; authentication based CTAs
* Update layout and placeholder text
* Fill in copy
* Remove unused
* Superpower icon, snake_case in YAML
* Use existing SVGs (refactor into icon lib later)
* Typo, add TODO to use SVGs
* Remove more unused
* WIP: Code-switcher, UX polish
* Scroll back to top-left, add dark-mode style for Python and C#
* Update copy
* Layouts and things
* Disambiguate
* Link to the release from the newsroom
* Medium and large layout adjustments
* Update cloud eng summit text
* Copy edits
* Fix typos
* Fix typo
* Fix typos
* Update links
* Link to the blog post
Co-authored-by: Luke Hoban <luke@pulumi.com>
Co-authored-by: Levi Blackstone <levi@pulumi.com>
Co-authored-by: Sophia Parafina <spara@users.noreply.github.com>
Co-authored-by: Christian Nunciato <c@nunciato.org>
Copying and pasting the non-quoted commands results in an error from `zsh` and likely other shells. We should show quoted values to help prevent users from hitting this error.