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
-
The GNU Project Celebrates Its 40th Birthday
September 27 marks the 40th anniversary of the GNU Project, and it was celebrated with a hacker meeting in Biel/Bienne, Switzerland.
-
Linux Kernel Reducing Long-Term Support
LTS support for the Linux kernel is about to undergo some serious changes that will have a considerable impact on the future.
-
Fedora 39 Beta Now Available for Testing
For fans and users of Fedora Linux, the first beta of release 39 is now available, which is a minor upgrade but does include GNOME 45.
-
Fedora Linux 40 to Drop X11 for KDE Plasma
When Fedora 40 arrives in 2024, there will be a few big changes coming, especially for the KDE Plasma option.
-
Real-Time Ubuntu Available in AWS Marketplace
Anyone looking for a Linux distribution for real-time processing could do a whole lot worse than Real-Time Ubuntu.
-
KSMBD Finally Reaches a Stable State
For those who've been looking forward to the first release of KSMBD, after two years it's no longer considered experimental.
-
Nitrux 3.0.0 Has Been Released
The latest version of Nitrux brings plenty of innovation and fresh apps to the table.
-
Linux From Scratch 12.0 Now Available
If you're looking to roll your own Linux distribution, the latest version of Linux From Scratch is now available with plenty of updates.
-
Linux Kernel 6.5 Has Been Released
The newest Linux kernel, version 6.5, now includes initial support for two very exciting features.
-
UbuntuDDE 23.04 Now Available
A new version of the UbuntuDDE remix has finally arrived with all the updates from the Deepin desktop and everything that comes with the Ubuntu 23.04 base.
command not found