piccolo-orm / targ

Python CLI using type hints and docstrings.
https://targ.readthedocs.io/en/latest/index.html
MIT License
20 stars 2 forks source link

Update theme and create a smaller version of the logo #18

Closed ramonsaraiva closed 1 year ago

ramonsaraiva commented 1 year ago

Used imagemagick to create a smaller version of the logo: convert -resize 20% -crop +10+14 -crop -10-14 src/logo.png src/logo-small.png, the crop args are to remove unnecessary "border" from the image so it fits better in the header, otherwise it was getting too small.

Not sure if the plan is to simply overwrite logo.png but I thought about leaving it there so we can use it as a source to generate other sizes in the future, if needed.

Header preview:

image

Docs preview:

image

Browsed through all pages and it seems to be working well!

Closes #17

dantownsend commented 1 year ago

@ramonsaraiva Perfect, thanks! The logo looks good to me.