EzBlog is the smallest and simplest blogging software written in Bash.
- Configure CGI to work on your webserver - this is mandatory!
- Install pandoc
- Upload the files to a web directory
- Navigate to index.cgi
- Bash
- pandoc
sudo apt install pandoc
sudo pacman -S pandoc
sudo dnf install pandoc
- Webserver, that is able to do CGI
- Add article using the example article (Markdown syntax!)
- Compile the articles using the compile.sh script
- Have a look at the webpage