File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
themes/hugo-theme-learn/layouts/partials Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
# analytics
2
2
googleAnalytics = " UA-129126578-2"
3
3
4
- baseURL = " /weblogic-kubernetes-operator /"
4
+ baseURL = " /weblogic-deploy-tooling /"
5
5
languageCode = " en-us"
6
- title = " WebLogic Kubernetes Operator "
6
+ title = " WebLogic Deploy Tooling "
7
7
8
8
# Change the default theme to be use when building the site with Hugo
9
9
theme = " hugo-theme-learn"
Original file line number Diff line number Diff line change 6
6
# 1313 is the hugo default port
7
7
port=${1:- 1313}
8
8
9
- hugo server -b http://localhost:$port /weblogic-kubernetes-operator -D -p $port
9
+ hugo server -b http://localhost:$port /weblogic-deploy-tooling -D -p $port
Original file line number Diff line number Diff line change 6
6
# 1313 is the hugo default port
7
7
port=${1:- 1313}
8
8
9
- hugo server -b http://$( hostname) .$( dnsdomainname) :$port /weblogic-kubernetes-operator -D --bind=$( hostname) .$( dnsdomainname) -p $port
9
+ hugo server -b http://$( hostname) .$( dnsdomainname) :$port /weblogic-deploy-tooling -D --bind=$( hostname) .$( dnsdomainname) -p $port
Original file line number Diff line number Diff line change 1
1
< a id ="logo " href ="{{ .Site.BaseURL }} ">
2
2
< img src ="{{ .Site.BaseURL }}/images/logo.png " height ="60 "> < br />
3
- Kubernetes Operator
3
+ Deploy Tooling
4
4
</ a >
You can’t perform that action at this time.
0 commit comments