Skip to main content

Honza Javorek's Pelican setup

Project description

Honza Javorek’s Pelican setup.

PyPI version Build Status

Installation

$ pip install danube-delta

Warning: The library is only for Python 3.

Setup

  1. Create basic scaffolding of your Pelican blog:

    $ mkdir ./my-awesome-blog
    $ cd ./my-awesome-blog
    $ git init
    $ mkdir ./content ./output
    $ echo '/output' > .gitignore
  2. Create ./settings.py:

    from danube_delta.settings import *
    
    AUTHOR = 'Zuzka & Honza'
    SITENAME = 'Pražení'
    
    if PRODUCTION:
        SITEURL = 'http://example.com'
  3. Install danube_delta, globally:

    $ sudo -H pip install danube_delta
  4. In the root of your blog directory you can now use the blog CLI:

    $ blog write

Usage

$ blog update   # Gets other people's changes from GitHub
$ blog write    # Starts a new article
$ blog photos   # Adds images to the last article
$ blog preview  # Opens local preview of your blog website
$ blog publish  # Saves changes and sends them to GitHub
$ blog lint     # Looks for errors in source code of your blog
$ blog deploy   # Uploads new version of the blog website

Travis CI can do blog deploy for you every time you perform blog publish:

language: "python"
python:
    - "3.5"
cache: "pip"
script:
    - "blog lint"
env:
  global:
    - secure: "..."  # gem install travis && travis encrypt GITHUB_TOKEN=...
deploy:
    provider: "script"
    script: "blog deploy"
    on:
        branch: "master"
        repo: "honzajavorek/my-awesome-blog"
sudo: false

Head to the user guide for more information on how to use a blog based on Danube Delta.

Developing Danube Delta

  1. Clone Danube Delta to a directory of your choice, e.g. ~/danube-delta.

  2. Install Danube Delta from your local clone: pip install -e ~/danube-delta.

Name

In 2012 I’ve seen some pelicans in the Danube Delta:

Pelicans in the Danube Delta

Photo: © 2012 Honza Javorek

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

danube-delta-2.1.0.tar.gz (9.0 MB view details)

Uploaded Source

Built Distribution

danube_delta-2.1.0-py2.py3-none-any.whl (557.7 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file danube-delta-2.1.0.tar.gz.

File metadata

  • Download URL: danube-delta-2.1.0.tar.gz
  • Upload date:
  • Size: 9.0 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7

File hashes

Hashes for danube-delta-2.1.0.tar.gz
Algorithm Hash digest
SHA256 f4b67ff91a9397eb8a590a985686850128d25a087c219d3aa21abfd34c3ebc10
MD5 684b136745f51a43810d0d26bf00df28
BLAKE2b-256 966bb9e5fcaf73e04058f4275e4772e1e968f6432d83f0a07acbae8fb0fa4d64

See more details on using hashes here.

File details

Details for the file danube_delta-2.1.0-py2.py3-none-any.whl.

File metadata

  • Download URL: danube_delta-2.1.0-py2.py3-none-any.whl
  • Upload date:
  • Size: 557.7 kB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7

File hashes

Hashes for danube_delta-2.1.0-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 11b24a1ac45503a583befa5db9c0b360ca72de70482e9d620bf4cf797144624c
MD5 d9086ca3276f2247b3b59fa6d8eee092
BLAKE2b-256 8706e547a815e7462ac84a5d42dcef4d2a305acddf5a1fe6b52eb50a46b4441b

See more details on using hashes here.

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