remove broken analytics links
Signed-off-by: XinYang <xinydev@gmail.com>
This commit is contained in:
parent
78a7aa0cb7
commit
78a1cffbd3
|
|
@ -309,5 +309,3 @@ WEBHOOKS
|
||||||
unsuccessful, git-sync will wait --webhook-backoff (default 3s) before
|
unsuccessful, git-sync will wait --webhook-backoff (default 3s) before
|
||||||
re-attempting the webhook call.
|
re-attempting the webhook call.
|
||||||
```
|
```
|
||||||
|
|
||||||
[]()
|
|
||||||
|
|
|
||||||
|
|
@ -33,6 +33,3 @@ kubectl create -f config
|
||||||
```
|
```
|
||||||
|
|
||||||
Open the service external ip in your browser
|
Open the service external ip in your browser
|
||||||
|
|
||||||
|
|
||||||
[]()
|
|
||||||
|
|
|
||||||
|
|
@ -7,6 +7,3 @@ title = "about"
|
||||||
## A headline
|
## A headline
|
||||||
|
|
||||||
Some content about the blog.
|
Some content about the blog.
|
||||||
|
|
||||||
|
|
||||||
[]()
|
|
||||||
|
|
|
||||||
|
|
@ -7,6 +7,3 @@ title = "first"
|
||||||
## first port
|
## first port
|
||||||
|
|
||||||
This is the first post.
|
This is the first post.
|
||||||
|
|
||||||
|
|
||||||
[]()
|
|
||||||
|
|
|
||||||
|
|
@ -10,6 +10,3 @@ docker build -t hugo .
|
||||||
# run the hugo container
|
# run the hugo container
|
||||||
docker run -e HUGO_BASE_URL=example.com -v /path/to/md:/src -v /path/to/html:/dest hugo
|
docker run -e HUGO_BASE_URL=example.com -v /path/to/md:/src -v /path/to/html:/dest hugo
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
[]()
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue