Skip to content

Commit cb8648a

Browse files
committed
minor changes
1 parent 1d8c5c9 commit cb8648a

35 files changed

+60
-15
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM node:23.5.0-bookworm-slim
22
LABEL MAINTAINER Adolfo Sanz De Diego [email protected]
3-
ENV VERSION 7.0
3+
ENV VERSION 7.1
44
# Software dependencies
55
ARG DEBIAN_FRONTEND=noninteractive
66
RUN apt-get update
@@ -11,6 +11,6 @@ RUN npm install -g [email protected]
1111
WORKDIR /home/
1212
RUN wget https://github.com/jgm/pandoc/releases/download/3.6.1/pandoc-3.6.1-1-amd64.deb && \
1313
dpkg -i pandoc-3.6.1-1-amd64.deb
14-
RUN wget https://github.com/asanzdiego/markdownslides/archive/7.0.zip && unzip 7.0.zip
14+
RUN wget https://github.com/asanzdiego/markdownslides/archive/7.1.zip && unzip 7.1.zip
1515
WORKDIR /home/markdownslides-master
1616
ADD . /home/markdownslides-master

build.properties

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,11 @@ REVEAL_JS_URL_OFFLINE='../lib/reveal.js/'
2828
REVEAL_JS_MENU_URL_OFFLINE='../lib/reveal.js-menu/'
2929
REVEAL_JS_TITLE_FOOTER_URL_OFFLINE='../lib/reveal.js-title-footer/'
3030
REVEAL_JS_PLUGINS_URL_OFFLINE='../lib/reveal.js-plugins/'
31-
REVEAL_JS_BOOTSTRAP_URL_OFFLINE='../lib/bootstrap/'
3231
REVEAL_JS_FONTAWESOME_URL_OFFLINE='../lib/fontawesome/'
3332
REVEAL_JS_URL_ONLINE='https://asanzdiego.github.io/markdownslides/doc/lib/reveal.js/'
3433
REVEAL_JS_MENU_URL_ONLINE='https://asanzdiego.github.io/markdownslides/doc/lib/reveal.js-menu/'
3534
REVEAL_JS_TITLE_FOOTER_URL_ONLINE='https://asanzdiego.github.io/markdownslides/doc/lib/reveal.js-title-footer/'
3635
REVEAL_JS_PLUGINS_URL_ONLINE='https://asanzdiego.github.io/markdownslides/doc/lib/reveal.js-plugins/'
37-
REVEAL_JS_BOOTSTRAP_URL_ONLINE='https://asanzdiego.github.io/markdownslides/doc/lib/bootstrap/'
3836
REVEAL_JS_FONTAWESOME_URL_ONLINE='https://asanzdiego.github.io/markdownslides/doc/lib/fontawesome/'
3937

4038
#16:9 -> 800x450 960x540 1024x576 1280x720 1360x765 1600x900 1920x1080

