Skip to content

Commit a1f39f6

Browse files
committed
Upgrade to use Hugo ~latest
1 parent 54a1bdd commit a1f39f6

File tree

10 files changed

+31
-14
lines changed

10 files changed

+31
-14
lines changed

.github/workflows/build-and-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626

2727
- uses: peaceiris/actions-hugo@v2
2828
with:
29-
hugo-version: '0.55.4'
29+
hugo-version: '0.81.0'
3030
extended: true
3131

3232
- name: Install assume-role

config/_default/config.toml

Lines changed: 20 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ timeout = 300000
3030
[outputs]
3131
home = ["HTML"]
3232
section = ["HTML"]
33-
taxonomy = ["HTML"]
33+
# taxonomy = ["HTML"]
3434

3535
[taxonomies]
3636
author = "authors"
@@ -40,8 +40,25 @@ timeout = 300000
4040
authors = "/blog/author/:slug/"
4141
tags = "/blog/tag/:slug/"
4242

43-
[blackfriday]
44-
fractions = false
43+
[markup.goldmark]
44+
[markup.goldmark.extensions]
45+
definitionList = true
46+
footnote = true
47+
linkify = true
48+
strikethrough = true
49+
table = true
50+
taskList = true
51+
typographer = true
52+
[markup.goldmark.parser]
53+
autoHeadingID = true
54+
autoHeadingIDType = "github"
55+
[markup.goldmark.parser.attribute]
56+
block = false
57+
title = true
58+
[markup.goldmark.renderer]
59+
hardWraps = false
60+
unsafe = true
61+
xhtml = false
4562

4663
[params]
4764
canonicalURL = "https://www.pulumi.com"

content/blog/meet-the-pulumi-team-at-aws-reinvent/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,19 @@ tags: ["Pulumi-News"]
77
---
88

99
Heading to AWS re:Invent? Concerned about how you'll manage to get
10-
[that much YAML]({{< relref "/cloudformation" >}}) into your carry
10+
[that much YAML]({{< relref "/migrate/cloudformation" >}}) into your carry
1111
on bag? Or maybe you just like purple.
1212

1313
Whatever the reason, the Pulumi team will be there all week at **Booth
1414
316, Startup Central, Aria Quad, **and we'd love to chat with you about
1515
[AWS and Pulumi]({{< relref "/crosswalk/aws" >}}).
1616

17-
Catch up with us on serverless functions, [containers]({{< relref "/containers" >}}) and
17+
Catch up with us on serverless functions, [containers]({{< relref "/topics/containers" >}}) and
1818
[Kubernetes]({{< relref "/topics/kubernetes" >}}), managed services and
1919
any other cloud native infrastructure as code, and see how you can more
2020
productively manage your AWS cloud resources with general purpose
2121
programming languages. We can even help you
22-
[migrate your CloudFormation to Pulumi]({{< relref "/cloudformation" >}}).
22+
[migrate your CloudFormation to Pulumi]({{< relref "/migrate/cloudformation" >}}).
2323

