Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bonnegent Sebastien
Cours Ansible
Commits
55f089d8
Commit
55f089d8
authored
Nov 17, 2020
by
Bonnegent Sebastien
Browse files
1er version
parents
Changes
2
Hide whitespace changes
Inline
Side-by-side
Makefile
0 → 100644
View file @
55f089d8
all
:
html/cours1.html html/cours2.html html/cours3.html html/cours4.html html/cours5.html html/cours6.html html/cours7.html
html/%.html
:
%.md
@
# pandoc -s -t S5 -o $@ $<
pandoc
-s
-t
revealjs
-V
revealjs-url
=
./reveal.js-3.9.2
-V
theme
=
moon
-o
$@
$<
@
# pandoc -s -t revealjs -V revealjs-url=./reveal.js-4.1.0/js/ -o $@ $<
themes
:
pandoc
-s
-t
revealjs
-V
revealjs-url
=
./reveal.js-3.9.2
-V
theme
=
beige
-o
html/cours1.beige.html cours1.md
pandoc
-s
-t
revealjs
-V
revealjs-url
=
./reveal.js-3.9.2
-V
theme
=
black
-o
html/cours1.black.html cours1.md
pandoc
-s
-t
revealjs
-V
revealjs-url
=
./reveal.js-3.9.2
-V
theme
=
blood
-o
html/cours1.blood.html cours1.md
pandoc
-s
-t
revealjs
-V
revealjs-url
=
./reveal.js-3.9.2
-V
theme
=
league
-o
html/cours1.league.html cours1.md
pandoc
-s
-t
revealjs
-V
revealjs-url
=
./reveal.js-3.9.2
-V
theme
=
moon
-o
html/cours1.moon.html cours1.md
pandoc
-s
-t
revealjs
-V
revealjs-url
=
./reveal.js-3.9.2
-V
theme
=
night
-o
html/cours1.night.html cours1.md
pandoc
-s
-t
revealjs
-V
revealjs-url
=
./reveal.js-3.9.2
-V
theme
=
serif
-o
html/cours1.serif.html cours1.md
pandoc
-s
-t
revealjs
-V
revealjs-url
=
./reveal.js-3.9.2
-V
theme
=
simple
-o
html/cours1.simple.html cours1.md
pandoc
-s
-t
revealjs
-V
revealjs-url
=
./reveal.js-3.9.2
-V
theme
=
sky
-o
html/cours1.sky.html cours1.md
pandoc
-s
-t
revealjs
-V
revealjs-url
=
./reveal.js-3.9.2
-V
theme
=
solarized
-o
html/cours1.solarized.html cours1.md
pandoc
-s
-t
revealjs
-V
revealjs-url
=
./reveal.js-3.9.2
-V
theme
=
white
-o
html/cours1.white.html cours1.md
firefox html/cours1.
*
.html
cours%
:
firefox
--new-window
html/
$@
.html
clean
:
rm
-f
html/cours?.html html/cours1.
*
.html
README.md
0 → 100644
View file @
55f089d8
# Objectifs
Blabla
# Plan
## Cours 1
-
...
# Comment démarrer ?
~~~
$ git clone https://gitlab.insa-rouen.fr/bonnegent/cours_ansible/
$ cd cours_ansible
~~~
Il faut ouvrir le fichier
**cours1.html**
dans votre navigateur favori.
# Liste des fichiers
-
cours?.html : le support de cours
-
cours?.md : la source du support de cours
-
make : regénère les fichiers html
# Outils utilisés
-
vim
-
pandoc
-
revealjs
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