Compare commits
2 commits
59bd42de39
...
fe7f4644ae
Author | SHA1 | Date | |
---|---|---|---|
fe7f4644ae | |||
93e423bf4b |
2 changed files with 2 additions and 0 deletions
1
build.sh
1
build.sh
|
@ -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
|
||||
|
||||
|
|
1
index.md
1
index.md
|
@ -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>
|
||||
|
|
Reference in a new issue