11 Commits

Author SHA1 Message Date
Christian Nunciato
cf12d9dcfb
Fix a link (#3112) 2023-06-27 16:57:11 +00:00
Sean Holung
f37662cc42
lint meta images (#2766) 2023-05-01 17:44:41 -07:00
Christian Nunciato
3bfe1098ee
Replace relrefs with plain Markdown links (#2071) 2022-10-26 07:22:15 -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
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
Christian Nunciato
b9c843d28f Do some SEO cleanup (#2079)
* Don't block on anchor.js

* Add “| Pulumi” to page titles

Signed-off-by: Christian Nunciato <c@nunciato.org>

* Honor shortened title tags where present

Signed-off-by: Christian Nunciato <c@nunciato.org>

* Fix link to example tutorial

Signed-off-by: Christian Nunciato <c@nunciato.org>

* Add H1 tags to pages without them

Signed-off-by: Christian Nunciato <c@nunciato.org>

* Reduce image sizes

Signed-off-by: Christian Nunciato <c@nunciato.org>
2019-12-03 19:06:35 -08:00
Maria Bermudez
42fc2850a4 Add meta descriptions to blog posts that have not been updated (#1542)
* Add meta descriptions to blog posts that have not been updated

Signed-off-by: bermudezmt <bermudez.mt@gmail.com>

* Update content/blog/pulumi-a-better-way-to-kubernetes/index.md

Co-Authored-By: Eric Rudder <ericrudder@users.noreply.github.com>

* Update content/blog/pulumi-heart-google-cloud-platform/index.md

Co-Authored-By: Eric Rudder <ericrudder@users.noreply.github.com>

* Update content/blog/pulumi-meetup-recap-apis-custom-resources-and-github-webhooks/index.md

Co-Authored-By: Eric Rudder <ericrudder@users.noreply.github.com>

* Update content/blog/reusable-cicd-components-with-circleci-orbs-for-pulumi/index.md

Co-Authored-By: Eric Rudder <ericrudder@users.noreply.github.com>

* Fix syntax error which  broke the build
2019-08-12 16:31:13 -07:00
Chris Smith
0d9864c32e Update links to slack.pulumi.com (#1460) 2019-07-28 15:51:54 -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
604fb9c8cb Pulumi Meetup Recap blog post 2019-07-16 13:05:32 -04:00