File tree Expand file tree Collapse file tree 3 files changed +9
-8
lines changed Expand file tree Collapse file tree 3 files changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -10,11 +10,11 @@ You can host it privately on your environment. If you are looking for a specific
1010
1111## Download
1212### Container images
13- ` master ` branch images are tagged as ` :master ` <br >
14- Both released and master branch container images are published in to the following registries,
1513 * [ Docker Hub] ( https://hub.docker.com/u/mycontroller )
1614 * [ Quay.io] ( https://quay.io/organization/mycontroller )
1715
16+ ` master ` branch images are tagged as ` :2.x.x-devel ` <br >
17+
1818## Setup development environment
1919### Pre Requests
2020* [ HUGO] ( https://gohugo.io/ ) - Install with extended support
Original file line number Diff line number Diff line change 33linkTitle = "MyController.org"
44+++
55
6- {{ < blocks /cover title="MyController க்கு வரவேற்கிறோம்!" image_anchor="top" height="full" color="gray" > }}
6+ {{< blocks /cover title="MyController க்கு வரவேற்கிறோம்!" image_anchor="top" height="full" color="gray" > }}
77< div class ="mx-auto ">
88 < p class ="lead mt-3 " style ="font-size: 150%; ">
99 தமிழுக்கு மொழிபெயர்க்க தன்னார்வலர்கள் தேவை.< br >
1919 </ a >
2020 </ p >
2121</ div >
22+ {{< /blocks/cover > }}
Original file line number Diff line number Diff line change 11# refer https://gohugo.io/getting-started/configuration/
22
33baseUrl : /
4- title : " MyController.org: The OpenSource Controller"
4+ # title: "MyController.org: The OpenSource Controller" # do not display title, we use svg log with title
55enableRobotsTXT : true
66theme : ["docsy"]
77enableGitInfo : true
@@ -47,7 +47,7 @@ markup:
4747
4848languages :
4949 en :
50- title : " MyController.org: The OpenSource Controller"
50+ # title: "MyController.org: The OpenSource Controller" # do not display title, we use svg log with title
5151 description : " The OpenSource Controller"
5252 languageName : " English"
5353 # Weight used for sorting.
@@ -70,7 +70,7 @@ languages:
7070 weight : -8
7171
7272 ta :
73- title : " MyController.org: The OpenSource Controller"
73+ # title: "MyController.org: The OpenSource Controller" # do not display title, we use svg log with title
7474 description : " The OpenSource Controller"
7575 languageName : தமிழ்
7676 contentDir : " content/ta"
@@ -98,8 +98,8 @@ outputs:
9898
9999params :
100100 pageVariables :
101- versionTag : master # version tag used to pick exact release tag
102- version : 2.0.0-devel
101+ versionTag : " v2.0.0 " # version tag used to pick exact release tag
102+ version : " 2.0.0"
103103
104104 copyright : " The MyController.org Authors."
105105 # privacy_policy: "https://policies.google.com/privacy"
You can’t perform that action at this time.
0 commit comments