Welcome to the enchanted world of Pelican Alchemy! This blog will guide you through installing and utilizing the Pelican Alchemy theme for the Pelican static site generator. With a clean, responsive design, it’s inspired by the likes of Crowsfoot and Clean Blog themes, and it’s perfect for giving your site that extra magical touch.
Installation Steps
Let’s embark on this journey with three different methods to install Pelican Alchemy. Choose the one that suits you best!
- From Git Repository:
To clone the repository, open your terminal and use the following command:
git clone https://github.com/nairobilug/pelican-alchemyNext, set the THEME variable in your Pelican config file:
THEME = PATH_TO_REPO/alchemy - As a Submodule:
In your Pelican site directory, run the following commands:
mkdir themes git submodule add https://github.com/nairobilug/pelican-alchemy themes/pelican-alchemyThen update the Pelican configuration:
THEME = themes/pelican-alchemy/alchemy - With pip:
If you prefer using pip, execute the following:
pip install https://github.com/nairobilug/pelican-alchemy/tarball/masterAnd import it in your Pelican config:
import alchemy THEME = alchemy.path()
Using Pelican Alchemy
After installing the theme, you’ll want to customize it to suit your needs. Here are some key settings you can adjust in your configuration file:
- SITESUBTITLE: Set your site’s subtitle visible in the header.
- SITEIMAGE: Include an image that appears in the header.
- DESCRIPTION: Provide a meta description for your site’s index HTML.
- LINKS: Create a list of tuples for menu links.
- ICONS: Add Font Awesome icons with tuples.
- FOOTER_LINKS: Customize the footer links.
- BOOTSTRAP_CSS: Specify the URL for Bootstrap CSS to enable Boostwatch themes.
A Touch of Code Analogy
Imagine your website as a beautiful garden. Each installation method is like a different way of planting trees in that garden. You can seed a new tree (install from the Git repo), dig a hole and plant a sapling (submodule), or buy a ready-made tree from the nursery (install with pip). Whichever method you choose, the end goal is to have a thriving garden filled with the vibrant blooms of your thoughts and designs!
Troubleshooting
Should you encounter issues during installation or usage, consider the following troubleshooting ideas:
- Installation Errors: Make sure your terminal is pointing to the correct project directory and that you have an active internet connection.
- Theme Not Displaying: Verify your configuration file for any typos, especially in the THEME variable.
- Icons Missing: Ensure you’ve included the correct Font Awesome CSS URL if you’re linking to external styles.
- Analytics Not Working: Double-check the analytics settings in your config file to ensure they’re correct.
For more insights, updates, or to collaborate on AI development projects, stay connected with fxis.ai.
Final Thoughts
At fxis.ai, we believe that such advancements are crucial for the future of AI, as they enable more comprehensive and effective solutions. Our team is continually exploring new methodologies to push the envelope in artificial intelligence, ensuring that our clients benefit from the latest technological innovations.

