10 Commits

Author SHA1 Message Date
susan evans
3840080b7c
fix thingz up in regards to docs/reference (#2869) 2023-05-17 18:53:15 -07:00
Christian Nunciato
3bfe1098ee
Replace relrefs with plain Markdown links (#2071) 2022-10-26 07:22:15 -07:00
Praneet Loke
d10c955582
Update references to docs/tutorials (#731)
Remove Tutorials from the Learn menu on desktop and mobile
2021-10-14 18:29:00 -07:00
Devon Grove
fb35f88553 Fixed remaining links, site builds w/ API docs paths 2021-10-05 10:09:25 -07:00
Devon Grove
364cbc2e00 Updated to point to new api-docs path 2021-10-04 14:49:25 -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
Christian Nunciato
9d1c1a14b9 Upgrade to latest Hugo (#5418) 2021-03-14 07:14:21 -07:00
Sophia Parafina
878740aa2a Spara/how to registries with pulumi (#5293)
* initial

* Try with brackets instead

* Update content/blog/how-to-registries/index.md

Co-authored-by: Paul Stack <public@paulstack.co.uk>

* Update content/blog/how-to-registries/index.md

Co-authored-by: Justin Van Patten <jvp@justinvp.com>

* move from draft to publish

Co-authored-by: Christian Nunciato <c@nunciato.org>
Co-authored-by: Paul Stack <public@paulstack.co.uk>
Co-authored-by: Justin Van Patten <jvp@justinvp.com>
2021-02-17 10:35:00 -06:00
Sophia Parafina
1039766961 Blog: How to build registries (#4079)
* initial

* Try with brackets instead

* Update content/blog/how-to-registries/index.md

Co-authored-by: Paul Stack <public@paulstack.co.uk>

* Update content/blog/how-to-registries/index.md

Co-authored-by: Justin Van Patten <jvp@justinvp.com>

Co-authored-by: Christian Nunciato <c@nunciato.org>
Co-authored-by: Paul Stack <public@paulstack.co.uk>
Co-authored-by: Justin Van Patten <jvp@justinvp.com>
2020-09-03 15:35:38 -05:00