This commit is contained in:
Cat /dev/Nulo 2022-02-01 18:12:56 -03:00
parent 1d7eb1da79
commit 19a1417a39
2 changed files with 3 additions and 1 deletions

View File

@ -5,6 +5,7 @@ template () {
echo "<meta charset=utf-8>"
echo "<meta name=viewport content='width=device-width, initial-scale=1.0'>"
echo "<link rel=stylesheet href=drip.css>"
echo "<link rel=icon href=cowboy.svg>"
echo "<title>$1</title>"
: "${inicio:=}"
if test "$inicio" != true; then
@ -28,7 +29,7 @@ markdown () {
outdir=build
mkdir -p $outdir
# Autocopiarnos :)
cp ./*.sh ./*.md ./*.css ./*.png ./*.mp4 "$outdir"
cp ./*.sh ./*.md ./*.css ./*.png ./*.mp4 ./*.svg "$outdir"
index="$outdir/index.html"
inicio=true header=false template "nulo.in" > "$index"

1
cowboy.svg Normal file
View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 36 36"><path fill="#FFCC4D" d="M33 21a15 15 0 1 1-30 0 15 15 0 0 1 30 0"/><path fill="#664500" d="M25.7 25.6a.4.4 0 0 0-.5 0S21.9 28 18 28c-4 0-7.1-2.4-7.2-2.4a.4.4 0 0 0-.6.5c.1.2 2.7 4.3 7.8 4.3s7.7-4.1 7.8-4.3l-.1-.5zm-11-5.8c0 1.6-1 2.8-2 2.8s-2.1-1.2-2.1-2.8c0-1.6 1-3 2-3s2.1 1.4 2.1 3zm10.7 0c0 1.6-1 2.8-2 2.8-1.2 0-2.1-1.2-2.1-2.8 0-1.6 1-3 2-3 1.2 0 2.1 1.4 2.1 3zM32 6c-1.2 1.5-3.2 2-5 2.2-.4-1.6-1.8-7.3-4.5-7.3-2.4 0-3.3 1-4.5 1-1.2 0-2.1-1-4.5-1-2.7 0-4.1 5.7-4.4 7.3C7 8 5 7.6 4 6 1.8 3.5-1 5.4.4 8.3 2.7 12.8 8.2 16 18 16s15.3-3.2 17.6-7.7C37 5.4 34.2 3.5 32 6.1z"/><path fill="#825D0E" d="M21.5 3C19.6 3 19 4 18 4s-1.6-1-3.5-1C12 3 11 9.8 11 9.8s1.3 2.2 7 2.2 7-2.3 7-2.3S24 3 21.5 3z"/><path fill="#664500" d="M11 6s2 2 7 2 7-2 7-2v2s-2.2 2-7 2-7-2-7-2V6z"/></svg>

After

Width:  |  Height:  |  Size: 835 B