7 Commits

Author SHA1 Message Date
Alex Mullans
638ce7c023
Revert "Move resources to events-workshops (#625)" (#671)
This reverts commit cc7cf448295940b960a657590efb3722623a2579.
2021-10-01 11:08:22 -07:00
Praneet Loke
cc7cf44829
Move resources to events-workshops (#625)
* Rename content/resources to content/events-workshops. Add alias for resources in events-workshops/_index.md

* Update references to /resources/* to /events-workshops/*

* Update the Resources option in the header nav to Events & Workshops

* Rename resources layouts to events-workshops

* Add aliases to all content/events-workshops/* pages for /resources

* Add a tool (redirector) that can add aliases when moving content in bulk

* Update indentation to use 2-spaces for the aliases list in events-workshops/pulumi-update-2020-04-29
2021-10-01 09:42:03 -07:00
Joe Duffy
3927943cb1
Filter blog tags to Top 40, and add back some metadata (#350)
* 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.
2021-06-21 17:31:35 -07:00
Alex Mullans
a754d2c03e
Clean up tags (#215) 2021-05-13 12:54:02 -07:00
Paul Stack
36b9d1ba28 Fix the link to the Pulumi images in the ECR Public repo (#4704) 2020-12-02 13:08:46 -05:00
stack72
437790141b Fix ECR relref link 2020-12-01 22:09:19 +00:00
stack72
c241ddfad4 Adding blog post around the publishing of Pulumi images to Amazon ECR Public 2020-12-01 17:44:42 +00:00