Skip to content

Commit

Permalink
Move favicon resources to theme
Browse files Browse the repository at this point in the history
  • Loading branch information
dltj committed Dec 14, 2024
1 parent 37fd5de commit e3293bf
Show file tree
Hide file tree
Showing 14 changed files with 6 additions and 174 deletions.
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,12 @@ publish:
"$(PELICAN)" "$(INPUTDIR)" -o "$(OUTPUTDIR)" -s "$(PUBLISHCONF)" $(PELICANOPTS)

docker-build:
pdm sync --no-editable
pdm update
docker build -t 202092910073.dkr.ecr.us-east-1.amazonaws.com/codebuild/dltj-pelican-runner\:latest -t dltj-pelican-runner\:latest .
pdm run python -m pip install -e ../pelican-personal
pdm run python -m pip install -e ../pelican-dltj-plugin
pdm run python -m pip install -e ../pelican-papyrus-theme

docker-serve:
docker run --rm -v "$(CURDIR)/assets:/app/assets" -v "$(CURDIR)/content:/app/content" -v "$(CURDIR)/output:/app/output" -v "$(CURDIR)/root-content:/app/root-content" -p 8000\:8000 dltj-pelican-runner -lr content -s pelicanconf.py -o output -t /app/pelican-themes/pelican-papyrus-theme -b 0.0.0.0
Expand Down
113 changes: 0 additions & 113 deletions assets/css/robustlinks.css

This file was deleted.

1 change: 0 additions & 1 deletion assets/js/robustlinks-min.js

This file was deleted.

Binary file removed content/root-content/android-chrome-192x192.png
Binary file not shown.
Binary file removed content/root-content/android-chrome-512x512.png
Binary file not shown.
Binary file removed content/root-content/apple-touch-icon.png
Binary file not shown.
9 changes: 0 additions & 9 deletions content/root-content/browserconfig.xml

This file was deleted.

Binary file removed content/root-content/favicon-16x16.png
Binary file not shown.
Binary file removed content/root-content/favicon-32x32.png
Binary file not shown.
Binary file removed content/root-content/favicon.ico
Binary file not shown.
Binary file removed content/root-content/mstile-150x150.png
Binary file not shown.
30 changes: 0 additions & 30 deletions content/root-content/safari-pinned-tab.svg

This file was deleted.

20 changes: 0 additions & 20 deletions content/root-content/site.webmanifest

This file was deleted.

2 changes: 1 addition & 1 deletion pdm.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e3293bf

Please sign in to comment.