https://github.com/pelican-plugins/touch
Pelican plugin that runs "touch" on generated files using the date metadata from the content
https://github.com/pelican-plugins/touch
Last synced: 4 months ago
JSON representation
Pelican plugin that runs "touch" on generated files using the date metadata from the content
- Host: GitHub
- URL: https://github.com/pelican-plugins/touch
- Owner: pelican-plugins
- License: other
- Created: 2022-05-22T18:47:24.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-07-07T18:53:17.000Z (almost 2 years ago)
- Last Synced: 2026-02-10T16:07:05.312Z (4 months ago)
- Language: Python
- Size: 31.3 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
Touch: A Plugin for Pelican
===========================
[](https://github.com/pelican-plugins/touch/actions)
[](https://pypi.org/project/pelican-touch/)

This Pelican plugin sets the date on generated files based on source content `Date:` metadata.
Installation
------------
This plugin can be installed via:
python -m pip install pelican-touch
Usage
-----
This plugin performs `touch` on your generated files, using the date metadata from the source content.
This helps, among other things, to guide the web server regarding how to handle its cache.
Contributing
------------
Contributions are welcome and much appreciated. Every little bit helps. You can contribute by improving the documentation, adding missing features, and fixing bugs. You can also help out by reviewing and commenting on [existing issues][].
To start contributing to this plugin, review the [Contributing to Pelican][] documentation, beginning with the **Contributing Code** section.
[existing issues]: https://github.com/pelican-plugins/touch/issues
[Contributing to Pelican]: https://docs.getpelican.com/en/latest/contribute.html
License
-------
This project is licensed under the AGPL-3.0 license.