pelican-import
blog aware, static website generator
Install
- All systems
-
curl cmd.cat/pelican-import.sh
- Debian
-
apt-get install pelican
- Ubuntu
-
apt-get install pelican
- Arch Linux
-
pacman -S pelican
- Kali Linux
-
apt-get install pelican
- Fedora
-
dnf install python2-pelican
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install pelican
- Raspbian
-
apt-get install pelican
- Dockerfile
- dockerfile.run/pelican-import
pelican
blog aware, static website generator
Pelican is a static site generator, written in Python. It allows you to write your weblog entries directly with your editor of choice in reStructuredText or Markdown, and generates completely static output that is easy to host anywhere. Pelican includes a simple CLI tool to (re)generate the weblog and it is easy to interface with DVCSes and web hooks.
python-pelican
blog aware, static website generator
Pelican is a static site generator, written in Python. It allows you to write your weblog entries directly with your editor of choice in reStructuredText or Markdown, and generates completely static output that is easy to host anywhere. Pelican includes a simple CLI tool to (re)generate the weblog and it is easy to interface with DVCSes and web hooks.