MinchinWeb / minchin.pelican.plugins.cname

Pelican plugin that adds a `CNAME` file to the output root. Useful for publishing to Github Pages. Written in Python.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CName

CName is a plugin for Pelican, a static site generator written in Python.

CName creates a CNAME file in the root of your output directory. This is useful when you are publishing your site to GitHub Pages on a custom domain.

PyPI version number Changelog Supported Python version License Download Count

Installation

The easiest way to install CName is through the use of pip. This will also install the required dependencies automatically.

pip install minchin.pelican.plugins.cname

If you are using Pelican >= 4.5, the plugin will be automatically activated! And that's it! No further configuration is needed.

Usage

No configuration is needed. The value places in the CNAME files is based on your SITEURL setting.

Credits

Based on the original code by Dmitriy Kalinin.

About

Pelican plugin that adds a `CNAME` file to the output root. Useful for publishing to Github Pages. Written in Python.

License:GNU Affero General Public License v3.0


Languages

Language:Python 100.0%