23 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
susan evans
7b3b40ab70
quickstart experience (#2983) 2023-06-08 19:45:09 -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
susan evans
7d0b5ef39b
fix blog 404s (#1544) 2022-05-23 09:49:09 -07:00
susan evans
902ca2ec05
update brew commands (#1537) 2022-05-20 08:04:17 -07:00
Brant Soler
f565cffda6
Update index.md (#1191)
Updated two instances of http to https.
2022-03-10 11:05:49 -08: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
Lee Zen
d857dec635
Fix a broken link in the Kubernetes Ingress blog post (#270) 2021-05-24 10:40:01 -07:00
Alex Mullans
a754d2c03e
Clean up tags (#215) 2021-05-13 12:54:02 -07:00
Christian Nunciato
73d47cc8dd Fix some broken links (#4476)
* Add an exclusion for the Coinbase blog

* Fix a link that was moved

* Unlink Menta
2020-10-26 13:27:48 -07:00
CyrusNajmabadi
6f0357cc0e Update index.md 2020-01-21 10:39:36 -08:00
CyrusNajmabadi
b5a5d9b0c2 Update index.md 2020-01-21 10:38:05 -08:00
Justin Van Patten
6981f73962 Use relref instead of ref (#2195)
Changes usage of `ref` (fully qualified URL) to `relref` (relative URL), as there's no need for these to be fully qualified and we generally use `relref` throughout.
2019-12-26 13:12:15 -05:00
Zack Chase
b5ecf44405 Don't use markdown format in reference links (#2175)
* Don't use markdown format in reference links

* Remove dead link
2019-12-19 11:45:43 -08:00
Zack Chase
5ab3d65926 Add markdown linting (#2135)
* Add markdown linting script; fix markdown lint errors

* Add support for meta description and page title validation

* Add comments

* Fix lint errors; exclude autogenerated tutorials

* Address feedback; add more comments

* Add more checks for redirect pages; no index; and auto generated content

* More fixes for lint errors

* Allow duplicate headings in a page

* More lint error fixes

* Even more lint error fixes

* Getting started guide lint fixes

* Add custom h1 support to docs single pages

* Use custom h1 tags on cloud getting started guides

* Add custom h1 support to docs

* Add custom h1 support to docs lists.html

* Final round of intial lint fixes

* Add markdown linting to build script

* Update README

* Test build failure due to lint error

* Fix lint error so build will pass

* Readability fixes for lint script
2019-12-18 09:59:20 -08:00
Maria Bermudez
5b3e51460b New TOC and breadcrumbs (#1563) 2019-08-23 14:22:47 -07:00
Erin Xue
a9ca2470f2 Adding meta_desc to blogs (second batch) (#1512)
Signed-off-by: Christian Nunciato <c@nunciato.org>
2019-08-07 17:51:49 -07:00
Christian Nunciato
aace0dc79c Replace RELATIVE_TO_PAGE with Page Resource helpers (#1374)
* Replace RELATIVE_TO_PAGE with Hugo Resource helpers
* Remove /images/pulumi.png

Signed-off-by: Christian Nunciato <c@nunciato.org>
2019-07-16 21:31:42 -07:00
Aydrian Howard
efbdc8734e Updated dates for posts 2019-07-15 12:44:41 -04:00
Nishi Davidson
8b4b4dd0f2 updated alb ingress featured image 2019-07-09 21:05:44 -07:00
Eric Rudder
005fd3281a typo 2019-07-08 16:44:48 -07:00
Chris Smith
97155e4559 State blog post - Kubernetes Ingress with AWS ALB Ingress Controller … (#1283)
* State blog post - Kubernetes Ingress with AWS ALB Ingress Controller and Pulumi Crosswalk for AWS

* Address PR feedback
2019-07-08 15:25:20 -07:00