14 Commits

Author SHA1 Message Date
susan evans
eb6aa357b2
reorg docs nav + add cloud pages (#2769) 2023-05-15 15:25:28 -07:00
Christian Nunciato
3bfe1098ee
Replace relrefs with plain Markdown links (#2071) 2022-10-26 07:22:15 -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
Justin Van Patten
3cd560106b Avoid www.pulumi.com when linking within site (#2252)
Instead, use `relref` links. That way, we can catch any issues if we
move a page to a different URL. Also, prefer `https` rather than `http`
for links to other Pulumi sites.

Note: This does not change any links to www.pulumi.com in autogenerated
content (such as API docs and tutorials).
2020-01-16 11:46:15 -05:00
spara
9dd4faded9 update front matter 2019-10-22 17:25:25 -05:00
spara
ccfd305bf3 added screenshot 2019-10-22 17:10:11 -05:00
spara
6b7c13d5fb added deployment section 2019-10-21 21:22:15 -05:00
Sophia Parafina
6beddeb12d Update content/blog/deploying-with-octopus-and-pulumi/index.md
Co-Authored-By: Eric Rudder <ericrudder@users.noreply.github.com>
2019-10-21 19:13:26 -05:00
Sophia Parafina
c6afc2c71e Update content/blog/deploying-with-octopus-and-pulumi/index.md
Co-Authored-By: Eric Rudder <ericrudder@users.noreply.github.com>
2019-10-21 19:13:09 -05:00
Sophia Parafina
0771306922 Update content/blog/deploying-with-octopus-and-pulumi/index.md
Co-Authored-By: Eric Rudder <ericrudder@users.noreply.github.com>
2019-10-21 19:12:52 -05:00
spara
6d6abda80a revised intro paragraph 2019-10-21 17:30:05 -05:00
Sophia Parafina
5929d10849 Update content/blog/deploying-with-octopus-and-pulumi/index.md
Co-Authored-By: Eric Rudder <ericrudder@users.noreply.github.com>
2019-10-21 16:31:00 -05:00
spara
ca8b7a63b9 octopus blog post 2019-10-18 20:50:41 -05:00