7 Commits

Author SHA1 Message Date
Christian Nunciato
3bfe1098ee
Replace relrefs with plain Markdown links (#2071) 2022-10-26 07:22:15 -07:00
David Wrede
f667e2b033
Update naming to align with example renaming PR (#177)
Co-authored-by: Dave Wrede <dave@pulumi.com>
2021-10-12 10:47:58 -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
jetvova
decc3b5266 Updated github link to Pulumi master branch (#4170) 2020-09-15 14:12:40 -07:00
jetvova
4b7a50be51 Added tutorial for creating voting questions (#4096)
* Added tutorial for creating voting questions

* Removed trailing spaces
2020-08-31 15:21:48 -07:00
jetvova
655d6b9ef5 Created blog post about deploying a Django MySQL application to AWS (#4081)
* Created blog post showing how to deploy a Django application to AWS

* Updated meta.png

* Removed trailing spaces

* Added next week blog post summary

* Apply suggestions from code review

Co-authored-by: Sophia Parafina <spara@users.noreply.github.com>

* Simplified AWS Cloudwatch explanation

* Described why the project needs 2 ECS instances, and fixed URL

* Added explanation on how to set django_secret_key

* Removed repetitive code, and referenced previous blog posts instead

* Fixed shortcode typo

Co-authored-by: Sophia Parafina <spara@users.noreply.github.com>

* Removed extra period

Co-authored-by: Sophia Parafina <spara@users.noreply.github.com>
2020-08-28 08:08:48 -07:00