15 Commits

Author SHA1 Message Date
Christian Nunciato
73796609f5
Move some GIFs into the uploads bucket (#3447) 2023-10-07 21:08:39 -07:00
susan evans
b880ecc719
update some registry links (#2974) 2023-06-06 06:43:51 -07:00
Christian Nunciato
448f3bada6
Resize and optimize some GIFs (#2235) 2022-11-15 12:48:00 -08:00
susan evans
edd8882628
Revert "reduce image size for animated .gif files and convert to .webp (#2211)" (#2212)
This reverts commit 5881f12a4176eb0c06c7af33038b8489e84d5984.
2022-11-10 09:37:44 -08:00
Aurélien Requiem
5881f12a41
reduce image size for animated .gif files and convert to .webp (#2211) 2022-11-10 06:41:49 -08:00
Christian Nunciato
3bfe1098ee
Replace relrefs with plain Markdown links (#2071) 2022-10-26 07:22:15 -07:00
Devon Grove
28560b8cd6
Fix paths for all outdated refs so they will not point to redirect (#622) 2021-09-23 07:50:51 -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
Mikhail Shilkov
180549b801 Rename Azure NextGen to Azure-Native (#5351)
Co-authored-by: David Wrede <dave@pulumi.com>
2021-03-02 10:01:27 -08:00
Komal
584697c033 Add a link to an enums PR in the blog post (#4805)
Co-authored-by: Lee Zen <lee@pulumi.com>
2020-12-16 20:10:27 -08:00
Christian Nunciato
23181d7aa0 Fix chooser references (#4803)
Co-authored-by: komal <komal@pulumi.com>
2020-12-16 11:12:29 -08:00
Sophia Parafina
afe4056fa3 Komalali/enum blog (#4802)
* First draft enums

* Add placeholder meta image

* Add gifs

* More info

* PR changes

* fix link ref

* Revert "fix link ref"

This reverts commit e8a97b82f1ade86c9e5b5a5901c404d52d50372a.

* Update content

* Add TS-specific comment.

* PR fixes

* Replace schema with lang representations.

* Corrections

* Update content/blog/announcing-enum-support/index.md

* Update content/blog/announcing-enum-support/index.md

* Update content/blog/announcing-enum-support/index.md

* removed draft status

Co-authored-by: komal <komal@pulumi.com>
2020-12-16 10:06:30 -06:00
Komal
def1b76cd8 Enums blog (#4786)
* First draft enums

* Add placeholder meta image

* Add gifs

* More info

* PR changes

* Update content

* Add TS-specific comment.

* PR fixes

* Replace schema with lang representations.

* Corrections

* Update content/blog/announcing-enum-support/index.md

* Update content/blog/announcing-enum-support/index.md

* Update content/blog/announcing-enum-support/index.md

Co-authored-by: Sophia Parafina <spara@users.noreply.github.com>
2020-12-15 21:19:21 -06:00