This website requires JavaScript.
Explore
Help
Register
Sign in
PrivateCoffee
/
privatecoffee-website
Watch
4
Star
0
Fork
You've already forked privatecoffee-website
0
Code
Issues
1
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
main
privatecoffee-website
/
requirements.txt
4 lines
35 B
Text
Raw
Permalink
Normal View
History
Unescape
Escape
feat: Add blog generation functionality Introduces a static blog generation feature leveraging markdown for content files and template rendering for HTML output. Imports new dependencies for YAML parsing and markdown conversion. Enhances site structure by copy-assets function to ensure non-markdown contents like images are maintained. Modifies templates for relative asset path resolution to allow correct linking of stylesheets and images. Helps in managing content workflow by auto-generating paginated lists and individual post pages, improving content accessibility.
2024-11-27 09:37:39 +01:00
jinja2
markdown2[all]
feat: Enhances blog with thumbnails and excerpts Adds image thumbnails and automatically extracts an excerpt from each blog post to improve visual engagement and content overview. Modifies HTML templates to display thumbnails next to post titles and includes "read more" links. Adjusts pagination links for consistent relative paths and corrects the directory structure for the first blog page. Updates dependencies to include Pillow for image processing. Relates to blog UI improvements.
2024-11-27 09:58:08 +01:00
pyyaml
pillow
Reference in a new issue
Copy permalink