diff --git a/README.md b/README.md index 729e2ca..79bb49f 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,8 @@ # Arch-i3wm -Repositorio de la charla de Arch + i3wm realizada el 16 de abril de 2026 \ No newline at end of file +Repositorio de la charla de Arch + i3wm realizada el 16 de abril de 2026 + +# Contenido + +- Nuestro manual de arch está en [doc/manual.pdf](doc/manual.pdf). +- El guión de la presentación está en [doc/guion.md](doc/guion.md). diff --git a/doc/guion.md b/doc/guion.md new file mode 120000 index 0000000..9de4481 --- /dev/null +++ b/doc/guion.md @@ -0,0 +1 @@ +../notas-jaime/guion-arch.md \ No newline at end of file diff --git a/doc/manual.pdf b/doc/manual.pdf new file mode 120000 index 0000000..56e4ba4 --- /dev/null +++ b/doc/manual.pdf @@ -0,0 +1 @@ +../i3-manual.pdf \ No newline at end of file diff --git a/notas-jaime/toc.html b/notas-jaime/guion-arch.html similarity index 100% rename from notas-jaime/toc.html rename to notas-jaime/guion-arch.html diff --git a/notas-jaime/toc.md b/notas-jaime/guion-arch.md similarity index 100% rename from notas-jaime/toc.md rename to notas-jaime/guion-arch.md diff --git a/notas-jaime/make-html.sh b/notas-jaime/make-html.sh index aaa2b2f..2c86097 100755 --- a/notas-jaime/make-html.sh +++ b/notas-jaime/make-html.sh @@ -5,4 +5,4 @@ ${PANDOC_PATH:-pandoc} \ --metadata title="${HTML_TITLE:-"Arch + i3"}" \ -f gfm \ \ - "${1:-toc.md}" -o "${2:-toc.html}" + "${1:-guion-arch.md}" -o "${2:-guion-arch.html}"