14 Commits

Author SHA1 Message Date
susan evans
4042c5ae88
fix 404 in docker images blog (#1576) 2022-06-03 12:30:34 -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
Sophia Parafina
7eb063e86f fix links to stable and incubator helm chart repos (#5428)
* fix link to stable helm chart repo

* fix more links to helm stable and incubator

* Update content/docs/guides/crosswalk/kubernetes/cluster-services.md

Co-authored-by: Christian Nunciato <c@nunciato.org>

Co-authored-by: Christian Nunciato <c@nunciato.org>
2021-03-12 09:07:00 -06:00
Lee Zen
5be1af2337 Fix broken links pointing to pulumi/dist (#4360) 2020-10-09 10:21:42 -07:00
Cameron Stokes
2f1b527e11 Fix the pulumi-nodejs:2.4.0-ubi Docker Hub link. (#3831)
Was previously pointing to the `pulumi-nodejs:2.4.0` image.
2020-07-28 13:59:04 -07:00
Lee Briggs
5d27abe167 add missing example and comments (#3676)
* add missing example and comments

* run go fmt on go code
2020-06-25 14:10:34 -07:00
spara
7f39990af5 add twitter card 2020-06-25 06:27:50 -06:00
Lee Briggs
cb4ae27606 more style fixes 2020-06-24 14:19:23 -07:00
Lee Briggs
fa05dd21ed Merge branch 'jaxxstorm/new-docker-images' of github.com:pulumi/docs into jaxxstorm/new-docker-images 2020-06-24 14:14:23 -07:00
Lee Briggs
1d5765c3ba fix style issues 2020-06-24 14:13:32 -07:00
Lee Briggs
cf47b6a884 Apply suggestions from code review
Co-authored-by: Sophia Parafina <spara@users.noreply.github.com>
2020-06-24 14:04:32 -07:00
Lee Briggs
99876fea37 adding code for blog post 2020-06-24 14:02:51 -07:00
Lee Briggs
d3ae93a50a add post about new docker images 2020-06-22 20:27:19 -07:00