Skip to main content

My new blog

Project description

Blarg README

A static site generator

Installation:

git clone git@github.com:pydanny/blarg.git
cd blarg
pip install -e .

Building:

blarg build .

Serving the site:

blarg serve

Release to PyPI

Create a pull request that:

  1. Adds release notes to CHANGELOG.md.

  2. Updates the VERSION constant in pyproject.toml and .

Commit these changes in a single commit with subject matching Bump version to v....

After merging the pull request, push an annotated tag to Github with:

make tag

This will trigger a Github action to publish the package to PyPI.

Note: Until we're configured, just do this to release:

pip install -U build twine
python -m build
twine upload dist/*

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

blarg-0.2.0.tar.gz (4.1 kB view hashes)

Uploaded Source

Built Distribution

blarg-0.2.0-py3-none-any.whl (4.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page