diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 06c8eee1..3d164c20 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -93,4 +93,4 @@ Describe the modifications you've made. [discourse]: https://discourse.linkerd.io/ [issue]: https://github.com/linkerd/linkerd/issues/new [members]: https://github.com/orgs/linkerd/people -[slack]: http://slack.linkerd.io/ +[slack]: https://slack.linkerd.io/ diff --git a/README.md b/README.md index cb7abad0..c5e3141d 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,12 @@ Source code for the linkerd.io website. brew install hugo ``` +1. Build site: + + ```bash + ./build + ``` + 1. Run Hugo in development mode: ```bash diff --git a/linkerd.io/config.toml b/linkerd.io/config.toml index e7e06ce5..320e3c05 100644 --- a/linkerd.io/config.toml +++ b/linkerd.io/config.toml @@ -33,7 +33,7 @@ sectionPagesMenu = "main" name = "Blog" identifier = "blog" weight = 3 - url = "http://blog.linkerd.io/" + url = "https://blog.linkerd.io/" [[menu.top]] name = "Enterprise" diff --git a/linkerd.io/layouts/alias.html b/linkerd.io/layouts/alias.html new file mode 100644 index 00000000..1643a02d --- /dev/null +++ b/linkerd.io/layouts/alias.html @@ -0,0 +1 @@ +
Linkerd gives you observability, reliabilty, and security for your
microservices — with no code change required.