Compare commits

...

2 commits

Author SHA1 Message Date
fe7f4644ae Parsear [[links]] 2021-10-08 20:48:29 -03:00
93e423bf4b Añadir este sitio como proyecto 2021-10-08 20:39:46 -03:00
2 changed files with 2 additions and 0 deletions

View file

@ -34,6 +34,7 @@ for file in *.md; do
cmark "$file" >> "$outfile"
# TODO: hacky
sed -i "s/<a /<a rel='noopener noreferrer' /gi" "$outfile"
sed -i 's/\[\[\(.*\)\]\]/<a href="\1.html">\1<\/a>/g' "$outfile"
echo -n "<li><a href='$title.html'>$title</a></li>" >> "$index"
done

View file

@ -9,5 +9,6 @@ Algunos de mis proyectos:
- [Manejador de Tareas](https://tareas.nulo.in)
- Juguetes:
- [Cuarentena](https://cuarentena.nulo.in)
- [Este sitio](https://gitea.nulo.in/Nulo/sitio)
Webamigx: [nadie@nulo.in](mailto:nadie@nulo.in) <small>no gods no webmasters</small>