Skip to content
Extraits de code Groupes Projets
Valider 13a1aa78 rédigé par Pierre-Yves Barriat's avatar Pierre-Yves Barriat
Parcourir les fichiers

Initialization

parent bd410755
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
Bash.html
Ce diff est replié.
Fichier ajouté
# learning-bash
This is the repository for the training Markdown and applications
\ No newline at end of file
This is the repository for the training Markdown and applications
You can find the slides [here](./Bash.pdf).
Presentation is [here](https://www.elic.ucl.ac.be/users/pbarriat/slides/Bash.html)
\ No newline at end of file
assets/back.png

62 ko

assets/bash_logo.png

120 ko

assets/garde.png

44,7 ko

const marpKrokiPlugin = require('./kroki-plugin')
module.exports = {
engine: ({ marp }) => marp.use(marpKrokiPlugin)
}
assets/scripting.png

75,2 ko

assets/select_example.png

89,8 ko

/* @theme tum */
@import 'default';
section {
/*background-color: #fff;
color: #000;
background-image: url('images/TUM_Logo_blau_rgb_s.svg');
background-repeat: no-repeat;
background-position: right 40px top 40px;
background-size: 8%;*/
}
section.lead {
/*background-image: url('images/TUM_Uhrenturm.png');
background-position: right;
background-size: 45%;*/
}
section h1,
section h2 {
color: #1f315c;
}
section a {
color: #5fb2e6;
}
section footer,
section::after {
color: #9cb7d4;
}
section.invert {
background-color: #003359;
color: #fff;
/*background-image: url('images/TUM_Logo_weiss_rgb_s.svg');*/
}
section.lead.invert {
/*background-image: url('images/TUM_Uhrenturm_w.png');*/
}
section.invert h1,
section.invert footer,
section.invert::after {
color: #fff;
}
section.invert a {
color: #e37222;
}
/* Add "Page" prefix and total page number */
section::after {
content: attr(data-marpit-pagination) ' / ' attr(data-marpit-pagination-total);
}
#!/bin/bash
#
# PY Barriat, September 2023
#
# Download and install marp (MarkDown slides extension) from here:
# https://github.com/marp-team/marp-cli/releases
#
marp --allow-local-files --theme ./assets/tum.css Bash.md -o Bash.pdf
marp --template bespoke --bespoke.progress --allow-local-files --theme ./assets/tum.css Bash.md -o Bash.html
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter