Skip to content

Commit

Permalink
update release 2.0.0
Browse files Browse the repository at this point in the history
Signed-off-by: Jeeva Kandasamy <jkandasa@gmail.com>
  • Loading branch information
jkandasa committed Jun 20, 2023
1 parent 46b10eb commit 6f9a3a5
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ You can host it privately on your environment. If you are looking for a specific

## Download
### Container images
`master` branch images are tagged as `:master`<br>
Both released and master branch container images are published in to the following registries,
* [Docker Hub](https://hub.docker.com/u/mycontroller)
* [Quay.io](https://quay.io/organization/mycontroller)

`master` branch images are tagged as `:2.x.x-devel`<br>

## Setup development environment
### Pre Requests
* [HUGO](https://gohugo.io/) - Install with extended support
Expand Down
3 changes: 2 additions & 1 deletion content/ta/_index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
linkTitle = "MyController.org"
+++

{{ < blocks/cover title="MyController க்கு வரவேற்கிறோம்!" image_anchor="top" height="full" color="gray" > }}
{{< blocks/cover title="MyController க்கு வரவேற்கிறோம்!" image_anchor="top" height="full" color="gray" >}}
<div class="mx-auto">
<p class="lead mt-3" style="font-size: 150%;">
தமிழுக்கு மொழிபெயர்க்க தன்னார்வலர்கள் தேவை.<br>
Expand All @@ -19,3 +19,4 @@
</a>
</p>
</div>
{{< /blocks/cover >}}
10 changes: 5 additions & 5 deletions hugo.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# refer https://gohugo.io/getting-started/configuration/

baseUrl: /
title: "MyController.org: The OpenSource Controller"
# title: "MyController.org: The OpenSource Controller" # do not display title, we use svg log with title
enableRobotsTXT: true
theme: ["docsy"]
enableGitInfo: true
Expand Down Expand Up @@ -47,7 +47,7 @@ markup:

languages:
en:
title: "MyController.org: The OpenSource Controller"
# title: "MyController.org: The OpenSource Controller" # do not display title, we use svg log with title
description: "The OpenSource Controller"
languageName: "English"
# Weight used for sorting.
Expand All @@ -70,7 +70,7 @@ languages:
weight: -8

ta:
title: "MyController.org: The OpenSource Controller"
# title: "MyController.org: The OpenSource Controller" # do not display title, we use svg log with title
description: "The OpenSource Controller"
languageName: தமிழ்
contentDir: "content/ta"
Expand Down Expand Up @@ -98,8 +98,8 @@ outputs:

params:
pageVariables:
versionTag: master # version tag used to pick exact release tag
version: 2.0.0-devel
versionTag: "v2.0.0" # version tag used to pick exact release tag
version: "2.0.0"

copyright: "The MyController.org Authors."
# privacy_policy: "https://policies.google.com/privacy"
Expand Down

0 comments on commit 6f9a3a5

Please sign in to comment.