Build Instant Websites with Poole

Productivity Sauce
What do instant coffee and Poole have in common? Both can be used to get a result in seconds. Put a teaspoon or two of instant coffee in a cup, add hot water, stir, and enjoy. Generating a website with Pool is almost as fast and easy. But before you put Poole to some practical use, make sure that Python 2.5 or higher and the python-markdown package are installed on your machine. Pull Pool from the project's Mercurial repository:
hg clone http://bitbucket.org/obensonne/poole/ ~/poole
Open the ~/.bashrc file in a text editor and add the following line to it:
export PATH=$PATH:~/poole
Create a directory for your website and switch to it:
mkdir ~/poolsite cd ~/poolsite
Use the commands below to initialize the directory, generate a sample website, and launch Poole's built-in server:
poole.py --init poole.py --build poole.py --serve
You can then see the freshly-baked website in all its glory by pointing your browser to http://127.0.0.1:8080/.
To add a new page to the sample website, create a Markdown text file in the ~/poolsite/input directory. If you want to include the page into the website's navigation menu, add the following header at the top of the text file (replace Page title with the actual name and specify the desired position in the menu by modifying the menu-position value).
title: Page title menu-position: 0 ---
Save the file with the md extension, and run the poole.py --build command to rebuild the website. Despite its simplicity, Poole is a rather flexible tool. For example, it uses a simple HTML template to generate pages, so you can easily control the final result by tweaking the template and the poole.css file in the input directory. For more tips and tricks on using Poole, visit the project's website.
Comments
comments powered by DisqusSubscribe to our Linux Newsletters
Find Linux and Open Source Jobs
Subscribe to our ADMIN Newsletters
Support Our Work
Linux Magazine content is made possible with support from readers like you. Please consider contributing when you’ve found an article to be beneficial.

News
-
System76 Releases COSMIC Alpha 7
With scores of bug fixes and a really cool workspaces feature, COSMIC is looking to soon migrate from alpha to beta.
-
OpenMandriva Lx 6.0 Available for Installation
The latest release of OpenMandriva has arrived with a new kernel, an updated Plasma desktop, and a server edition.
-
TrueNAS 25.04 Arrives with Thousands of Changes
One of the most popular Linux-based NAS solutions has rolled out the latest edition, based on Ubuntu 25.04.
-
Fedora 42 Available with Two New Spins
The latest release from the Fedora Project includes the usual updates, a new kernel, an official KDE Plasma spin, and a new System76 spin.
-
So Long, ArcoLinux
The ArcoLinux distribution is the latest Linux distribution to shut down.
-
What Open Source Pros Look for in a Job Role
Learn what professionals in technical and non-technical roles say is most important when seeking a new position.
-
Asahi Linux Runs into Issues with M4 Support
Due to Apple Silicon changes, the Asahi Linux project is at odds with adding support for the M4 chips.
-
Plasma 6.3.4 Now Available
Although not a major release, Plasma 6.3.4 does fix some bugs and offer a subtle change for the Plasma sidebar.
-
Linux Kernel 6.15 First Release Candidate Now Available
Linux Torvalds has announced that the release candidate for the final release of the Linux 6.15 series is now available.
-
Akamai Will Host kernel.org
The organization dedicated to cloud-based solutions has agreed to host kernel.org to deliver long-term stability for the development team.
command not found