Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
Small Technology - Lille - March 21st 2019
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
presentations
aral
Small Technology - Lille - March 21st 2019
Commits
088cd533
Verified
Commit
088cd533
authored
Mar 20, 2019
by
Aral Balkan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add patch script
parent
3c0cbe69
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
0 deletions
+15
-0
patch
patch
+15
-0
No files found.
patch
0 → 100755
View file @
088cd533
#!/bin/sh
# Patch the index.html file to remove the controls
# and the progress indicator from the main presentation
# and to set the opacity of the progress indicator to
# semi-transparent for the presentation display.
sed
-i
s/controls
\:\
true
,/controls
\:\
false
,/ index.html
sed
-i
s/progress
\:\
true
,/progress
\:\
false
,/ index.html
# Also, hide the slide numbers:
sed
-z
-i
's/.reveal\ .slide-number\ {\n\ \ display:\ none;/.reveal\ .slide-number\ {\n\ \ display:\ none\ !important;/'
index.html
echo
'Presentation patched to hide controls and progress indicator.'
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment