From e5e8ff2b1c42d9c69f8c036bd4780010e0fcafcf Mon Sep 17 00:00:00 2001 From: Jagdeep Phoolkumar Date: Tue, 30 Aug 2022 11:03:36 +0800 Subject: [PATCH] Minor fixes for Release v1.0.6 --- NOTICE | 2 +- README.md | 8 +++++++- config.toml | 5 ++++- layouts/partials/menu-footer.html | 2 +- 4 files changed, 13 insertions(+), 4 deletions(-) diff --git a/NOTICE b/NOTICE index 5524463c..6f6903f1 100644 --- a/NOTICE +++ b/NOTICE @@ -1,2 +1,2 @@ Ec2 Spot Workshops -Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. +Copyright 2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. diff --git a/README.md b/README.md index cb312fb1..37f19938 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,13 @@ The content of the workshops is built using [hugo](https://gohugo.io/). ### Local Build To build the content * clone this repository - * [install hugo](https://gohugo.io/getting-started/installing/). The website is currently running on Hugo 0.53, since we have some markdown issues with the latest versions. You can download the exact version here: https://github.com/gohugoio/hugo/releases/download/v0.92.0/hugo_0.92.0_Linux-64bit.tar.gz + * [install hugo](https://gohugo.io/getting-started/installing/). The website is currently running on Hugo 0.92, since we have some markdown issues with the latest versions. You can download the exact version [here](https://github.com/gohugoio/hugo/releases/tag/v0.92.0): + + * Linux: https://github.com/gohugoio/hugo/releases/download/v0.92.0/hugo_0.92.0_Linux-64bit.tar.gz + * MacOS (Intel): https://github.com/gohugoio/hugo/releases/download/v0.92.0/hugo_0.92.0_macOS-64bit.tar.gz + * MacOS (ARM): https://github.com/gohugoio/hugo/releases/download/v0.92.0/hugo_0.92.0_macOS-ARM64.tar.gz + * Windows: https://github.com/gohugoio/hugo/releases/download/v0.92.0/hugo_0.92.0_Windows-64bit.zip + * The project uses [hugo learn](https://github.com/matcornic/hugo-theme-learn/) template as a git submodule. To update the content, execute the following code ```bash pushd themes/learn diff --git a/config.toml b/config.toml index b78df63e..dc618cf7 100644 --- a/config.toml +++ b/config.toml @@ -19,6 +19,9 @@ disableLanguageSwitchingButton = false disableShortcutsTitle = false disableInlineCopyToClipBoard = true disableLandingPageButton = true +editURL = "https://github.com/awslabs/ec2-spot-workshops/edit/master/content/" +ghrepo = "https://github.com/awslabs/ec2-spot-workshops/" +branch = "master" [outputs] home = [ "HTML", "AMP", "RSS", "JSON"] @@ -57,7 +60,7 @@ weight = 10 [[menu.shortcuts]] name = " Authors" -url = "/authors.html" +url = "https://github.com/awslabs/ec2-spot-workshops/graphs/contributors" weight = 20 [[menu.shortcuts]] diff --git a/layouts/partials/menu-footer.html b/layouts/partials/menu-footer.html index 6aeeaf2c..8679182b 100644 --- a/layouts/partials/menu-footer.html +++ b/layouts/partials/menu-footer.html @@ -16,4 +16,4 @@

EC2 Spot Workshops

{{ partial "custom-footer.html" . }} - +