2424
If you want to grab a specific time to talk through your needs,
2525
[then use this link](https://info.pulumi.com/meetings/team-pulumi/aws-reinvent-catchup),

content/blog/pulumi-2-0/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ Expect The Pulumipus to pop up from time to time to help you out with your infra
6666

6767
Today is an exciting day for us, our customers, and our community &mdash; your passionate support and feedback shaped this release, and we thank you.
6868

69-
To learn more, [join us for our launch event next Wednesday]({{< relref "/resources/pulumi-update-2020-04-29" >}}), [check out the new superpowers page]({{< relref "/superpowers" >}}) with more details and videos, or just [download Pulumi and give it a try]({{< relref "/docs/get-started" >}}). If you're upgrading from Pulumi 1.0, [please see our migration guide]({{< relref "/docs/get-started/install/migrating-2.0" >}}).
69+
To learn more, [join us for our launch event next Wednesday]({{< relref "/resources/pulumi-update-2020-04-29" >}}), [check out the new superpowers page]({{< relref "/superpowers" >}}) with more details and videos, or just [download Pulumi and give it a try]({{< relref "/docs/get-started" >}}). If you're upgrading from Pulumi 1.0, [please see our migration guide]({{< relref "/docs/get-started/install/migrating-2.0.md" >}}).
7070

7171
<div class="header-hero-actions mt-8 mb-8 text-center">
7272
<a class="btn btn-lg mr-2" href="{{< relref "/docs/get-started" >}}">

content/blog/simple-reproducible-kubernetes-deployments/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ powerful, Kubernetes deployment workflows.
2424

2525
## Less YAML, More Robustness
2626

27-
[Pulumi 0.15]({{< relref "announcing-pulumi-0.15-kubernetes-cicd-openstack-and-more" >}})
27+
[Pulumi 0.15]({{< relref "/blog/announcing-pulumi-0.15-kubernetes-cicd-openstack-and-more.md" >}})
2828
introduced Kubernetes support to Pulumi. When we started working on
2929
this, we already loved being able to write in our favorite languages --
3030
with the benefits of IDEs, classes and functions, and reuse through

content/blog/using-helm-and-pulumi-to-define-cloud-native-infrastructure-as-code/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,6 @@ can make the best use of existing tools such as Helm, and also reduce
116116
the friction caused by multiple deployment tools and models across
117117
complex architectures.
118118

119-
- Find out more about our [Azure]({{< relref "/azure" >}}) and
119+
- Find out more about our [Azure]({{< relref "/partner/azure.md" >}}) and
120120
[Kubernetes]({{< relref "/topics/kubernetes" >}}) support
121121
- Join the Slack community at <https://slack.pulumi.com>

content/docs/get-started/install/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ or visit https://pulumi.com/docs/reference/install/ for manual instructions and
225225

226226
## Upgrading Pulumi
227227

228-
If you are upgrading to Pulumi 2.0, please see our [migration guide]({{< relref "migrating-2.0" >}}).
228+
If you are upgrading to Pulumi 2.0, please see our [migration guide]({{< relref "/docs/get-started/install/migrating-2.0.md" >}}).
229229

230230
## Installing Previous Versions
231231

content/docs/intro/console/collaboration/organization-roles.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ organization.
1414
> Organizations billed per stack have slightly different rules regarding membership.
1515
1616
To become a member of a Pulumi organization, you must be invited by an existing Pulumi
17-
organization administrator, or you must submit a request to the administrator for approval. In addition, depending on the [organization type]({{< relref "organizations#organization-kind" >}}), you must also be a member of the third-party organization or group backing the Pulumi
17+
organization administrator, or you must submit a request to the administrator for approval. In addition, depending on the [organization type]({{< relref "/docs/intro/console/accounts-and-organizations#organization-types" >}}), you must also be a member of the third-party organization or group backing the Pulumi
1818
organization.
1919

2020
For example, to become a member of a Pulumi organization backed by a GitLab Group,

content/docs/reference/pulumi-yaml.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ It contains the following required and optional attributes:
3232

3333
- `config`: (optional) directory to store stack-specific configuration files, relative to location of `Pulumi.yaml`.
3434

35-
- `backend`: (optional) configuration for project state [backend]({{< relref "state#config-stack" >}}). Supports these options:
35+
- `backend`: (optional) configuration for project state [backend]({{< relref "/docs/intro/concepts/state#config-stack" >}}). Supports these options:
3636
- `url`: explicitly specify backend URL like `https://pulumi.acmecorp.com`, `file:///app/data`, etc.
3737

3838
- `template`: (optional) provides configuration settings that will be used when initializing a new stack from a project file using `pulumi new`. Currently these values are *only- used by `pulumi new`, and not by `pulumi stack init` or as default configuration for existing stacks.

layouts/shortcodes/choosable.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@
88
<pulumi-choosable
99
type="{{ $type }}"
1010
values="{{ $values }}"
11-
mode="{{ $mode }}">{{- .Inner | markdownify -}}</pulumi-choosable>
11+
mode="{{ $mode }}">{{ .Inner }}</pulumi-choosable>
1212
</div>

0 commit comments

Comments
 (0)