Skip to content

Commit

Permalink
Remove obsolete make tasks
Browse files Browse the repository at this point in the history
Use the new logo for all sites
Make i18n site work
  • Loading branch information
yaph committed Jan 24, 2022
1 parent 72f2093 commit a9f256a
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,8 @@ help:
@echo "clean-test - remove test and coverage artifacts"
@echo "lint - check style with flake8"
@echo "test - run tests quickly with the default Python"
@echo "test-all - run tests on every Python version with tox"
@echo "coverage - check code coverage quickly with the default Python"
@echo "docs - generate Sphinx HTML documentation, including API docs"
@echo "docs-release - generate and upload docs to PyPI"
@echo "docs - generate HTML documentation"
@echo "release - package and upload a release"
@echo "dist - package"

Expand Down Expand Up @@ -67,9 +65,11 @@ logo:
convert images/logo.svg -resize x40 -transparent white logya/sites/docs/static/img/logya-small.png

cp logya/sites/docs/static/favicon.ico logya/sites/base/static/favicon.ico
cp logya/sites/docs/static/favicon.ico logya/sites/i18n/static/favicon.ico

cp logya/sites/docs/static/img/logya-small.png logya/sites/base/static/img/logya-small.png

# Call example: make release version=4.7.1
# Call example: make release version=5.0.0
release: dist
git tag -a $(version) -m 'Create version $(version)'
git push --tags
Expand Down
Binary file modified logya/sites/base/static/favicon.ico
Binary file not shown.
Binary file modified logya/sites/base/static/img/logya-small.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified logya/sites/docs/static/favicon.ico
Binary file not shown.
Binary file modified logya/sites/docs/static/img/logya-small.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 6 additions & 1 deletion logya/sites/i18n/site.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,9 @@ languages:
de:
name: Deutsch
en:
name: English
name: English


extensions:
jinja: # https://jinja.palletsprojects.com/extensions/
- 'jinja2.ext.loopcontrols'
Binary file added logya/sites/i18n/static/favicon.ico
Binary file not shown.

0 comments on commit a9f256a

Please sign in to comment.