Compare commits
No commits in common. "fe7f4644aed620bfb24f54967a855b5a6446341e" and "59bd42de39033d82f02d8d48fae1a8a481a92120" have entirely different histories.
fe7f4644ae
...
59bd42de39
2 changed files with 0 additions and 2 deletions
1
build.sh
1
build.sh
|
@ -34,7 +34,6 @@ 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
|
||||
|
||||
|
|
1
index.md
1
index.md
|
@ -9,6 +9,5 @@ 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>
|
||||
|
|
Reference in a new issue