links-to-hugo-post

Convert a list of links to a Hugo blog post


License
MIT
Install
pip install links-to-hugo-post==0.4.0

Documentation

Links to Hugo Post

PyPI PyPI - Python Version PyPI - License


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:
  • 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.