Add Makefile

main
Jeff Moe 2023-10-25 19:21:17 -06:00
parent c120f0a202
commit c08eea1955
4 changed files with 39 additions and 3 deletions

31
Makefile 100644
View File

@ -0,0 +1,31 @@
# Makefile
#
# Copyright (C) 2023, Jeff Moe
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU Affero General Public License for more details.
#
# You should have received a copy of the GNU Affero General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
all:
$(MAKE) site
$(MAKE) fix
site:
hugo
fix:
./fix-issue-1.sh
./fix-favicon.sh
push:
git push
git push --tags

View File

@ -10,7 +10,10 @@ wget --no-clobber --quiet \
FIXFILES=`grep -lRI "https://code.jquery.com/jquery-3.6.3.min.js" public/`
sed -i -e 's/https:\/\/code.jquery.com\/jquery-3.6.3.min.js/\/js\/jquery-3.6.3.min.js/g' ${FIXFILES}
if [[ ${FIXFILES} ]]
then \
sed -i -e 's/https:\/\/code.jquery.com\/jquery-3.6.3.min.js/\/js\/jquery-3.6.3.min.js/g' ${FIXFILES}
fi
grep -lRI "https://code.jquery.com/" public/
@ -30,3 +33,5 @@ wget --no-clobber --quiet \
# sed ?
# https://parrot.codes/webfonts/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-muw.woff2
exit 0

View File

@ -169,7 +169,7 @@ Steps: 99, Seed: 1191627118, Sampler: Default, CFG scale: 5, Size: 1920x1080, Pa
</div>
<div class="text-muted mt-5 pt-3 border-top">
Last modified October 25, 2023: <a href="https://spacecruft.org/deepcrayon/parrot-www/commit/2ccf5a0a59bd20167fadcf1975cd7d2a7e309443">Add AI generated Parrot background, noted (2ccf5a0)</a>
Last modified October 25, 2023: <a href="https://spacecruft.org/deepcrayon/parrot-www/commit/d77ea477c469406d3635cf7c5cb61a041344941d">sdxl parrot server background (d77ea47)</a>
</div>
</div>

View File

@ -3,7 +3,7 @@
xmlns:xhtml="http://www.w3.org/1999/xhtml">
<url>
<loc>/docs/generate/</loc>
<lastmod>2023-10-25T09:16:09-06:00</lastmod>
<lastmod>2023-10-25T19:04:58-06:00</lastmod>
</url><url>
<loc>/docs/overview/</loc>
<lastmod>2023-10-23T08:18:18-06:00</lastmod>