Releases: pet-comp-ufsc/postgen
Releases · pet-comp-ufsc/postgen
TOML for posts & theme
New features:
- Post's data is now stored in TOML files (instead of
__main__
of package). - Post's data path are now specified in command line;
- Output filename can be passed using
--output FILENAME
optional flag; - Theme is now stored in TOML files, with
pet
default theme. On--theme THEME
flag, ifTHEME
is an existing file, then the file is loaded as a Theme TOML. If not, then the package searches for themes in itsthemes
directory. Error is raised if none is found.
Complete post generation.
Features:
- Customize post data: title, description and logo;
- Customize post theme: foreground and background color;
- Use custom drawing function;
- Can use SVG logos besides non-vectorized image formats (such as PNG, JPG, ...);
- Export to file or just display (with
--display
).