A plugin for integrating Quarto reports in your Pelican articles.
Project description
A Quarto Reader for Pelican
This plugin integrates Quarto with Pelican, allowing you to render interactive reports and high-quality documents directly within your Pelican-generated static website.
Features
-
Seamless Integration: Automatically read and render Quarto Markdown (
.qmd
) files found in Pelican's content directory, making it easy to use Quarto with your existing Pelican setup. -
Interactive Content: Easily present dynamic and interactive elements like charts, tables, and other visualizations within Pelican pages, enhancing the interactivity and engagement of your content.
-
Quarto Asset Management: Utilizes Quarto’s asset management system, consolidating JavaScript, stylesheets, and other assets into a single
<output>/site_libs/
directory for efficient loading and maintenance.
Installation
You can install the Pelican-Quarto plugin using pip:
pip install lm-pelican-quarto
After installation, add lm_pelican_quarto
to your PLUGINS
list in your Pelican settings file. For more detailed instructions, refer to the How to Use Plugins section in the Pelican documentation.
Usage
Once integrated, Pelican-Quarto will automatically process Quarto Markdown (.qmd
) files present in your content directory. During the build process, Pelican will:
- Use the Quarto CLI to render
.qmd
files into HTML. - Generate necessary assets and place them in the
<output>/site_libs/
directory. - Merge Quarto-generated HTML into Pelican's HTML structure, ensuring that your site maintains a consistent look and feel.
This seamless process allows you to leverage Quarto's advanced content capabilities with minimal configuration or manual intervention.
Customization
Pelican-Quarto will generate a _quarto.yml
configuration file at the root of your content directory. You can customize this file to suit your specific needs. For more details on customization options, please refer to the Quarto Documentation.
Quarto Pre-configuration
Pelican-Quarto employs a minimalist Quarto setup to simplify integration with Pelican. By default, it uses Quarto’s Website
project type to minimize additional asset files in your output directory. You are free to experiment with different themes, enable or disable specific Quarto features, and further customize your Quarto environment.
Dependencies
This plugin requires Quarto to be installed and accessible in your system's PATH. Ensure that you have downloaded and installed Quarto before using this plugin.
Current Limitations
Pelican-Quarto is currently under active development. Some planned features include:
- Enhanced customization options via Pelican settings, allowing users to specify more detailed Quarto configurations directly from their Pelican setup.
Contributing
Contributions to Pelican-Quarto are welcome and greatly appreciated. Whether it’s improving documentation, adding new features, or fixing bugs, every contribution helps. You can also contribute by reviewing and providing feedback on existing issues.
To get started with contributing, please refer to the Contributing to Pelican guide, particularly the Contributing Code section.
License
This project is licensed under the MIT License.
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
Built Distribution
File details
Details for the file lm_pelican_quarto-0.3.0.tar.gz
.
File metadata
- Download URL: lm_pelican_quarto-0.3.0.tar.gz
- Upload date:
- Size: 9.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.19
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5e5a92c9e286e1ae9d8e1c7c521f1641612b90946347df066e299b2e251704fa |
|
MD5 | ec5d46d4d3290566537fb428788743ad |
|
BLAKE2b-256 | d3c90699a751347b308608bf0395ba20e9fbb365e8bf887b2e9eb93dbbfcad7c |
Provenance
File details
Details for the file lm_pelican_quarto-0.3.0-py3-none-any.whl
.
File metadata
- Download URL: lm_pelican_quarto-0.3.0-py3-none-any.whl
- Upload date:
- Size: 9.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.19
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8260cc7f37d541814b4060d8cfc85a51976efbb00f5823b86bd58cc6e6759267 |
|
MD5 | 8be9595706ecd84e665c094ccd7d10a8 |
|
BLAKE2b-256 | 253bbd806cbeab3424d1cb454583093f0ae597a0452b7c231e9a3a3d6372f94a |