* Support custom text when countdown is over
* Add cloud engineering summit landing page
* Reduce text blocks
* Address feedback
* Addressing more feedback
* Only show the top 40 blog tags
In https://github.com/pulumi/pulumi-hugo/pull/215, I had suggested
that instead of physically deleting tags we didn't want to show, we
compute it algorithmically, by only showing the "Top N" tags. This
commit introduces said functionality.
This has a few advantages:
* Preserves old metadata (the authors added the tags because they
felt they were meaningful and captured information about the posts).
* Enables us to surface those tags differently in the future (who
knows, maybe someday we'll want to run a "spinnaker" campaign).
* Notably, also keeps the tag index pages, which Google has indexed.
* Enables us to add a "View More ..." link at the bottom of the
page if folks want to see the entire list.
* Perhaps most importantly, protects against future bloat. For
example, since this tag cleanup happened, we have added top-level
tags for "aliases", "app-runner", "iam", "open-source", and
"refactoring", each of which has only a single post.
I chose 40 as the N in Top N, because that's how many we show today.
I could see an argument for filtering this based on post count
instead (e.g., only those with >3 posts).
* Add back some tags
Now that we filter out unpopular tags, we can add back some of the
ones previously removed.
* Add lykke case study
* Apply suggestions from code review
Co-authored-by: George Huang <george@pulumi.com>
* Update links
* Apply suggestions from code review
Co-authored-by: George Huang <george@pulumi.com>
Co-authored-by: George Huang <george@pulumi.com>
* Add an automation API landing page
This is just an initial sketch. We'll make it better soon.
* Add some styles and put video above the fold
* Update getting started link
Co-authored-by: Zack Chase <zachary@pulumi.com>
* Adding azure helm aks examples for more languages
* Go link
* Remove accidental addition
* Switch featured examples to aks-helm
* Redirect azure-py-aks links to azure-py-aks-helm links
* remove msg about it only being for pro and ent
* update pricing page
Signed-off-by: susanev <susan.ra.evans@gmail.com>
Co-authored-by: Zack Chase <zachary@pulumi.com>