Commit e1c2c028 authored by Guillaume Perréal's avatar Guillaume Perréal
Browse files

Active la navigation linéaire et le fragment de page dans l'URL.

parent 56ae6d7e
No related merge requests found
Showing with 2 additions and 0 deletions
+2 -0
......@@ -71,6 +71,8 @@ module.exports = grunt => {
`--variable=revealjs-url:${relative(dirname(pres), "./reveal.js")}`,
"--variable=theme:irstea",
"--variable=history:true",
"--variable=navigationMode:linear",
"--variable=fragmentInURL:true",
env === "dev" &&
`--variable=header-includes:"<script src='//${PUBLIC_HOST}:${LIVERELOAD_PORT}/livereload.js'></script>"`
]
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment