Skip to content

Commit

Permalink
Merge pull request #209 from jagpk/Release-v1.0.6
Browse files Browse the repository at this point in the history
Release v1.0.6
  • Loading branch information
jagpk authored Sep 1, 2022
2 parents 3864445 + 5588399 commit c9221e7
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 4 deletions.
2 changes: 1 addition & 1 deletion NOTICE
Original file line number Diff line number Diff line change
@@ -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.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 4 additions & 1 deletion config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down Expand Up @@ -57,7 +60,7 @@ weight = 10

[[menu.shortcuts]]
name = "<i class='fas fa-users'></i> Authors"
url = "/authors.html"
url = "https://github.com/awslabs/ec2-spot-workshops/graphs/contributors"
weight = 20

[[menu.shortcuts]]
Expand Down
2 changes: 1 addition & 1 deletion layouts/partials/menu-footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ <h3 class="github-title">EC2 Spot Workshops</h3>

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

<h5 class="copyright"> © 2021, Amazon Web Services, Inc. or its affiliates. All rights reserved. </h5>
<h5 class="copyright"> © 2022, Amazon Web Services, Inc. or its affiliates. All rights reserved. </h5>

0 comments on commit c9221e7

Please sign in to comment.