Skip to content

Commit 582d57b

Browse files
authored
2020 secu numerique (#3)
* Prez Signed-off-by: dduportal <[email protected]> * Enable revealJS plugins + switch to fontawesome 5 Signed-off-by: dduportal <[email protected]> * WiP + add PDF Signed-off-by: dduportal <[email protected]> * fix missing reset.css Signed-off-by: dduportal <[email protected]>
1 parent a20a624 commit 582d57b

25 files changed

+213
-382
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@ $(DIST_DIR):
3636
verify:
3737
@echo "Verify disabled"
3838

39-
serve: clean
39+
serve: clean $(DIST_DIR)
4040
@docker-compose up --build --force-recreate serve
4141

42-
shell:
42+
shell: $(DIST_DIR)
4343
@docker-compose up --build --force-recreate -d wait
4444
@docker-compose exec --user root wait sh
4545

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
2+
/* tslint:disable */
3+
/* eslint:disable */
4+
5+
menu: {
6+
side: 'left',
7+
},
8+
toolbar: {
9+
fullscreen: true,
10+
overview: false, // Buggy: make the toolbar disapear
11+
notes: false, // Too low value to show this
12+
help: true,
13+
pause: true,
14+
},

content/attributes.adoc

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,5 @@
1818
:highlightjs-main-theme: github
1919
:highlightjs-theme: {revealjsdir}/plugin/highlight/styles/{highlightjs-main-theme}.min.css
2020
:invert: state=invert,background-color="white"
21-
// Enable font awesome, and use it from local resources (instead of CDN)
22-
:icons: font
2321
:stylesdir: styles
24-
:iconfont-remote!:
25-
:iconfont-name: font-awesome.min
2622
:notitle: true
472 KB
Loading
1.87 MB
Loading

content/images/damien.jpg

-65.1 KB
Binary file not shown.

content/images/gdg-lille.png

-1.76 KB
Binary file not shown.

content/images/le-gouteur.jpg

-114 KB
Binary file not shown.
16.7 KB
Loading

content/images/mfa_workflow.png

15.1 KB
Loading

0 commit comments

Comments
 (0)