20 Commits

Author SHA1 Message Date
Sean Holung
026234bdbb
revert get started experience (#3076)
* add back getting started page

* decollapse getting started guide

* update style

* remove quickstart files

scss file

* lint

* assets

* update links

* update links

* update links

* update links

* update link
2023-06-16 14:10:53 -07:00
susanev
bf629101db fix
Signed-off-by: susanev <susan.ra.evans@gmail.com>
2023-06-03 09:57:41 -07:00
susan evans
4e284f02d2
remove tweets (#2919) 2023-05-24 13:12:22 -07:00
Christian Nunciato
b2b9e9bbe2
Fix buildAndPushImage references (#2851) 2023-05-16 15:34:13 -07:00
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
Piers Karsenbarg
4a9b4855c1
Fixed twitter shortcodes (#1174) 2022-03-08 12:33:37 +00: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
Zack Chase
1ed33c313f Fix broken blog links (#2539)
* Fix broken links in scheduling lambdas post

* Fix broken link in managing containers on aws blog
2020-02-26 15:44:36 -08:00
Zack Chase
089316faba Add another instance of target keyword (#2500) 2020-02-20 16:32:26 -08:00
97thFloor
e2bc00e79a SEO optimizations for KW: "AWS containers" (#2481)
* Update index.md

Optimized for SEO, primary KW: "AWS containers." Mainly just changes to metadata as well as an extra instance of the keyword and a couple of internal links that may be beneficial.

* Update content/blog/managing-containers-on-aws-with-pulumi/index.md

Co-authored-by: Eric Rudder <ericrudder@users.noreply.github.com>
2020-02-20 13:51:14 -08: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
Justin Van Patten
59871869c7 Remove superfluous ".md" from relref links (#2196)
Hugo doesn't require it and currently in some cases we specify it and other cases we do not. This change makes us consistent.
2020-01-07 14:38:13 -05:00
spara
93b22e9d03 updated front matter 2020-01-06 12:37:57 -06:00
spara
2ca407ad16 updated front matter 2020-01-06 12:37:57 -06:00
spara
940c2db8e2 removed trailing space 2020-01-06 12:37:57 -06:00
spara
9c1ea753f1 added a more descriptive meta description 2020-01-06 12:37:57 -06:00
spara
437aa3f407 updated meta.jpeg 2020-01-06 12:37:57 -06:00
spara
5320e500bb initial commit 2020-01-06 12:37:57 -06:00