Links to Hugo Post
Documentation: https://namuan.github.io/links-to-hugo-post
Source Code: https://github.com/namuan/links-to-hugo-post
PyPI: https://pypi.org/project/links-to-hugo-post/
Convert a list of links to a Hugo blog post.
Installation
pip install links-to-hugo-post
Example Usage
Development
- Clone this repository
- Requirements:
- Poetry
- Python 3.7+
- Create a virtual environment and install the dependencies
poetry install
- Activate the virtual environment
poetry shell
Validating build
make build
Release process
A release is automatically published when a new version is bumped using make bump
.
See .github/workflows/build.yml
for more details.
Once the release is published, .github/workflows/publish.yml
will automatically publish it to PyPI.