build.sh

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,6 @@ function downloadLibs() {
9595
Reveal.js-Title-Footer-master reveal.js-title-footer
9696
downloadLib https://github.com/rajgoel/reveal.js-plugins/archive/4.2.5.zip \
9797
reveal.js-plugins-4.2.5 reveal.js-plugins
98-
downloadLib https://github.com/twbs/bootstrap/releases/download/v5.3.3/bootstrap-5.3.3-dist.zip \
99-
bootstrap-5.3.3-dist bootstrap
10098
downloadLib https://use.fontawesome.com/releases/v6.7.2/fontawesome-free-6.7.2-web.zip \
10199
fontawesome-free-6.7.2-web fontawesome
102100
}
@@ -300,15 +298,13 @@ function buildRevealSlides() {
300298
REVEAL_JS_MENU_URL=$REVEAL_JS_MENU_URL_ONLINE
301299
REVEAL_JS_TITLE_FOOTER_URL=$REVEAL_JS_TITLE_FOOTER_URL_ONLINE
302300
REVEAL_JS_CHALKBOARD_URL=$REVEAL_JS_CHALKBOARD_URL_ONLINE
303-
REVEAL_JS_BOOTSTRAP_URL=$REVEAL_JS_BOOTSTRAP_URL_ONLINE
304301
REVEAL_JS_FONTAWESOME_URL=$REVEAL_JS_FONTAWESOME_URL_ONLINE
305302
else
306303
downloadLibs
307304
REVEAL_JS_URL=$REVEAL_JS_URL_OFFLINE
308305
REVEAL_JS_MENU_URL=$REVEAL_JS_MENU_URL_OFFLINE
309306
REVEAL_JS_TITLE_FOOTER_URL=$REVEAL_JS_TITLE_FOOTER_URL_OFFLINE
310307
REVEAL_JS_PLUGINS_URL=$REVEAL_JS_PLUGINS_URL_OFFLINE
311-
REVEAL_JS_BOOTSTRAP_URL=$REVEAL_JS_BOOTSTRAP_URL_OFFLINE
312308
REVEAL_JS_FONTAWESOME_URL=$REVEAL_JS_FONTAWESOME_URL_OFFLINE
313309
fi
314310

@@ -346,7 +342,6 @@ function buildRevealSlides() {
346342
--variable "revealjs-menu-url=$REVEAL_JS_MENU_URL" \
347343
--variable "revealjs-title-footer-url=$REVEAL_JS_TITLE_FOOTER_URL" \
348344
--variable "revealjs-plugins-url=$REVEAL_JS_PLUGINS_URL" \
349-
--variable "revealjs-bootstrap-url=$REVEAL_JS_BOOTSTRAP_URL" \
350345
--variable "revealjs-fontawesome-url=$REVEAL_JS_FONTAWESOME_URL" \
351346
--variable "width=$REVEAL_JS_WIDTH" \
352347
--variable "height=$REVEAL_JS_HEIGHT" \

doc/export/leeme-book-plus.docx

32 Bytes
Binary file not shown.

doc/export/leeme-book-plus.epub

25 Bytes
Binary file not shown.

doc/export/leeme-book-plus.html

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@
245245
code span.vs { color: #4e9a06; } /* VerbatimString */
246246
code span.wa { color: #8f5902; font-weight: bold; font-style: italic; } /* Warning */
247247
</style>
248-
<link rel="stylesheet" href="/css/bootstrap.min.css">
248+
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
249249
<script
250250
src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-chtml-full.js"
251251
type="text/javascript"></script>
@@ -305,6 +305,7 @@ <h1 class="title">Markdown Slides [ES]</h1>
305305
<li><a href="#versión-6.0" id="toc-versión-6.0">Versión 6.0</a></li>
306306
<li><a href="#versión-6." id="toc-versión-6.">Versión 6.*</a></li>
307307
<li><a href="#versión-7.0" id="toc-versión-7.0">Versión 7.0</a></li>
308+
<li><a href="#versión-7." id="toc-versión-7.">Versión 7.*</a></li>
308309
</ul></li>
309310
<li><a href="#adolfo-sanz-de-diego-autor"
310311
id="toc-adolfo-sanz-de-diego-autor"><img src="../img/asanzdiego.png"
@@ -727,6 +728,10 @@ <h2 id="versión-7.0">Versión 7.0</h2>
727728
<li>Actualizadas las plantillas.</li>
728729
<li>Actualizado el Dockerfile.</li>
729730
</ul>
731+
<h2 id="versión-7.">Versión 7.*</h2>
732+
<ul>
733+
<li>Cambios menores.</li>
734+
</ul>
730735
<h1 id="adolfo-sanz-de-diego-autor"><img src="../img/asanzdiego.png"
731736
style="box-shadow:none;vertical-align:middle;width:100px;"
732737
alt="Adolfo Sanz De Diego" /> Autor</h1>

doc/export/leeme-book-plus.pdf

100 Bytes
Binary file not shown.

doc/export/leeme-book.docx

32 Bytes
Binary file not shown.

doc/export/leeme-book.epub

27 Bytes
Binary file not shown.

doc/export/leeme-book.html

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@
245245
code span.vs { color: #4e9a06; } /* VerbatimString */
246246
code span.wa { color: #8f5902; font-weight: bold; font-style: italic; } /* Warning */
247247
</style>
248-
<link rel="stylesheet" href="/css/bootstrap.min.css">
248+
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
249249
<script
250250
src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-chtml-full.js"
251251
type="text/javascript"></script>
@@ -305,6 +305,7 @@ <h1 class="title">Markdown Slides [ES]</h1>
305305
<li><a href="#versión-6.0" id="toc-versión-6.0">Versión 6.0</a></li>
306306
<li><a href="#versión-6." id="toc-versión-6.">Versión 6.*</a></li>
307307
<li><a href="#versión-7.0" id="toc-versión-7.0">Versión 7.0</a></li>
308+
<li><a href="#versión-7." id="toc-versión-7.">Versión 7.*</a></li>
308309
</ul></li>
309310
<li><a href="#adolfo-sanz-de-diego-autor"
310311
id="toc-adolfo-sanz-de-diego-autor"><img src="../img/asanzdiego.png"
@@ -720,6 +721,10 @@ <h2 id="versión-7.0">Versión 7.0</h2>
720721
<li>Actualizadas las plantillas.</li>
721722
<li>Actualizado el Dockerfile.</li>
722723
</ul>
724+
<h2 id="versión-7.">Versión 7.*</h2>
725+
<ul>
726+
<li>Cambios menores.</li>
727+
</ul>
723728
<h1 id="adolfo-sanz-de-diego-autor"><img src="../img/asanzdiego.png"
724729
style="box-shadow:none;vertical-align:middle;width:100px;"
725730
alt="Adolfo Sanz De Diego" /> Autor</h1>

0 commit comments

Comments
 (0)