Skip to content
This repository was archived by the owner on Dec 22, 2022. It is now read-only.

Commit 91568c5

Browse files
author
Mathieu Benoit
committed
enable googleAnalytics
1 parent 7d02f1a commit 91568c5

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ Put this https://alwaysupalwayson.com/asm-security as a workshop.
1111
1. [ ] Sidecar
1212
1. [ ] AuthorizationPolicies
1313
1. [ ] NetworkPolicies
14+
1. [ ] Policy Controller
1415
1. [ ] Monitoring: Topology, SLOs, Traces, etc.
1516
1. [ ] Misc: any Istio's features about traffic management, etc.
1617

@@ -25,8 +26,11 @@ Further considerations:
2526

2627
```
2728
git clone --recurse-submodules https://github.com/mathieu-benoit/asm-workshop
29+
cd asm-workshop
2830
docker build -t asm-workshop .
2931
docker run -d -p 8080:8080 asm-workshop
3032
```
3133

32-
##
34+
## Configure GitHub action
35+
36+
FIXME

config.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,12 @@ languageCode = "en-us"
33
defaultContentLanguage = "en"
44
theme = "hugo-theme-learn"
55
enableRobotsTXT = true
6-
# googleAnalytics = 'FIXME'
6+
googleAnalytics = 'G-34LNWT3M12'
77

88
[outputs]
99
home = [ "HTML", "RSS", "JSON"]
1010

1111
[params]
12-
defaultTheme = "dark"
13-
1412
editURL = "https://github.com/mathieu-benoit/asm-workshop/edit/master/content/"
1513
description = "Anthos Service Mesh (ASM) Workshop"
1614
author = "Mathieu Benoit"

0 commit comments

Comments
 (0)